@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
.e-control,
.e-css,
.e-error {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 12px;
  font-weight: normal;
}

.e-error {
  color: #ff6652;
}

.e-control,
.e-control [class^=e-],
.e-control [class*=" e-"] {
  box-sizing: border-box;
}

.e-control:focus,
.e-control *:focus {
  outline: none;
}

.e-rtl {
  direction: rtl;
  text-align: right;
}

.e-overlay {
  background-color: #383838;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
  width: 100%;
}

.e-hidden {
  display: none;
}

.e-blazor-hidden {
  visibility: hidden;
}

.e-disabled {
  background-image: none;
  cursor: default;
  opacity: 0.35;
}

.e-ul {
  list-style-type: none;
}

.e-prevent-select {
  user-select: none;
}

.e-warning {
  color: #ffca1c;
}

.e-success {
  color: #22b24b;
}

.e-information {
  color: #489bd5;
}

.e-block-touch {
  touch-action: pinch-zoom;
}

.e-license {
  color: #ff0;
  text-decoration: none;
}

.e-license-banner {
  position: absolute;
  right: 10px;
  top: 27%;
  cursor: pointer;
}

@keyframes SlideLeftOut {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}
@keyframes SlideLeftIn {
  from {
    transform: translate(-100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes SlideRightIn {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes SlideRightOut {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}
@keyframes SlideBottomIn {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes SlideBottomOut {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 100%);
  }
}
@keyframes SlideTopIn {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes SlideTopOut {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -100%);
  }
}
@keyframes SlideRight {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes SlideLeft {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes SlideDown {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes SlideUp {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ZoomIn {
  from {
    transform: translate(0, 0) scale(0);
  }
  to {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes ZoomOut {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(0, 0) scale(0);
  }
}
@keyframes FadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes FadeZoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes FlipRightDownIn {
  from {
    transform: perspective(400px) rotateY(-180deg);
    transform-origin: right center;
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(0deg);
    transform-origin: right center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipRightDownOut {
  from {
    transform: perspective(400px) rotateY(0deg);
    transform-origin: right center;
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(-180deg);
    transform-origin: right center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipRightUpIn {
  from {
    transform: perspective(400px) rotateY(135deg);
    transform-origin: right center;
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(0deg);
    transform-origin: right center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipRightUpOut {
  from {
    transform: perspective(400px) rotateY(0deg);
    transform-origin: right center;
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(135deg);
    transform-origin: right center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipLeftDownIn {
  from {
    transform: perspective(400px) rotateY(-180deg);
    transform-origin: left center;
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(0deg);
    transform-origin: left center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipLeftDownOut {
  from {
    transform: perspective(400px) rotateY(0deg);
    transform-origin: left center;
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(135deg);
    transform-origin: left center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipLeftUpIn {
  from {
    transform: perspective(400px) rotateY(-135deg);
    transform-origin: left center;
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(0deg);
    transform-origin: left center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipLeftUpOut {
  from {
    transform: perspective(400px) rotateY(0deg);
    transform-origin: left center;
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(135deg) perspective(200px);
    transform-origin: left center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipYLeftIn {
  from {
    opacity: 0;
    transform: perspective(400px) rotateY(180deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
  50% {
    transform: perspective(700px) rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipYLeftOut {
  from {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
  50% {
    transform: perspective(700px) rotateY(90deg);
  }
  75% {
    transform: perspective(850px) rotateY(125deg);
  }
  to {
    opacity: 0;
    transform: rotateY(180deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipYRightIn {
  from {
    opacity: 0;
    transform: perspective(400px) rotateY(-180deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
  50% {
    transform: perspective(700px) rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipYRightOut {
  from {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
  50% {
    transform: perspective(700px) rotateY(-90deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-180deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipXDownIn {
  from {
    opacity: 0;
    transform: perspective(400px) rotateX(180deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
  50% {
    transform: perspective(700px) rotateX(90deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipXDownOut {
  from {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
  50% {
    transform: perspective(700px) rotateX(90deg);
  }
  75% {
    transform: perspective(850px) rotateX(125deg);
  }
  to {
    opacity: 0;
    transform: rotateX(180deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipXUpIn {
  from {
    opacity: 0;
    transform: perspective(400px) rotateX(-180deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
  50% {
    transform: perspective(700px) rotateX(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}
@keyframes FlipXUpOut {
  from {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
  50% {
    transform: perspective(700px) rotateX(-90deg);
  }
  to {
    opacity: 0;
    transform: rotateX(-180deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}
.e-ripple,
.e-ripple-style {
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.e-ripple-element,
.e-ripple-style::after {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transform: scale(0);
  transition: opacity, transform 0ms cubic-bezier(0, 0.1, 0.2, 1);
}

.e-ripple-style::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 50%;
  left: 25%;
  opacity: 0;
  top: 25%;
  transform: scale(3);
  transition: transform 0.5s, opacity 0.5s;
  width: 50%;
}
.e-ripple-style:active::after {
  opacity: 1;
  transform: scale(0);
  transition: 0s;
}

@font-face {
  font-family: "e-icons";
  font-style: normal;
  font-weight: normal;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjeaTzgAAAEoAAAAVmNtYXDBUME3AAAOsAAAC+JnbHlmto+OVQAAJ8gAAryUaGVhZCy2T8oAAADQAAAANmhoZWEIXgcNAAAArAAAACRobXR4MAb+rAAAAYAAAA0wbG9jYQRoy8QAABqUAAANNG1heHAEdwLMAAABCAAAACBuYW1lc0cOBgAC5FwAAAIlcG9zdJlMR3EAAuaEAAA0VAABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAADTAABAAAAAQAAUX1BVF8PPPUACwQAAAAAAOTLhWYAAAAA5MuFZv/A/+QEQAQcAAAACAACAAEAAAAAAAEAAANMAsAAIQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4RHsKgQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/+QEAP/kBAAAAAQA/+QEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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ALgAuQC6ALsAvAC9AL4AvwDAAMEAwgDDAMQAxQDGAMcAyADJADYBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAB8AIABwAMsB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAwIEAgUCBgIHAWsAiQCKAIsAjACNAI4AjwCQAJEAkgCTAJQAlQCWAJcAmACZAJoBDAENAQ4BDwEQAREBEgETARUBFgEXARgBGQFlAWYBZwFoAWkBagEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExAWwBbQFuAW8BcAFxAXIBcwF0AZUBlAGTAZIBlwGRAZgBmQGWAZoBmwGcAZ0BngF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAbQBtQG2AbcBuAEyATMBNAE1ACUBNwE4ATkBOgAmATwBPQE+AT8BQAFBATYBOwGFACcBhgGHAYkBigGLAYwBjwGIAY0BjgGQAZ8BoAGhAaIAKAGoAacBsAGqAasBrAGtAa4BrwGxAbIBswApACoAKwAsAC0ALgAvADAAMQAyAaMBpAGlAaYBuQAzADQBqQA1AiMANwA4AicCKAIpADkCKwIsAi4CLwA6ADsAPAIxAjMCNgI3AD0COQA+AD8COgI7AjwAQAI/AkACQQJCAEEAQgBDAkQCRQJGAkcCSAJJAkoCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAIiAmECYwJiAmQCZQJmAEQARQIYAhkCGgIfAEYARwIwAmcCaAJpAmoCawJsAjgASAJDARQASQIWARsASgJtAm4CbwJwAnECcgBLAiACPgBMAE0ATgBPAFACcwJ0AnUCdgJ3AngAUQBSAFMCeQJ6AnsCfAJ9An4AVABVAFYAVwFeAFgCfwKAAGICggKEAoUChgBZAFoCgwKBAocAYwKIAokAZAKKAosCjAKNAo4CjwKQAFsCkQKSApMClAKVApYClwKYApkCmgKbAFwCnAKdAp4CnwKgAF0CoQKiAqMCpAKlAqYCpwKoAqkCqgBeAqsCrABfAq0CrgKvArACsQKyArMCtAK1ArYCtwK4AGACuQK6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AAGwqAABsmQAAbL0AAGzyAABtGwAAbUsAAG12AABubgAAboUAAG6cAABvFAAAb0cAAG9XAABvbwAAcDAAAHBbAABwagAAcN0AAHEiAABxOgAAcUcAAHFpAABxjQAAcbAAAHIQAAByYwAAcqsAAHLGAABzBAAAcy0AAHNVAABzeAAAc6UAAHPpAAB0CAAAdB0AAHRRAAB0ZwAAdIYAAHSiAAB0twAAdPYAAHXSAAB15QAAdgYAAHYZAAB2SwAAdl4AAHaHAAB2lwAAdxgAAHdgAAB3hQAAeAcAAHg1AAB4SQAAeGUAAHiCAAB4qgAAeRMAAHkrAAB5ngAAefwAAHo9AAB6kQAAetkAAHsiAAB7OgAAe1kAAHt3AAB7lwAAe6wAAHvFAAB8ogAAfNUAAH0iAAB9MAAAfUQAAH3yAAB+AgAAfksAAH6VAAB+5AAAfy0AAH97AAB/pgAAf7oAAH/IAAB/4QAAf/oAAIAIAACAFQAAgC4AAIB4AACAwgAAgWUAAIIAAACCnAAAgzgAAIOVAACDogAAg9QAAIPiAACEpQAAhR8AAIU8AACFrgAAhbkAAIXWAACGPgAAhrIAAIdeAACH6wAAiGgAAIh1AACIgwAAiQcAAImNAACJoAAAiyEAAItHAACLUgAAi10AAItoAACLcwAAi34AAIuJAACLrAAAi7YAAIv0AACMSAAAjGkAAIyFAACMqAAAjbEAAI66AACPTQAAkFsAAJHNAACSBAAAkh0AAJItAACSeAAAktsAAJMEAACTLQAAk1oAAJPRAACT8QAAlAUAAJQZAACVCAAAlVMAAJaXAACWsgAAl4gAAJf4AACYSwAAmNsAAJj8AACZDgAAmX8AAJmLAACZnQAAmb8AAJnKAACZ+AAAmgMAAJoZAACaKgAAmlEAAJpwAACaewAAmoYAAJqRAACanAAAmqcAAJq6AACaxQAAms4AAJrXAACbJAAAm04AAJtaAACbYwAAm24AAJt4AACbggAAm88AAJv5AACcBgAAnBAAAJwdAACcRQAAnHoAAJydAACctwAAnMsAAJzuAACdBQAAnRgAAJ0uAACdiwAAnasAAJ3LAACd6AAAnggAAJ4qAACeTgAAnnAAAJ6RAACerwAAnsMAAJ7XAACe8QAAnwUAAJ94AACfrgAAn9gAAJ/xAACgCgAAoFEAAKBmAACghAAAoM0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QICAgICAgIAAAgAAAAADgAO/AAIACgAAAQUTATMTIRMzASMCgP8AgP6AgGIBO2OA/sCAAcABAYH9AAEA/wADgAAGAAAAAAMzA/QAPwB/AL8A/wE/AX8AACUVHw4/Dy8PDw4FHw8/Dj0BLw4PDgEVHw07AT8OLw4rAQ8NBR8OOwE/DT0BLw0rAQ8NARUfDj8PLw8PDgUfDz8OPQEvDg8OAk0CAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAgGAAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgIBgAIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICfwsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwBdQwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLAXUMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUE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AQGvBgIEAgEBAwQFBQYGnq8GAgQCAQEDBAUFBgaerwYCBAIBAQMEBQUGBp4BAQMEBQUGB/5IBwYFBQQDAQEECgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQmzH/ytA3IfHwEBAwQFBQYGQwgHBXdOAQEDBAUFBgdCCAcFd04BAQMEBQUGBkMIBwV3LgcGBQUEAwEBAQEDBAUFBgcudAUDBwhDBgYFBQQDAQFOdAUDBwhCBwYFBQQDAQFOdAUDBwhDBgYFBQQDAQEfBwYFBQQDAQEBAQMEBQUGAAAAAAEAAAAAA3kD+ABWAAABES8GDwsfBQEfAjM/BAE/BS8LDwYRNS8JKwEPCQHB0AQGBQYLDAwMBgUFBQQEAwIEAQEEAgQDBQE7BxMMDAwGBgUFAT8FAwQCBAEBBAIDBAQFBQUGDAwMCwYFBgTQAQICBgcKCgYGBwYGBwYFCwkIBgICAQO5/SXNBAQDAwMBAQMDAwQEBQUGBQwMDAwFBgUE/skHCQMDAgIDBAE7BQUGBQwMDAwFBgUFBAQDAgQBAQMDAwQEzQLbBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAACAAAAAAP4A/gARQCJAAAJAQ8FHws/BhEVHwk7AT8JNREvCg8FFxEfCjM/AwE/BS8LDwYRNS8JKwEPCQFW/sUFAwQCBAEBAwMDBAQFBQUGDAwMCwYFBQXQAQICBgcKCgYGBwYGBwYGCgoHBgICAQECAwUFBwcJBQwMBgYGBgUF5AECAwUFBwcJBgYGDAwLBgUBPwUDBAIEAQEDAwMEBAUFBQYMDAwLBgUFBdABAgIGBwoKBgYHBgYHBgYKCgcGAgIBA+b+yAQFBgUMDAwMBQYFBQQEAwIEAQEDAwMEBM39JQYHBgYKCgcGAgIBAQICBgcKCgYGBwYDcgkJCQgHBgYEAgIBAQECAwMEMfyOCQkJCAcGBgQCAgEDBAMEATwEBQYFDAwMDAUGBQUEBAMDAwEBAwMD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YwBvAG4AcwBlAC0AaQBjAG8AbgBzAFYAZQByAHMAaQBvAG4AIAAxAC4AMABlAC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAFMAeQBuAGMAZgB1AHMAaQBvAG4AIABNAGUAdAByAG8AIABTAHQAdQBkAGkAbwB3AHcAdwAuAHMAeQBuAGMAZgB1AHMAaQBvAG4ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0wBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmAWcBaAFpAWoBawFsAW0BbgFvAXABcQFyAXMBdAF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAsYCxwLIAskCygLLAswCzQLOAs8C0ALRAtIC0wLUAtUC1gLXAtgC2QLaAtsC3ALdAt4C3wLgAuEC4gLjAuQC5QLmAucC6ALpAuoC6wLsAu0C7gLvAvAC8QLyAvMC9AL1AvYC9wL4AvkC+gL7AvwC/QL+Av8DAAMBAwIDAwMEAwUDBgMHAwgDCQMKAwsDDAMNAw4DDwMQAxEDEgMTAxQDFQMWAxcDGAMZAxoDGwMcAx0DHgMfAyADIQMiAyMDJAMlAyYDJwMoAykDKgMrAywDLQMuAy8DMAMxAzIDMwM0AzUDNgM3AzgDOQM6AzsDPAM9Az4DPwNAA0EDQgNDA0QDRQNGA0cDSANJA0oDSwNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IDYwNkA2UDZgNnA2gDaQNqA2sDbANtA24DbwNwA3EDcgNzA3QDdQN2A3cDeAN5A3oDewN8A30DfgN/A4ADgQOCA4MDhAOFA4YDhwOIA4kDigOLA4wDjQOOA48DkAORA5IDkwOUA5UDlgOXA5gDmQOaA5sDnAOdA54DnwOgA6EDogOjA6QDpQOmA6cDqAOpA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A7kDugO7A7wDvQO+A78DwAPBA8IDwwPEA8UDxgPHA8gDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D3gPfA+AD4QPiA+MD5APlA+YD5wPoA+kD6gPrA+wD7QPuA+8D8APxA/ID8wP0A/UD9gP3A/gD+QP6A/sD/AP9A/4D/wQABAEEAgQDBAQEBQQGBAcECAQJBAoECwQMBA0EDgQPBBAEEQQSBBMEFAQVBBYEFwQYBBkEGgQbBBwEHQQeBB8EIAQhBCIEIwQkBCUEJgQnBCgEKQQqBCsELAQtBC4ELwQwBDEEMgQzBDQENQQ2BDcEOAQ5BDoEOwQ8BD0EPgQ/BEAEQQRCBEMERARFBEYERwRIBEkESgRLBEwETQAKZXhwb3J0LXBkZgpleHBvcnQtY3N2DGV4cG9ydC1leGNlbApkYXRlLXJhbmdlDGZpbHRlci1jbGVhcgZmaWx0ZXIIYnVsbGV0LTYIYnVsbGV0LTEEbm9uZQhidWxsZXQtNRFib3JkZXItZGlhZ29uYWwtMhFib3JkZXItZGlhZ29uYWwtMQhidWxsZXQtNAhidWxsZXQtMghidWxsZXQtMxRjaGV2cm9uLXJpZ2h0LWRvdWJsZRNjaGV2cm9uLWxlZnQtZG91YmxlE2NoZXZyb24tZG93bi1kb3VibGURY2hldnJvbi11cC1kb3VibGUGcmVwZWF0D3JlY3VycmVuY2UtZWRpdAhsb2NhdGlvbgtkZXNjcmlwdGlvbgl0aW1lLXpvbmUIY2FsZW5kYXIPdGltZWxpbmUtYWdlbmRhCXdvcmstd2VlawR3ZWVrA2RheRFhZ2VuZGEtZGF0ZS1yYW5nZQlkYXRlLXRpbWUGcGVvcGxlDHRpbWVsaW5lLWRheQ10aW1lbGluZS13ZWVrEnRpbWVsaW5lLXdvcmstd2Vlaw50aW1lbGluZS1tb250aAV0YWJsZQRjb3B5CHRoLXNtYWxsBnNhdmUtMgtwYXJhZ3JhcGgtMgZlZGl0LTYNY2xvc2UtbGFyZ2UtMQtleHBvcnQtd29yZAxjaXJjbGUtY2xvc2UIZmlsdGVyLTIKcGx1cy1zbWFsbAVjbG9zZQVjaGVjawdwcmludC0yBmVkaXQtMgRwbHVzDWNsb3NlLWxhcmdlLTIRY2hldnJvbi1kb3duLXRoaW4RY2hldnJvbi11cC1maWxsLTIRY2hldnJvbi1kb3duLWZpbGwPY2hldnJvbi11cC1maWxsE2NoZXZyb24tZG93bi1maWxsLTIKYXJyb3ctZG93bghhcnJvdy11cBRjaGV2cm9uLXJpZ2h0LWZpbGwtMxNjaGV2cm9uLWxlZnQtZmlsbC0yCGRlbGV0ZS0xEWNoZXZyb24tbGVmdC1maWxsEmNoZXZyb24tcmlnaHQtZmlsbAphcnJvdy1sZWZ0C2Fycm93LXJpZ2h0CXNvcnRpbmctMQRlZGl0CmZpcnN0LXBhZ2UJbGFzdC1wYWdlDnRpbWVsaW5lLXRvZGF5DGNoZXZyb24tbGVmdAhmaWx0ZXItMQpjaGV2cm9uLXVwDWNoZXZyb24tcmlnaHQMY2hldnJvbi1kb3duDmNpcmNsZS1jbG9zZS0yEWNoZXZyb24tdXAtZmlsbC0zE2NoZXZyb24tZG93bi1maWxsLTMNZmlsdGVyLWNhbmNlbA5jaGV2cm9uLWxlZnQtMgpncm91cC1pY29uCXNlbGVjdGlvbgdjbG9zZS0yB2NoZWNrLTISaW50ZXJtZWRpYXRlLXN0YXRlDmNoZXZyb24tbGVmdC0zBmVkaXQtMwdjbG9zZS0zD2NoZXZyb24tcmlnaHQtMgZwbHVzLTITY2hldnJvbi1kb3duLWZpbGwtNQ1jaXJjbGUtcmVtb3ZlDGFycm93LWxlZnQtMg9tb3JlLXZlcnRpY2FsLTEGc2VhcmNoBW1vbnRoBXRyYXNoDmNoZXZyb24tZG93bi0yBHNhdmUEbWVudQdyZWZyZXNoE2NpcmNsZS1jbG9zZS1maWxsLTMFY2xvY2sNZnJlZXplLWNvbHVtbg5lcnJvci10cmVldmlldw9jaXJjbGUtcmVtb3ZlLTIKY2lyY2xlLWFkZBdkcmFnLWFuZC1kcm9wLWluZGljYXRvcg9jaGV2cm9uLXJpZ2h0LTMPY2hldnJvbi1yaWdodC00BHBsYXkFcGF1c2UQcGFyYS1vcHRpb24tZG93bghzZWFyY2gtMg1ib3JkZXItY2VudGVyDHJlc3RhcnQtYXQtMQ5oeXBlcmxpbmstb3BlbgVjdXQtMgZjb3B5LTIKYm9yZGVyLXRvcA1kZWxldGUtY29sdW1uCmRlbGV0ZS1yb3cMaW5zZXJ0LXJpZ2h0C2luc2VydC1sZWZ0EGh5cGVybGluay1yZW1vdmUNYm9yZGVyLW1pZGRsZQxib3JkZXItcmlnaHQOaHlwZXJsaW5rLWVkaXQGbGluay0yC2JvcmRlci1sZWZ0DHRhYmxlLWRlbGV0ZRB0YWJsZS1wcm9wZXJ0aWVzDmh5cGVybGluay1jb3B5DWJvcmRlci1ib3R0b20HcGFzdGUtMhJjb250aW51ZS1udW1iZXJpbmcMaW5zZXJ0LWJlbG93DGluc2VydC1hYm92ZQ90YWJsZS1jZWxsLW5vbmUDYm94A2FsbBF0YWJsZS1hbGlnbi1yaWdodBN0YWJsZS1ib3JkZXItY3VzdG9tEHRhYmxlLWFsaWduLWxlZnQSdGFibGUtYWxpZ24tY2VudGVyD2xpbmUtdmVyeS1zbWFsbAtsaW5lLW5vcm1hbApsaW5lLXNtYWxsDnBhcmEtb3B0aW9uLXVwFXZlcnRpY2FsLWFsaWduLWJvdHRvbRV2ZXJ0aWNhbC1hbGlnbi1jZW50ZXISdmVydGljYWwtYWxpZ24tdG9wDGNsZWFyLWZvcm1hdA1zdHJpa2V0aHJvdWdoCnVwcGVyLWNhc2UHanVzdGlmeQVpbWFnZQZyZXNpemUQZXhpdC1mdWxsLXNjcmVlbgZlZGl0LTQEYm9sZAphbGlnbi1sZWZ0A2N1dBB0ZXh0LWFsdGVybmF0aXZlBmNvcHktMQhkZWxldGUtMg9pbmNyZWFzZS1pbmRlbnQFZXJhc2UEdW5kbwtmdWxsLXNjcmVlbgl1bmRlcmxpbmUObGlzdC11bm9yZGVyZWQDZXllDGxpc3Qtb3JkZXJlZApsb3dlci1jYXNlC2xpbmstcmVtb3ZlB3pvb20taW4Jb3Blbi1saW5rBXByaW50CmZvbnQtY29sb3ILYWxpZ24tcmlnaHQEbGluawl2aWV3LXNpZGUJY29kZS12aWV3CHpvb20tb3V0C3N1cGVyc2NyaXB0CXBhcmFncmFwaARyZWRvBXBhc3RlC2luc2VydC1jb2RlCXN1YnNjcmlwdAdkaXNwbGF5B3JlcGxhY2UGaXRhbGljB2NhcHRpb24McGFpbnQtYnVja2V0D2RlY3JlYXNlLWluZGVudAxhbGlnbi1jZW50ZXIJZm9udC1uYW1lD2RyYWctYW5kLWRyb3AtMg5maWVsZC1zZXR0aW5ncwp0d28tY29sdW1uB3R3by1yb3cDc3VtCGZpbHRlci0zC2Nsb3NlLWxhcmdlDmZpbHRlci1jbGVhci0yDGNpcmNsZS1jaGVjawxhbGlnbi1ib3R0b20OaW5zZXJ0LWFib3ZlLTIOaW5zZXJ0LWJlbG93LTIMYWxpZ24tbWlkZGxlD2RlbGV0ZS1jb2x1bW4tMgxkZWxldGUtcm93LTINaW5zZXJ0LWxlZnQtMglhbGlnbi10b3AOaW5zZXJ0LXJpZ2h0LTIGZWRpdC01DmFsaWduLW1pZGRsZS0yD2ZyZWV6ZS1jb2x1bW4tMgVzdHlsZQhkZWxldGUtMwpmcmVlemUtcm93C3RleHQtaGVhZGVyEW1vcmUtaG9yaXpvbnRhbC0xB3Jlc2l6ZXIGZm9sZGVyDGZpcnN0LXBhZ2UtMghwcmV2aW91cwRuZXh0C2xhc3QtcGFnZS0yCnpvb20tb3V0LTIJem9vbS1pbi0yCGRvd25sb2FkCGJvb2ttYXJrCHNlYXJjaC0zD3RleHQtYW5ub3RhdGlvbgdjbG9zZS00CGNvbW1lbnRzBnNhdmUtMwxhbGlnbi1sZWZ0LTIHc3R5bGUtMgZ1bmRvLTIPaGlnaGxpZ2h0LWNvbG9yD21vcmUtdmVydGljYWwtMwt1bmRlcmxpbmUtMg9zdHJpa2V0aHJvdWdoLTIOcGFpbnQtYnVja2V0LTIDcGFuB29wYWNpdHkIZGVsZXRlLTQNbW91c2UtcG9pbnRlchNjaGV2cm9uLXJpZ2h0LXNtYWxsDHN0cm9rZS1jb2xvcgdwcmludC0zBnJlZG8tMgxmb250LWNvbG9yLTIGc2hhcGVzEmNoZXZyb24tbGVmdC1zbWFsbAxzdHJva2Utd2lkdGgPYW5ub3RhdGlvbi1lZGl0CXRodW1ibmFpbAVzdGFtcApicmVhay1wYWdlBGZpbGUKY29sbGFwc2UtMgZleHBhbmQPZG91YmxlLXJlc2l6ZS0yD2RvdWJsZS1yZXNpemUtMQ9zaW5nbGUtcmVzaXplLTEPc2luZ2xlLXJlc2l6ZS0yD3NpbmdsZS1yZXNpemUtMw9zaW5nbGUtcmVzaXplLTQNZHJhZy1hbmQtZHJvcBFjaGV2cm9uLXVwLWZpbGwtNBNjaGV2cm9uLWRvd24tZmlsbC00FGNoZXZyb24tcmlnaHQtZmlsbC0yE2NoZXZyb24tbGVmdC1maWxsLTMPbW9yZS12ZXJ0aWNhbC00DWZpbHRlci1hY3RpdmULY29kZS12aWV3LTIJZ3JpZC12aWV3B3Bhc3RlLTMHdHJhc2gtMgpkb3dubG9hZC0yBWN1dC0zEGxpc3QtdW5vcmRlcmVkLTIJcmVmcmVzaC0yC2NpcmNsZS1pbmZvEmNoZXZyb24tcmlnaHQtdGhpbghmb2xkZXItMgdjbG9zZS01C2ZvbGRlci1maWxsBnJlbmFtZQZjb3B5LTMIc2VhcmNoLTQIdXBsb2FkLTEEYmFjawpzZWxlY3QtYWxsCXNvcnRpbmctMg9tb3JlLXZlcnRpY2FsLTUHY2hlY2stMxFtb3JlLWhvcml6b250YWwtMw5leHBvcnQtZXhjZWwtMgxleHBvcnQtY3N2LTIGc2F2ZS00B3NhdmUtYXMGZXhwb3J0CGRlbGV0ZS01C2dyYW5kLXRvdGFsB3RhYmxlLTIJc3ViLXRvdGFsCGZpbGUtbmV3EW51bWJlci1mb3JtYXR0aW5nCHJlbmFtZS0yDGV4cG9ydC1wZGYtMg1mdWxsLXNjcmVlbi0yBWNoYXJ0CHVwbG9hZC0yCWZvbnQtdHlwZQdjbG9zZS02DGxpbmUtc3BhY2luZwRsb2NrDGJvcmRlci1vdXRlcgZsaW5rLTMOYWxpZ24tYm90dG9tLTIMYm9yZGVyLWFsbC0yEHRhYmxlLW9mLWNvbnRlbnQOcGFnZS1udW1iZXJpbmcGYm9sZC0yC2FsaWduLXRvcC0yDmFsaWduLW1pZGRsZS0zCnBhZ2Utc2V0dXAMc3Ryb2tlLXN0eWxlB2ltYWdlLTINYm9va21hcmstZmlsbAZoZWFkZXIQbGlzdC11bm9yZGVyZWQtMw9zaG93LWhpZGUtcGFuZWwNYWxpZ24tcmlnaHQtMgZmb290ZXIKYm9yZGVyLWFsbAxib3JkZXItaW5uZXIEY2VsbAthbGlnbi10b3AtMw5hbGlnbi1ib3R0b20tMw5hbGlnbi1taWRkbGUtNAdjaGVjay00BWJyZWFrDGJyZWFrLXBhZ2UtMg1icmVhay1zZWN0aW9uEGF1dG8tZml0LWNvbnRlbnQSZml4ZWQtY29sdW1uLXdpZHRoD2F1dG8tZml0LXdpbmRvdw1icmluZy1mb3J3YXJkDmJyaW5nLXRvLWZyb250DHNlbmQtdG8tYmFjaw1zZW5kLWJhY2t3YXJkCXVuZ3JvdXAtMQdncm91cC0xBW9yZGVyEmNoZXZyb24tdXAtc21hbGwtMhRjaGV2cm9uLWRvd24tc21hbGwtMhVjaGV2cm9uLXJpZ2h0LXNtYWxsLTIUY2hldnJvbi1sZWZ0LXNtYWxsLTIWY2hldnJvbi1yaWdodC1kb3VibGUtMhVjaGV2cm9uLWxlZnQtZG91YmxlLTILem9vbS10by1maXQJYWRkLWFib3ZlCWFkZC1iZWxvdwRsaW5lDmFycm93LXJpZ2h0LXVwCXJlY3RhbmdsZQZjaXJjbGUIcGVudGFnYW4GbGVuZ3RoCXBlcmltZXRlcgRhcmVhBnJhZGl1cwZ2b2x1bWUSY2hhbmdlLXNjYWxlLXJhdGlvCHNldHRpbmdzCWNvbW1lbnQtMg10aHVtYnMtZG93bi0xCXRodW1icy11cA10aHVtYnMtZG93bi0yCmV4cG9ydC1qcGcKZXhwb3J0LXBuZwpleHBvcnQtc3ZnFmNvbmRpdGlvbmFsLWZvcm1hdHRpbmcQaGlkZS1mb3JtdWxhLWJhcg1oaWRlLWhlYWRpbmdzDmhpZGUtZ3JpZGxpbmVzCWV5ZS1zbGFzaApleHBvcnQteGxzDGV4cG9ydC1jc3YtMwNtZHgIcmVuYW1lLTMLZm9sZGVyLW9wZW4JbmFtZWQtc2V0DWdyaXAtdmVydGljYWwJZGltZW5zaW9uB2xldmVsLTEHbGV2ZWwtMgdsZXZlbC0zB2xldmVsLTQHbGV2ZWwtNQx1c2VyLWRlZmluZWQDa3BpCXNvcnQtZG93bglzb3J0aW5nLTMHc29ydC11cBFjYWxjdWxhdGVkLW1lbWJlcgtjdXN0b20tc29ydA9zb3J0LWRlc2NlbmRpbmcOc29ydC1hc2NlbmRpbmcLY29tbWVudC1hZGQFcmVwbHkGc2VuZC0xDGNvbW1lbnQtc2hvdwlzaWduYXR1cmULZmlsdGVyLW1haW4JdGV4dC13cmFwCnVuZmlsdGVyZWQYZmlsdGVyZWQtc29ydC1kZXNjZW5kaW5nEXNvcnQtZGVzY2VuZGluZy0yEHNvcnQtYXNjZW5kaW5nLTIXZmlsdGVyZWQtc29ydC1hc2NlbmRpbmcIZmlsdGVyZWQOZmlsdGVyLWNsZWFyLTMHcmVhcHBseQdncm91cC0yCXVuZ3JvdXAtMg9wYXN0ZS10ZXh0LW9ubHkLcGFzdGUtc3R5bGUNcGFzdGUtc3BlY2lhbBdwYXN0ZS1tYXRjaC1kZXN0aW5hdGlvbgtzcGVsbC1jaGVjaw5jb21tZW50LXJlb3Blbgp3ZWItbGF5b3V0DHByaW50LWxheW91dAtib3JkZXItbm9uZQ9kYXRhLXZhbGlkYXRpb24NcHJvdGVjdC1zaGVldAl0ZXh0LWZvcm0McHJvcGVydGllcy0yCmNsZWFyLWZvcm0JZHJvcC1kb3duCmZvcm0tZmllbGQJY2hlY2stYm94DHRhYmxlLXVwZGF0ZQ5jaGFuZ2VzLWFjY2VwdBJkaXNwbGF5LWZvci1yZXZpZXcOY2hhbmdlcy1yZWplY3QQY2hhbmdlcy1wcmV2aW91cwtzaG93LW1hcmt1cAxjaGFuZ2VzLW5leHQNY2hhbmdlcy10cmFjaxxjb25kaXRpb25hbC1mb3JtYXR0aW5nLWxhcmdlCWhpZ2hsaWdodBB0b3AtYm90dG9tLXJ1bGVzCWRhdGEtYmFycwxjb2xvci1zY2FsZXMIaWNvbnNldHMLY2xlYXItcnVsZXMJbmV3LXJ1bGVzDGdyZWF0ZXItdGhhbglsZXNzLXRoYW4HYmV0d2VlbgdlcXVhbHRvEnRleHQtdGhhdC1jb250YWlucw5kYXRlLW9jY3VycmluZwZ0b3AtMTAPYm90dG9tLTEwLWl0ZW1zCWJvdHRvbS0xMA1hYm92ZS1hdmVyYWdlDWJlbG93LWF2ZXJhZ2UOZHVwbGljYXRlLWNlbGwIZm9vdG5vdGUMZW5kLWZvb3Rub3RlE2NoYXJ0LWluc2VydC1jb2x1bW4QY2hhcnQtZGF0YS10YWJsZQxjaGFydC1sZWdlbmQYY2hhcnQtaW5zZXJ0LXgteS1zY2F0dGVyFmNoYXJ0LWluc2VydC13YXRlcmZhbGwRY2hhcnQtdXBkb3duLWJhcnMRYWRkLWNoYXJ0LWVsZW1lbnQPY2hhcnQtZ3JpZGxpbmVzF2luc2VydC1oaWVyYXJjaHktY2hhcnRzEWNoYXJ0LWluc2VydC1saW5lF2NoYXJ0LXN3aXRjaC1yb3ctY29sdW1uEGNoYXJ0LWVycm9yLWJhcnMPY2hhcnQtdHJlbmRsaW5lCmNoYXJ0LWF4ZXMRY2hhcnQtc2VsZWN0LWRhdGELY2hhcnQtbGluZXMRY2hhcnQtYXhpcy10aXRsZXMLY2hhcnQtdGl0bGUQY2hhcnQtaW5zZXJ0LXBpZRFjaGFuZ2UtY2hhcnQtdHlwZRZpbnNlcnQtc3RhdGlzdGljLWNoYXJ0EWNoYXJ0LWRhdGEtbGFiZWxzEmNoYXJ0LWluc2VydC1jb21ibyRjaGFydC1heGlzLXRpdGxlcy1wcmltYXJ5LWhvcml6b250YWwVY2hhcnQtbGluZWFyLWZvcmVjYXN0EWNoYXJ0LWxlZ2VuZC1ub25lEmNoYXJ0LWxlZ2VuZC1yaWdodBJjaGFydC1kYXRhLWNhbGxvdXQcY2hhcnQtcHJpbWFyeS1taW5vci12ZXJ0aWNhbBtjaGFydC1heGVzLXByaW1hcnktdmVydGljYWwYY2hhcnQtZGF0YS1sYWJlbHMtY2VudGVyFWNoYXJ0LWRhdGEtdGFibGUtbm9uZRZjaGFydC1kYXRhLWxhYmVscy1ub25lHGNoYXJ0LXByaW1hcnktbWFqb3ItdmVydGljYWwTY2hhcnQtbGVnZW5kLWxpbmVhchtjaGFydC1lcnJvci1iYXJzLXBlcmNlbnRhZ2UUY2hhcnQtbm8tbGVnZW5kLWtleXMXY2hhcnQtdGl0bGUtYWJvdmUtY2hhcnQUY2hhcnQtdHJlbmRsaW5lLW5vbmUWY2hhcnQtd2l0aC1sZWdlbmQta2V5cx1jaGFydC1heGVzLXByaW1hcnktaG9yaXpvbnRhbCNjaGFydC1lcnJvci1iYXJzLXN0YW5kYXJkLWRldmlhdGlvbhBjaGFydC1sZWdlbmQtdG9wHmNoYXJ0LXByaW1hcnktbWlub3ItaG9yaXpvbnRhbBVjaGFydC1lcnJvci1iYXJzLW5vbmUUY2hhcnQtdXAtZG93bi1iYXJzLTIQY2hhcnQtZHJvcC1saW5lcxBjaGFydC1saW5lcy1ub25lHmNoYXJ0LXByaW1hcnktbWFqb3ItaG9yaXpvbnRhbBNjaGFydC1sZWdlbmQtYm90dG9tEmNoYXJ0LXVwLWRvd24tbm9uZR1jaGFydC1kYXRhLWxhYmVscy1vdXRzaWRlLWVuZCJjaGFydC1heGlzLXRpdGxlcy1wcmltYXJ5LXZlcnRpY2FsEWNoYXJ0LWxlZ2VuZC1sZWZ0HWNoYXJ0LWRhdGEtbGFiZWxzLWluc2lkZS1iYXNlFGNoYXJ0LWhpZ2gtbG93LWxpbmVzG2NoYXJ0LXRyZW5kbGluZS1leHBvbmVudGlhbB5jaGFydC10cmVuZGxpbmUtbW92aW5nLWF2ZXJhZ2UcY2hhcnQtZGF0YS1sYWJlbHMtaW5zaWRlLWVuZBBjaGFydC10aXRsZS1ub25lHGNoYXJ0LXRpdGxlLWNlbnRlcmVkLW92ZXJsYXkfY2hhcnQtZXJyb3ItYmFycy1zdGFuZGFyZC1lcnJvcg9jaGFydC0zZC1hcmVhLTEUY2hhcnQtMmQtc3RhY2tlZC1iYXISY2hhcnQtM2Qtc3VyZmFjZS0xFmNoYXJ0LWhpc3RvZ3JhbS1wYXJldG8mY2hhcnQtc3RvY2stdm9sdW1uLW9wZW4taGlnaC1sb3ctY2xvc2UaY2hhcnQtc3RvY2staGlnaC1sb3ctY2xvc2UfY2hhcnQtc3RvY2stb3Blbi1oaWdoLWxvdy1jbG9zZStjaGFydC0yZC1saW5lLTEwMC1zdGFja2VkLWxpbmUtd2l0aC1tYXJrZXJzEmNoYXJ0LWZpbGxlZC1yYWRhchljaGFydC0zZC1jbHVzdGVyZWQtY29sdW1uDmNoYXJ0LXN1bmJ1cnN0DWNoYXJ0LXRyZWVtYXAhY2hhcnQtM2QtMTAwLXBlcmNlbnQtc3RhY2tlZC1hcmVhDGNoYXJ0LTNkLXBpZRFjaGFydC0zZC1jb2x1bW4tNBJtb3JlLWNvbHVtbi1jaGFydHMVY2hhcnQtMmQtc3RhY2tlZC1saW5lC2NoYXJ0LWRvbnV0FmNoYXJ0LTNkLWNsdXN0ZXJlZC1iYXIMY2hhcnQtZnVubmVsDmNoYXJ0LTJkLXBpZS0yDWNoYXJ0LTNkLWxpbmUZY2hhcnQtMmQtY2x1c3RlcmVkLWNvbHVtbiFjaGFydC0yZC0xMDAtcGVyY2VudC1zdGFja2VkLWFyZWEQbW9yZS1saW5lLWNoYXJ0cyBjaGFydC0zZC0xMDAtcGVyY2VudC1zdGFja2VkLWJhchFtb3JlLXN0b2NrLWNoYXJ0cyFjaGFydC1zdG9jay12b2x1bW4taGlnaC1sb3ctY2xvc2UQY2hhcnQtYmFyLW9mLXBpZS1jaGFydC1jbHVzdGVyZWQtY29sdW1uLWxpbmUtb24tc2Vjb25kYXJ5LWF4aXMWY2hhcnQtMmQtY2x1c3RlcmVkLWJhcgtjaGFydC1yYWRhciNjaGFydC0zZC0xMDAtcGVyY2VudC1zdGFja2VkLWNvbHVtbh9jaGFydC1zdGFja2VkbGluZXMtd2l0aC1tYXJrZXJzGmNoYXJ0LXdpcmVmcmFtZS0zZC1zdXJmYWNlGmNoYXJ0LTJkLWxpbmUtd2l0aC1tYXJrZXJzFWNoYXJ0LWJveC1hbmQtd2hpc2tlchljcmVhdGUtY3VzdG9tLWNvbWJvLWNoYXJ0IGNoYXJ0LTJkLTEwMC1wZXJjZW50LXN0YWNrZWQtYmFyIWNoYXJ0LXNjYXR0ZXItd2l0aC1zdHJhaWdodC1saW5lcxdtb3JlLXN0YXRpc3RpY2FsLWNoYXJ0cxVjaGFydC0zZC1zdGFja2VkLWFyZWENY2hhcnQtMmQtbGluZSNjaGFydC0yZC0xMDAtcGVyY2VudC1zdGFja2VkLWNvbHVtbg9tb3JlLXBpZS1jaGFydHMOY2hhcnQtYnViYmxlLTEhY2hhcnQtMmQtMTAwLXBlcmNlbnQtc3RhY2tlZC1saW5lD2NoYXJ0LWhpc3RvZ3JhbRVtb3JlLWhpZXJhcmNoeS1jaGFydHMhY2hhcnQtY29tYm8tY2x1c3RlcmVkLWNvbHVtbi1saW5lFWNoYXJ0LTJkLXN0YWNrZWQtYXJlYRdjaGFydC0zZC1zdGFja2VkLWNvbHVtbhBjaGFydC1pbnNlcnQtYmFyH2NoYXJ0LXNjYXR0ZXItd2l0aC1zbW9vdGgtbGluZXMfY2hhcnQtc3VyZmFjZS13aXJlZnJhbWUtY29udG91chRjaGFydC0zZC1zdGFja2VkLWJhchNjaGFydC0yZC1waWUtb2YtcGllEmNoYXJ0LTNkLXN1cmZhY2UtMg1jaGFydC0yZC1hcmVhKWNoYXJ0LWNvbWJvLXN0YWNrZWQtYXJlYS1jbHVzdGVyZWQtY29sdW1uD2NoYXJ0LXdhdGVyZmFsbBVjaGFydC1zdXJmYWNlLWNvbnRvdXITbW9yZS1zY2F0dGVyLWNoYXJ0cxdjaGFydC0yZC1zdGFja2VkLWNvbHVtbhBwcm90ZWN0LXdvcmtib29rC2NoYW5nZS1jYXNlDGV4cG9ydC1wZGYtMwtmcmVlemUtcGFuZRNmcmVlemUtZmlyc3QtY29sdW1uDmZyZWV6ZS10b3Atcm93C21lcmdlLWNlbGxzDnNwbGl0LXZlcnRpY2FsCnRhYmxlLWNlbGwQc3BsaXQtaG9yaXpvbnRhbAhsaXN0LWJveAt0ZXh0LWZvcm0tMgVsYWJlbAtjaGVjay1ib3gtMhNhZGQtZWRpdC1mb3JtLWZpZWxkBmJ1dHRvbgtkcm9wLWRvd24tMgxyYWRpby1idXR0b24IcGFzc3dvcmQTdGFibGUtaW5zZXJ0LWNvbHVtbhB0YWJsZS1pbnNlcnQtcm93FXRhYmxlLW92ZXJ3cml0ZS1jZWxscwx0YWJsZS1uZXN0ZWQLdGFibGUtbWVyZ2UJZHJhZy1maWxsBGhvbWUNZ2FudHQtZ3JpcHBlcg1icmluZy10by12aWV3D2JyaW5nLXRvLWNlbnRlcgd3YXJuaW5nDWNyaXRpY2FsLXBhdGgPYm9yZGVyLXNoYWRvdy0yEmJvcmRlci1kaWFnb25hbC11cBRib3JkZXItZGlhZ29uYWwtZG93bg1ib3JkZXItY3VzdG9tDWJvcmRlci1ub25lLTEKYm9yZGVyLWJveA9ib3JkZXItc2hhZG93LTEFYXVkaW8FdmlkZW8EY3JvcAtzdGFyLWZpbGxlZAdmaWx0ZXJzCmFkanVzdG1lbnQJcGFnZS1zaXplBXJlc2V0CHRyaWFuZ2xlDHBhZ2UtY29sdW1ucwR0aW50CmJyaWdodG5lc3MIY29udHJhc3QKc2F0dXJhdGlvbgRmYWRlDWZsaXAtdmVydGljYWwPZmxpcC1ob3Jpem9udGFsDnRyYW5zZm9ybS1sZWZ0D3RyYW5zZm9ybS1yaWdodAlzaGFycG5lc3MFZ3JhaW4MZnJhbWUtY3VzdG9tB2ZyYW1lLTEHZnJhbWUtMgdmcmFtZS0zB2ZyYW1lLTQHZnJhbWUtNQdmcmFtZS02CXRyYW5zZm9ybQpjaGVjay10aWNrD2V2ZW4tcGFnZS1icmVhaw5vZGQtcGFnZS1icmVhawtwYWdlLWNvbHVtbhVjb250aW51b3VzLXBhZ2UtYnJlYWsOcGFnZS10ZXh0LXdyYXARcGFnZS1jb2x1bW4tcmlnaHQQcGFnZS1jb2x1bW4tbGVmdA9wYWdlLWNvbHVtbi1vbmUPcGFnZS1jb2x1bW4tdHdvEXBhZ2UtY29sdW1uLXRocmVlEG11bHRpcGxlLWNvbW1lbnQOZm9ybWF0LXBhaW50ZXIIbGF1bmNoZXIPY2hhcmFjdGVyLXN0eWxlDGxpbmtlZC1zdHlsZRxjaGFydC0yZC1zdGFja2VkLWxpbmUtbWFya2VkKGNoYXJ0LTJkLTEwMC1wZXJjZW50LXN0YWNrZWQtbGluZS1tYXJrZWQUY2hhcnQtMmQtbGluZS1tYXJrZWQSbGlzdC11bm9yZGVyZWQtcnRsEGxpc3Qtb3JkZXJlZC1ydGwTaW5jcmVhc2UtaW5kZW50LXJ0bBNkZWNyZWFzZS1pbmRlbnQtcnRsBWVtb2ppEXRyYXZlbC1hbmQtcGxhY2VzBm5hdHVyZQ9mb29kLWFuZC1kcmlua3MHYW5pbWFscwdvYmplY3RzCmFjdGl2aXRpZXMNaGFuZC1nZXN0dXJlcwdzeW1ib2xzBWZsYWdzBnVubG9jawxtb3JlLWNoZXZyb24MYm9yZGVyLWZyYW1lCmZyYW1lLW5vbmUJZnJhbWUtbWF0C2ZyYW1lLWJldmVsCmZyYW1lLWxpbmUKZnJhbWUtaG9vawtmcmFtZS1pbnNldAhidWxsZXQtNwxvcmdhbml6ZS1wZGYHZnJhbWUtNwdmcmFtZS04B2ZyYW1lLTkIZnJhbWUtMTAIZnJhbWUtMTEJY2FwdGlvbi0xCmFycm93LWhlYWQPYXJyb3ctaGVhZC1maWxsCGJhci1oZWFkC2NpcmNsZS1oZWFkEGNpcmNsZS1oZWFkLWZpbGwLc3F1YXJlLWhlYWQQc3F1YXJlLWhlYWQtZmlsbAphcnJvdy10YWlsD2Fycm93LXRhaWwtZmlsbAhiYXItdGFpbAtjaXJjbGUtdGFpbBBjaXJjbGUtdGFpbC1maWxsC3NxdWFyZS10YWlsEHNxdWFyZS10YWlsLWZpbGwNZmlsZS1kb2N1bWVudA9jb21tZW50LXJlc29sdmUYbXVsdGlwbGUtY29tbWVudC1yZXNvbHZlDHRhYmxlLWhlYWRlcgpibG9ja3F1b3RlCWFkZC1ub3RlcwplZGl0LW5vdGVzDGRlbGV0ZS1ub3RlcwZsYXllcnMJZm9udC1zaXplDGV4cG9ydC1wZGYtMQtpbXBvcnQtd29yZA1leHBvcnQtd29yZC0xDWRyb3Bkb3duLWxpc3QJY29tYm8tYm94EXJlcGVhdGluZy1zZWN0aW9uDmJ1aWxkaW5nLWJsb2NrD2NvbnRlbnQtY29udHJvbAdhaS1jaGF0C3htbC1tYXBwaW5nC3RodW1icy11cC0xC3RodW1icy1kb3duC2NhbGN1bGF0aW9uDHRleHQtb3V0bGluZQR1c2VyD2NhbGN1bGF0ZS1zaGVldAl0cmFuc2xhdGUHc2hvcnRlbgllbGFib3JhdGUIcmVwaHJhc2UNZ3JhbW1hci1jaGVjaw5wcmVmb3JtYXQtY29kZQZpbXBvcnQIaW1wb3J0LTEGcmVkYWN0C3NtYXJ0LXBhc3RlD2F1dG8tZml0LWNvbHVtbhNhdXRvLWZpdC1hbGwtY29sdW1uB2NvbHVtbnMOdGh1bWJzLXVwLWZpbGwQdGh1bWJzLWRvd24tZmlsbA5zdG9wLXJlY3RhbmdsZQxkb3VibGUtY2hlY2sIc3F1aWdnbHkKbWljcm9waG9uZQxidXR0b24tZmllbGQMaW5zZXJ0LXNoZWV0CWR1cGxpY2F0ZQ9ob3Jpem9udGFsLWxpbmULcmVwbHktYXJyb3cNZm9yd2FyZC1hcnJvdwNwaW4FdW5waW4MYWRkLWJvb2ttYXJrDWFsbC1ib29rbWFya3MJbGFuZHNjYXBlEHBhZ2Utb3JpZW50YXRpb24GbWFyZ2luEHByZXZpb3VzLWNvbW1lbnQMbmV4dC1jb21tZW50DWNsb3NlLWNvbW1lbnQRaW5jcmVhc2UtZm9udHNpemURZGVjcmVhc2UtZm9udHNpemUTZGVsZXRlLWFsbC1jb21tZW50cwxyZWFkaW5nLXZpZXcNbXVsdGlwbGUtcGFnZQdmaXQtMTAwDW1hcmdpbi1uYXJyb3cNbWFyZ2luLW5vcm1hbA9tYXJnaW4tbW9kZXJhdGULbWFyZ2luLXdpZGUObWFyZ2luLWRlZmF1bHQNbWFyZ2luLWN1c3RvbQtzaXplLWxldHRlcgpzaXplLWxlZ2FsDnNpemUtZXhlY3V0aXZlB3NpemUtYTQHc2l6ZS1hNQtzaXplLWN1c3RvbQttb3JlLWNvbHVtbgphdHRhY2htZW50C2ZpbGUtZm9ybWF0CXJlZGFjdGlvbgxwcm9wZXJ0aWVzLTEHY2FsbG91dAloZWFkaW5nLTEJaGVhZGluZy0yCWhlYWRpbmctMwloZWFkaW5nLTQVY29sbGFwc2libGUtaGVhZGluZy0xFWNvbGxhcHNpYmxlLWhlYWRpbmctMhVjb2xsYXBzaWJsZS1oZWFkaW5nLTMVY29sbGFwc2libGUtaGVhZGluZy00C2V4cG9ydC1qcGVnDWNoYXJ0LXNjYXR0ZXIPc2hvdy1zaWRlLXBhbmVsCWNvcHktY29kZQt0ZXh0LXJlZGFjdAptYWdpYy13YW5kCnN3YXAtYXJyb3cJY2hlY2tsaXN0CnNtYXJ0LWVkaXQKdGFibGUtZWRpdAdoaXN0b3J5AAA=) format("truetype");
}
.e-icons {
  font-family: "e-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
.e-icons.e-small {
  font-size: 8px;
}
.e-icons.e-medium {
  font-size: 16px;
}
.e-icons.e-large {
  font-size: 24px;
}
.e-icons.e-export-pdf:before {
  content: "\e240";
}
.e-icons.e-export-csv:before {
  content: "\e241";
}
.e-icons.e-export-excel:before {
  content: "\e242";
}
.e-icons.e-date-range:before {
  content: "\e245";
}
.e-icons.e-filter-clear:before {
  content: "\e248";
}
.e-icons.e-filter:before {
  content: "\e251";
}
.e-icons.e-bullet-6:before {
  content: "\e253";
}
.e-icons.e-bullet-1:before {
  content: "\e254";
}
.e-icons.e-none:before {
  content: "\e256";
}
.e-icons.e-bullet-5:before {
  content: "\e259";
}
.e-icons.e-border-diagonal-2:before {
  content: "\e262";
}
.e-icons.e-border-diagonal-1:before {
  content: "\e265";
}
.e-icons.e-bullet-4:before {
  content: "\e267";
}
.e-icons.e-bullet-2:before {
  content: "\e270";
}
.e-icons.e-bullet-3:before {
  content: "\e271";
}
.e-icons.e-chevron-right-double:before {
  content: "\e300";
}
.e-icons.e-chevron-left-double:before {
  content: "\e302";
}
.e-icons.e-chevron-down-double:before {
  content: "\e304";
}
.e-icons.e-chevron-up-double:before {
  content: "\e306";
}
.e-icons.e-repeat:before {
  content: "\e308";
}
.e-icons.e-recurrence-edit:before {
  content: "\e30a";
}
.e-icons.e-location:before {
  content: "\e30c";
}
.e-icons.e-description:before {
  content: "\e30d";
}
.e-icons.e-time-zone:before {
  content: "\e30e";
}
.e-icons.e-calendar:before {
  content: "\e322";
}
.e-icons.e-timeline-agenda:before {
  content: "\e313";
}
.e-icons.e-work-week:before {
  content: "\e314";
}
.e-icons.e-week:before {
  content: "\e315";
}
.e-icons.e-day:before {
  content: "\e31b";
}
.e-icons.e-agenda-date-range:before {
  content: "\e31d";
}
.e-icons.e-date-time:before {
  content: "\e421";
}
.e-icons.e-people:before {
  content: "\e424";
}
.e-icons.e-timeline-day:before {
  content: "\ea85";
}
.e-icons.e-timeline-week:before {
  content: "\ea88";
}
.e-icons.e-timeline-work-week:before {
  content: "\ea8b";
}
.e-icons.e-timeline-month:before {
  content: "\ea8e";
}
.e-icons.e-table:before {
  content: "\e705";
}
.e-icons.e-copy:before {
  content: "\e70a";
}
.e-icons.e-th-small:before {
  content: "\e714";
}
.e-icons.e-save-2:before {
  content: "\e735";
}
.e-icons.e-paragraph-2:before {
  content: "\e75e";
}
.e-icons.e-edit-6:before {
  content: "\e7a3";
}
.e-icons.e-close-large-1:before {
  content: "\e7a7";
}
.e-icons.e-export-word:before {
  content: "\e7b0";
}
.e-icons.e-circle-close:before {
  content: "\e7e9";
}
.e-icons.e-filter-2:before {
  content: "\e7ee";
}
.e-icons.e-plus-small:before {
  content: "\e7f9";
}
.e-icons.e-close:before {
  content: "\e7fc";
}
.e-icons.e-check:before {
  content: "\e7ff";
}
.e-icons.e-print-2:before {
  content: "\e813";
}
.e-icons.e-edit-2:before {
  content: "\e81e";
}
.e-icons.e-plus:before {
  content: "\e823";
}
.e-icons.e-close-large-2:before {
  content: "\e825";
}
.e-icons.e-chevron-down-thin:before {
  content: "\e36a";
}
.e-icons.e-chevron-up-fill-2:before {
  content: "\e82a";
}
.e-icons.e-chevron-down-fill:before {
  content: "\e82e";
}
.e-icons.e-chevron-up-fill:before {
  content: "\e834";
}
.e-icons.e-chevron-down-fill-2:before {
  content: "\e83d";
}
.e-icons.e-arrow-down:before {
  content: "\e83f";
}
.e-icons.e-arrow-up:before {
  content: "\e840";
}
.e-icons.e-chevron-right-fill-3:before {
  content: "\e848";
}
.e-icons.e-chevron-left-fill-2:before {
  content: "\e84b";
}
.e-icons.e-delete-1:before {
  content: "\e84e";
}
.e-icons.e-chevron-left-fill:before {
  content: "\e854";
}
.e-icons.e-chevron-right-fill:before {
  content: "\e859";
}
.e-icons.e-arrow-left:before {
  content: "\e85b";
}
.e-icons.e-arrow-right:before {
  content: "\e85f";
}
.e-icons.e-sorting-1:before {
  content: "\e890";
}
.e-icons.e-edit:before {
  content: "\e891";
}
.e-icons.e-first-page:before {
  content: "\e896";
}
.e-icons.e-last-page:before {
  content: "\e897";
}
.e-icons.e-timeline-today:before {
  content: "\e901";
}
.e-icons.e-chevron-left:before {
  content: "\e904";
}
.e-icons.e-filter-1:before {
  content: "\e909";
}
.e-icons.e-chevron-up:before {
  content: "\e910";
}
.e-icons.e-chevron-right:before {
  content: "\e913";
}
.e-icons.e-chevron-down:before {
  content: "\e916";
}
.e-icons.e-circle-close-2:before {
  content: "\e917";
}
.e-icons.e-chevron-up-fill-3:before {
  content: "\e918";
}
.e-icons.e-chevron-down-fill-3:before {
  content: "\e919";
}
.e-icons.e-filter-cancel:before {
  content: "\e920";
}
.e-icons.e-chevron-left-2:before {
  content: "\e921";
}
.e-icons.e-group-icon:before {
  content: "\e926";
}
.e-icons.e-selection:before {
  content: "\e930";
}
.e-icons.e-close-2:before {
  content: "\e932";
}
.e-icons.e-check-2:before {
  content: "\e933";
}
.e-icons.e-intermediate-state:before {
  content: "\e934";
}
.e-icons.e-chevron-left-3:before {
  content: "\e937";
}
.e-icons.e-edit-3:before {
  content: "\e944";
}
.e-icons.e-close-3:before {
  content: "\e945";
}
.e-icons.e-chevron-right-2:before {
  content: "\e956";
}
.e-icons.e-plus-2:before {
  content: "\e963";
}
.e-icons.e-chevron-down-fill-5:before {
  content: "\e969";
}
.e-icons.e-circle-remove:before {
  content: "\e974";
}
.e-icons.e-arrow-left-2:before {
  content: "\e977";
}
.e-icons.e-more-vertical-1:before {
  content: "\e984";
}
.e-icons.e-search:before {
  content: "\e993";
}
.e-icons.e-month:before {
  content: "\e93c";
}
.e-icons.e-trash:before {
  content: "\e94a";
}
.e-icons.e-chevron-down-2:before {
  content: "\e94d";
}
.e-icons.e-save:before {
  content: "\e98e";
}
.e-icons.e-menu:before {
  content: "\e99a";
}
.e-icons.e-refresh:before {
  content: "\e99d";
}
.e-icons.e-circle-close-fill-3:before {
  content: "\e208";
}
.e-icons.e-clock:before {
  content: "\e20c";
}
.e-icons.e-freeze-column:before {
  content: "\e21e";
}
.e-icons.e-error-treeview:before {
  content: "\e22a";
}
.e-icons.e-circle-remove-2:before {
  content: "\e22b";
}
.e-icons.e-circle-add:before {
  content: "\e22c";
}
.e-icons.e-drag-and-drop-indicator:before {
  content: "\e22d";
}
.e-icons.e-chevron-right-3:before {
  content: "\e22f";
}
.e-icons.e-chevron-right-4:before {
  content: "\e430";
}
.e-icons.e-play:before {
  content: "\e324";
}
.e-icons.e-pause:before {
  content: "\e326";
}
.e-icons.e-para-option-down:before {
  content: "\e274";
}
.e-icons.e-search-2:before {
  content: "\e275";
}
.e-icons.e-border-center:before {
  content: "\e276";
}
.e-icons.e-restart-at-1:before {
  content: "\e277";
}
.e-icons.e-hyperlink-open:before {
  content: "\e278";
}
.e-icons.e-cut-2:before {
  content: "\e279";
}
.e-icons.e-copy-2:before {
  content: "\e280";
}
.e-icons.e-border-top:before {
  content: "\e281";
}
.e-icons.e-delete-column:before {
  content: "\e282";
}
.e-icons.e-delete-row:before {
  content: "\e283";
}
.e-icons.e-insert-right:before {
  content: "\e284";
}
.e-icons.e-insert-left:before {
  content: "\e285";
}
.e-icons.e-hyperlink-remove:before {
  content: "\e286";
}
.e-icons.e-border-middle:before {
  content: "\e287";
}
.e-icons.e-border-right:before {
  content: "\e288";
}
.e-icons.e-hyperlink-edit:before {
  content: "\e289";
}
.e-icons.e-link-2:before {
  content: "\e290";
}
.e-icons.e-border-left:before {
  content: "\e291";
}
.e-icons.e-table-delete:before {
  content: "\e292";
}
.e-icons.e-table-properties:before {
  content: "\e294";
}
.e-icons.e-hyperlink-copy:before {
  content: "\e295";
}
.e-icons.e-border-bottom:before {
  content: "\e298";
}
.e-icons.e-paste-2:before {
  content: "\e501";
}
.e-icons.e-continue-numbering:before {
  content: "\e503";
}
.e-icons.e-insert-below:before {
  content: "\e505";
}
.e-icons.e-insert-above:before {
  content: "\e506";
}
.e-icons.e-table-cell-none:before {
  content: "\e507";
}
.e-icons.e-box:before {
  content: "\e509";
}
.e-icons.e-all:before {
  content: "\e511";
}
.e-icons.e-table-align-right:before {
  content: "\e515";
}
.e-icons.e-table-border-custom:before {
  content: "\e516";
}
.e-icons.e-table-align-left:before {
  content: "\e517";
}
.e-icons.e-table-align-center:before {
  content: "\e518";
}
.e-icons.e-line-very-small:before {
  content: "\e520";
}
.e-icons.e-line-normal:before {
  content: "\e521";
}
.e-icons.e-line-small:before {
  content: "\e522";
}
.e-icons.e-para-option-up:before {
  content: "\e523";
}
.e-icons.e-vertical-align-bottom:before {
  content: "\e525";
}
.e-icons.e-vertical-align-center:before {
  content: "\e526";
}
.e-icons.e-vertical-align-top:before {
  content: "\e527";
}
.e-icons.e-clear-format:before {
  content: "\e331";
}
.e-icons.e-strikethrough:before {
  content: "\e332";
}
.e-icons.e-upper-case:before {
  content: "\e333";
}
.e-icons.e-justify:before {
  content: "\e334";
}
.e-icons.e-image:before {
  content: "\e335";
}
.e-icons.e-resize:before {
  content: "\e336";
}
.e-icons.e-exit-full-screen:before {
  content: "\e337";
}
.e-icons.e-edit-4:before {
  content: "\e338";
}
.e-icons.e-bold:before {
  content: "\e339";
}
.e-icons.e-align-left:before {
  content: "\e33a";
}
.e-icons.e-cut:before {
  content: "\e33b";
}
.e-icons.e-text-alternative:before {
  content: "\e33c";
}
.e-icons.e-copy-1:before {
  content: "\e33d";
}
.e-icons.e-delete-2:before {
  content: "\e33e";
}
.e-icons.e-increase-indent:before {
  content: "\e33f";
}
.e-icons.e-erase:before {
  content: "\e340";
}
.e-icons.e-undo:before {
  content: "\e341";
}
.e-icons.e-full-screen:before {
  content: "\e342";
}
.e-icons.e-underline:before {
  content: "\e343";
}
.e-icons.e-list-unordered:before {
  content: "\e344";
}
.e-icons.e-eye:before {
  content: "\e345";
}
.e-icons.e-list-ordered:before {
  content: "\e346";
}
.e-icons.e-lower-case:before {
  content: "\e347";
}
.e-icons.e-link-remove:before {
  content: "\e348";
}
.e-icons.e-zoom-in:before {
  content: "\e349";
}
.e-icons.e-open-link:before {
  content: "\e34a";
}
.e-icons.e-print:before {
  content: "\e34b";
}
.e-icons.e-font-color:before {
  content: "\e34c";
}
.e-icons.e-align-right:before {
  content: "\e34d";
}
.e-icons.e-link:before {
  content: "\e34e";
}
.e-icons.e-view-side:before {
  content: "\e34f";
}
.e-icons.e-code-view:before {
  content: "\e350";
}
.e-icons.e-zoom-out:before {
  content: "\e351";
}
.e-icons.e-superscript:before {
  content: "\e352";
}
.e-icons.e-paragraph:before {
  content: "\e353";
}
.e-icons.e-redo:before {
  content: "\e354";
}
.e-icons.e-paste:before {
  content: "\e355";
}
.e-icons.e-insert-code:before {
  content: "\e356";
}
.e-icons.e-subscript:before {
  content: "\e357";
}
.e-icons.e-display:before {
  content: "\e358";
}
.e-icons.e-replace:before {
  content: "\e359";
}
.e-icons.e-italic:before {
  content: "\e35a";
}
.e-icons.e-caption:before {
  content: "\e35b";
}
.e-icons.e-paint-bucket:before {
  content: "\e35c";
}
.e-icons.e-decrease-indent:before {
  content: "\e35d";
}
.e-icons.e-align-center:before {
  content: "\e35e";
}
.e-icons.e-font-name:before {
  content: "\e35f";
}
.e-icons.e-drag-and-drop-2:before {
  content: "\e330";
}
.e-icons.e-field-settings:before {
  content: "\e434";
}
.e-icons.e-two-column:before {
  content: "\ea74";
}
.e-icons.e-two-row:before {
  content: "\ea75";
}
.e-icons.e-sum:before {
  content: "\ea76";
}
.e-icons.e-filter-3:before {
  content: "\ea77";
}
.e-icons.e-close-large:before {
  content: "\ea7f";
}
.e-icons.e-filter-clear-2:before {
  content: "\ea82";
}
.e-icons.e-circle-check:before {
  content: "\ea84";
}
.e-icons.e-align-bottom:before {
  content: "\ea91";
}
.e-icons.e-insert-above-2:before {
  content: "\ea92";
}
.e-icons.e-insert-below-2:before {
  content: "\ea93";
}
.e-icons.e-align-middle:before {
  content: "\ea94";
}
.e-icons.e-delete-column-2:before {
  content: "\ea95";
}
.e-icons.e-delete-row-2:before {
  content: "\ea96";
}
.e-icons.e-insert-left-2:before {
  content: "\ea97";
}
.e-icons.e-align-top:before {
  content: "\ea98";
}
.e-icons.e-insert-right-2:before {
  content: "\ea99";
}
.e-icons.e-edit-5:before {
  content: "\ea9a";
}
.e-icons.e-align-middle-2:before {
  content: "\ea9b";
}
.e-icons.e-freeze-column-2:before {
  content: "\ea9e";
}
.e-icons.e-style:before {
  content: "\ea9f";
}
.e-icons.e-delete-3:before {
  content: "\eb00";
}
.e-icons.e-freeze-row:before {
  content: "\eb02";
}
.e-icons.e-text-header:before {
  content: "\eb03";
}
.e-icons.e-more-horizontal-1:before {
  content: "\eb04";
}
.e-icons.e-resizer:before {
  content: "\eb05";
}
.e-icons.e-folder:before {
  content: "\ec04";
}
.e-icons.e-first-page-2:before {
  content: "\ec05";
}
.e-icons.e-previous:before {
  content: "\ec06";
}
.e-icons.e-next:before {
  content: "\ec07";
}
.e-icons.e-last-page-2:before {
  content: "\ec08";
}
.e-icons.e-zoom-out-2:before {
  content: "\ec09";
}
.e-icons.e-zoom-in-2:before {
  content: "\ec0a";
}
.e-icons.e-download:before {
  content: "\ec0b";
}
.e-icons.e-bookmark:before {
  content: "\ec0c";
}
.e-icons.e-search-3:before {
  content: "\ec0d";
}
.e-icons.e-text-annotation:before {
  content: "\ec0e";
}
.e-icons.e-close-4:before {
  content: "\ec0f";
}
.e-icons.e-comments:before {
  content: "\ec10";
}
.e-icons.e-save-3:before {
  content: "\ec11";
}
.e-icons.e-align-left-2:before {
  content: "\ec12";
}
.e-icons.e-style-2:before {
  content: "\ec13";
}
.e-icons.e-undo-2:before {
  content: "\ec14";
}
.e-icons.e-highlight-color:before {
  content: "\ec15";
}
.e-icons.e-more-vertical-3:before {
  content: "\ec16";
}
.e-icons.e-underline-2:before {
  content: "\ec17";
}
.e-icons.e-strikethrough-2:before {
  content: "\ec18";
}
.e-icons.e-paint-bucket-2:before {
  content: "\ec19";
}
.e-icons.e-pan:before {
  content: "\ec1a";
}
.e-icons.e-opacity:before {
  content: "\ec1b";
}
.e-icons.e-delete-4:before {
  content: "\ec1c";
}
.e-icons.e-mouse-pointer:before {
  content: "\ec1d";
}
.e-icons.e-chevron-right-small:before {
  content: "\ec1e";
}
.e-icons.e-stroke-color:before {
  content: "\ec1f";
}
.e-icons.e-print-3:before {
  content: "\ec20";
}
.e-icons.e-redo-2:before {
  content: "\ec21";
}
.e-icons.e-font-color-2:before {
  content: "\ec22";
}
.e-icons.e-shapes:before {
  content: "\ec23";
}
.e-icons.e-chevron-left-small:before {
  content: "\ec24";
}
.e-icons.e-stroke-width:before {
  content: "\ec25";
}
.e-icons.e-annotation-edit:before {
  content: "\ec26";
}
.e-icons.e-thumbnail:before {
  content: "\ec27";
}
.e-icons.e-stamp:before {
  content: "\ec28";
}
.e-icons.e-break-page:before {
  content: "\ec29";
}
.e-icons.e-file:before {
  content: "\ec2a";
}
.e-icons.e-collapse-2:before {
  content: "\e554";
}
.e-icons.e-expand:before {
  content: "\e556";
}
.e-icons.e-double-resize-2:before {
  content: "\e557";
}
.e-icons.e-double-resize-1:before {
  content: "\e558";
}
.e-icons.e-single-resize-1:before {
  content: "\e559";
}
.e-icons.e-single-resize-2:before {
  content: "\e56a";
}
.e-icons.e-single-resize-3:before {
  content: "\e56b";
}
.e-icons.e-single-resize-4:before {
  content: "\e56c";
}
.e-icons.e-drag-and-drop:before {
  content: "\e903";
}
.e-icons.e-chevron-up-fill-4:before {
  content: "\e56d";
}
.e-icons.e-chevron-down-fill-4:before {
  content: "\e56e";
}
.e-icons.e-chevron-right-fill-2:before {
  content: "\e56f";
}
.e-icons.e-chevron-left-fill-3:before {
  content: "\e570";
}
.e-icons.e-more-vertical-4:before {
  content: "\e571";
}
.e-icons.e-filter-active:before {
  content: "\ebb3";
}
.e-icons.e-code-view-2:before {
  content: "\e907";
}
.e-icons.e-grid-view:before {
  content: "\e600";
}
.e-icons.e-paste-3:before {
  content: "\e601";
}
.e-icons.e-trash-2:before {
  content: "\e602";
}
.e-icons.e-download-2:before {
  content: "\e603";
}
.e-icons.e-cut-3:before {
  content: "\e604";
}
.e-icons.e-list-unordered-2:before {
  content: "\e605";
}
.e-icons.e-refresh-2:before {
  content: "\e606";
}
.e-icons.e-circle-info:before {
  content: "\e607";
}
.e-icons.e-chevron-right-thin:before {
  content: "\e608";
}
.e-icons.e-folder-2:before {
  content: "\e609";
}
.e-icons.e-close-5:before {
  content: "\e60a";
}
.e-icons.e-folder-fill:before {
  content: "\e60b";
}
.e-icons.e-rename:before {
  content: "\e60c";
}
.e-icons.e-copy-3:before {
  content: "\e60d";
}
.e-icons.e-search-4:before {
  content: "\e60e";
}
.e-icons.e-upload-1:before {
  content: "\e60f";
}
.e-icons.e-back:before {
  content: "\e610";
}
.e-icons.e-select-all:before {
  content: "\e611";
}
.e-icons.e-sorting-2:before {
  content: "\e612";
}
.e-icons.e-more-vertical-5:before {
  content: "\e613";
}
.e-icons.e-check-3:before {
  content: "\e614";
}
.e-icons.e-more-horizontal-3:before {
  content: "\e615";
}
.e-icons.e-export-excel-2:before {
  content: "\e700";
}
.e-icons.e-export-csv-2:before {
  content: "\e701";
}
.e-icons.e-save-4:before {
  content: "\e703";
}
.e-icons.e-save-as:before {
  content: "\e704";
}
.e-icons.e-export:before {
  content: "\e711";
}
.e-icons.e-delete-5:before {
  content: "\e706";
}
.e-icons.e-grand-total:before {
  content: "\e707";
}
.e-icons.e-table-2:before {
  content: "\e708";
}
.e-icons.e-sub-total:before {
  content: "\e709";
}
.e-icons.e-file-new:before {
  content: "\e712";
}
.e-icons.e-number-formatting:before {
  content: "\e70b";
}
.e-icons.e-rename-2:before {
  content: "\e70c";
}
.e-icons.e-export-pdf-2:before {
  content: "\e70d";
}
.e-icons.e-full-screen-2:before {
  content: "\e70e";
}
.e-icons.e-chart:before {
  content: "\e70f";
}
.e-icons.e-upload-2:before {
  content: "\e710";
}
.e-icons.e-font-type:before {
  content: "\e273";
}
.e-icons.e-close-6:before {
  content: "\eb36";
}
.e-icons.e-line-spacing:before {
  content: "\eb37";
}
.e-icons.e-lock:before {
  content: "\eb3a";
}
.e-icons.e-border-outer:before {
  content: "\eb66";
}
.e-icons.e-link-3:before {
  content: "\eb3c";
}
.e-icons.e-align-bottom-2:before {
  content: "\eb3d";
}
.e-icons.e-border-all-2:before {
  content: "\eb3e";
}
.e-icons.e-table-of-content:before {
  content: "\eb41";
}
.e-icons.e-page-numbering:before {
  content: "\eb43";
}
.e-icons.e-bold-2:before {
  content: "\eb47";
}
.e-icons.e-align-top-2:before {
  content: "\eb49";
}
.e-icons.e-align-middle-3:before {
  content: "\eb4a";
}
.e-icons.e-page-setup:before {
  content: "\eb4c";
}
.e-icons.e-stroke-style:before {
  content: "\eb4d";
}
.e-icons.e-image-2:before {
  content: "\eb4f";
}
.e-icons.e-bookmark-fill:before {
  content: "\eb51";
}
.e-icons.e-header:before {
  content: "\eb53";
}
.e-icons.e-list-unordered-3:before {
  content: "\eb5b";
}
.e-icons.e-show-hide-panel:before {
  content: "\eb5d";
}
.e-icons.e-align-right-2:before {
  content: "\eb5f";
}
.e-icons.e-footer:before {
  content: "\eb60";
}
.e-icons.e-border-all:before {
  content: "\eb95";
}
.e-icons.e-border-inner:before {
  content: "\eb88";
}
.e-icons.e-cell:before {
  content: "\eb93";
}
.e-icons.e-align-top-3:before {
  content: "\eb35";
}
.e-icons.e-align-bottom-3:before {
  content: "\eb0e";
}
.e-icons.e-align-middle-4:before {
  content: "\eb0d";
}
.e-icons.e-check-4:before {
  content: "\e935";
}
.e-icons.e-break:before {
  content: "\eba6";
}
.e-icons.e-break-page-2:before {
  content: "\eba0";
}
.e-icons.e-break-section:before {
  content: "\eba2";
}
.e-icons.e-auto-fit-content:before {
  content: "\eba8";
}
.e-icons.e-fixed-column-width:before {
  content: "\eba9";
}
.e-icons.e-auto-fit-window:before {
  content: "\ebaa";
}
.e-icons.e-bring-forward:before {
  content: "\e5a1";
}
.e-icons.e-bring-to-front:before {
  content: "\e5a2";
}
.e-icons.e-send-to-back:before {
  content: "\e5a3";
}
.e-icons.e-send-backward:before {
  content: "\e5a4";
}
.e-icons.e-ungroup-1:before {
  content: "\e5a6";
}
.e-icons.e-group-1:before {
  content: "\e5a7";
}
.e-icons.e-order:before {
  content: "\e4a4";
}
.e-icons.e-chevron-up-small-2:before {
  content: "\e651";
}
.e-icons.e-chevron-down-small-2:before {
  content: "\e652";
}
.e-icons.e-chevron-right-small-2:before {
  content: "\e653";
}
.e-icons.e-chevron-left-small-2:before {
  content: "\e654";
}
.e-icons.e-chevron-right-double-2:before {
  content: "\e655";
}
.e-icons.e-chevron-left-double-2:before {
  content: "\e656";
}
.e-icons.e-zoom-to-fit:before {
  content: "\e657";
}
.e-icons.e-add-above:before {
  content: "\e658";
}
.e-icons.e-add-below:before {
  content: "\e659";
}
.e-icons.e-line:before {
  content: "\e668";
}
.e-icons.e-arrow-right-up:before {
  content: "\e669";
}
.e-icons.e-rectangle:before {
  content: "\e670";
}
.e-icons.e-circle:before {
  content: "\e671";
}
.e-icons.e-pentagan:before {
  content: "\e672";
}
.e-icons.e-length:before {
  content: "\e673";
}
.e-icons.e-perimeter:before {
  content: "\e674";
}
.e-icons.e-area:before {
  content: "\e675";
}
.e-icons.e-radius:before {
  content: "\e676";
}
.e-icons.e-volume:before {
  content: "\e677";
}
.e-icons.e-change-scale-ratio:before {
  content: "\e678";
}
.e-icons.e-settings:before {
  content: "\e679";
}
.e-icons.e-comment-2:before {
  content: "\e680";
}
.e-icons.e-thumbs-down-1:before {
  content: "\e681";
}
.e-icons.e-thumbs-up:before {
  content: "\e682";
}
.e-icons.e-thumbs-down-2:before {
  content: "\e683";
}
.e-icons.e-export-jpg:before {
  content: "\e713";
}
.e-icons.e-export-png:before {
  content: "\e715";
}
.e-icons.e-export-svg:before {
  content: "\e716";
}
.e-icons.e-conditional-formatting:before {
  content: "\e725";
}
.e-icons.e-hide-formula-bar:before {
  content: "\e717";
}
.e-icons.e-hide-headings:before {
  content: "\e718";
}
.e-icons.e-hide-gridlines:before {
  content: "\e719";
}
.e-icons.e-eye-slash:before {
  content: "\e721";
}
.e-icons.e-export-xls:before {
  content: "\e726";
}
.e-icons.e-export-csv-3:before {
  content: "\e727";
}
.e-icons.e-mdx:before {
  content: "\e724";
}
.e-icons.e-rename-3:before {
  content: "\e728";
}
.e-icons.e-folder-open:before {
  content: "\e65f";
}
.e-icons.e-named-set:before {
  content: "\e65d";
}
.e-icons.e-grip-vertical:before {
  content: "\e65c";
}
.e-icons.e-dimension:before {
  content: "\e65b";
}
.e-icons.e-level-1:before {
  content: "\e65a";
}
.e-icons.e-level-2:before {
  content: "\e662";
}
.e-icons.e-level-3:before {
  content: "\e65e";
}
.e-icons.e-level-4:before {
  content: "\e660";
}
.e-icons.e-level-5:before {
  content: "\e661";
}
.e-icons.e-user-defined:before {
  content: "\e663";
}
.e-icons.e-kpi:before {
  content: "\e664";
}
.e-icons.e-sort-down:before {
  content: "\e665";
}
.e-icons.e-sorting-3:before {
  content: "\e666";
}
.e-icons.e-sort-up:before {
  content: "\e667";
}
.e-icons.e-calculated-member:before {
  content: "\e729";
}
.e-icons.e-custom-sort:before {
  content: "\e732";
}
.e-icons.e-sort-descending:before {
  content: "\e733";
}
.e-icons.e-sort-ascending:before {
  content: "\e734";
}
.e-icons.e-comment-add:before {
  content: "\e814";
}
.e-icons.e-reply:before {
  content: "\e815";
}
.e-icons.e-send-1:before {
  content: "\e816";
}
.e-icons.e-comment-show:before {
  content: "\e817";
}
.e-icons.e-signature:before {
  content: "\e737";
}
.e-icons.e-filter-main:before {
  content: "\e736";
}
.e-icons.e-text-wrap:before {
  content: "\e824";
}
.e-icons.e-unfiltered:before {
  content: "\e73a";
}
.e-icons.e-filtered-sort-descending:before {
  content: "\e73b";
}
.e-icons.e-sort-descending-2:before {
  content: "\e73c";
}
.e-icons.e-sort-ascending-2:before {
  content: "\e73d";
}
.e-icons.e-filtered-sort-ascending:before {
  content: "\e73e";
}
.e-icons.e-filtered:before {
  content: "\e73f";
}
.e-icons.e-filter-clear-3:before {
  content: "\e738";
}
.e-icons.e-reapply:before {
  content: "\e74a";
}
.e-icons.e-group-2:before {
  content: "\e74b";
}
.e-icons.e-ungroup-2:before {
  content: "\e74c";
}
.e-icons.e-paste-text-only:before {
  content: "\e685";
}
.e-icons.e-paste-style:before {
  content: "\e686";
}
.e-icons.e-paste-special:before {
  content: "\e687";
}
.e-icons.e-paste-match-destination:before {
  content: "\e688";
}
.e-icons.e-spell-check:before {
  content: "\e689";
}
.e-icons.e-comment-reopen:before {
  content: "\e818";
}
.e-icons.e-web-layout:before {
  content: "\e193";
}
.e-icons.e-print-layout:before {
  content: "\e194";
}
.e-icons.e-border-none:before {
  content: "\e195";
}
.e-icons.e-data-validation:before {
  content: "\e196";
}
.e-icons.e-protect-sheet:before {
  content: "\e197";
}
.e-icons.e-text-form:before {
  content: "\e198";
}
.e-icons.e-properties-2:before {
  content: "\e199";
}
.e-icons.e-clear-form:before {
  content: "\e19a";
}
.e-icons.e-drop-down:before {
  content: "\e19b";
}
.e-icons.e-form-field:before {
  content: "\e19c";
}
.e-icons.e-check-box:before {
  content: "\e192";
}
.e-icons.e-table-update:before {
  content: "\e19e";
}
.e-icons.e-changes-accept:before {
  content: "\e19f";
}
.e-icons.e-display-for-review:before {
  content: "\e203";
}
.e-icons.e-changes-reject:before {
  content: "\e204";
}
.e-icons.e-changes-previous:before {
  content: "\e205";
}
.e-icons.e-show-markup:before {
  content: "\e206";
}
.e-icons.e-changes-next:before {
  content: "\e209";
}
.e-icons.e-changes-track:before {
  content: "\e20a";
}
.e-icons.e-conditional-formatting-large:before {
  content: "\e401";
}
.e-icons.e-highlight:before {
  content: "\e402";
}
.e-icons.e-top-bottom-rules:before {
  content: "\e403";
}
.e-icons.e-data-bars:before {
  content: "\e404";
}
.e-icons.e-color-scales:before {
  content: "\e405";
}
.e-icons.e-iconsets:before {
  content: "\e406";
}
.e-icons.e-clear-rules:before {
  content: "\e407";
}
.e-icons.e-new-rules:before {
  content: "\e408";
}
.e-icons.e-greater-than:before {
  content: "\e409";
}
.e-icons.e-less-than:before {
  content: "\e410";
}
.e-icons.e-between:before {
  content: "\e411";
}
.e-icons.e-equalto:before {
  content: "\e412";
}
.e-icons.e-text-that-contains:before {
  content: "\e413";
}
.e-icons.e-date-occurring:before {
  content: "\e414";
}
.e-icons.e-top-10:before {
  content: "\e415";
}
.e-icons.e-bottom-10-items:before {
  content: "\e416";
}
.e-icons.e-bottom-10:before {
  content: "\e417";
}
.e-icons.e-above-average:before {
  content: "\e418";
}
.e-icons.e-below-average:before {
  content: "\e419";
}
.e-icons.e-duplicate-cell:before {
  content: "\e420";
}
.e-icons.e-footnote:before {
  content: "\e435";
}
.e-icons.e-end-footnote:before {
  content: "\e436";
}
.e-icons.e-chart-insert-column:before {
  content: "\e440";
}
.e-icons.e-chart-data-table:before {
  content: "\e441";
}
.e-icons.e-chart-legend:before {
  content: "\e442";
}
.e-icons.e-chart-insert-x-y-scatter:before {
  content: "\e443";
}
.e-icons.e-chart-insert-waterfall:before {
  content: "\e444";
}
.e-icons.e-chart-updown-bars:before {
  content: "\e445";
}
.e-icons.e-add-chart-element:before {
  content: "\e446";
}
.e-icons.e-chart-gridlines:before {
  content: "\e447";
}
.e-icons.e-insert-hierarchy-charts:before {
  content: "\e448";
}
.e-icons.e-chart-insert-line:before {
  content: "\e449";
}
.e-icons.e-chart-switch-row-column:before {
  content: "\e450";
}
.e-icons.e-chart-error-bars:before {
  content: "\e451";
}
.e-icons.e-chart-trendline:before {
  content: "\e452";
}
.e-icons.e-chart-axes:before {
  content: "\e453";
}
.e-icons.e-chart-select-data:before {
  content: "\e454";
}
.e-icons.e-chart-lines:before {
  content: "\e455";
}
.e-icons.e-chart-axis-titles:before {
  content: "\e456";
}
.e-icons.e-chart-title:before {
  content: "\e457";
}
.e-icons.e-chart-insert-pie:before {
  content: "\e458";
}
.e-icons.e-change-chart-type:before {
  content: "\e459";
}
.e-icons.e-insert-statistic-chart:before {
  content: "\e460";
}
.e-icons.e-chart-data-labels:before {
  content: "\e461";
}
.e-icons.e-chart-insert-combo:before {
  content: "\e462";
}
.e-icons.e-chart-axis-titles-primary-horizontal:before {
  content: "\e486";
}
.e-icons.e-chart-linear-forecast:before {
  content: "\e487";
}
.e-icons.e-chart-legend-none:before {
  content: "\e488";
}
.e-icons.e-chart-legend-right:before {
  content: "\e489";
}
.e-icons.e-chart-data-callout:before {
  content: "\e490";
}
.e-icons.e-chart-primary-minor-vertical:before {
  content: "\e491";
}
.e-icons.e-chart-axes-primary-vertical:before {
  content: "\e492";
}
.e-icons.e-chart-data-labels-center:before {
  content: "\e493";
}
.e-icons.e-chart-data-table-none:before {
  content: "\e115";
}
.e-icons.e-chart-data-labels-none:before {
  content: "\e495";
}
.e-icons.e-chart-primary-major-vertical:before {
  content: "\e496";
}
.e-icons.e-chart-legend-linear:before {
  content: "\e497";
}
.e-icons.e-chart-error-bars-percentage:before {
  content: "\e498";
}
.e-icons.e-chart-no-legend-keys:before {
  content: "\e499";
}
.e-icons.e-chart-title-above-chart:before {
  content: "\e121";
}
.e-icons.e-chart-trendline-none:before {
  content: "\e122";
}
.e-icons.e-chart-with-legend-keys:before {
  content: "\e123";
}
.e-icons.e-chart-axes-primary-horizontal:before {
  content: "\e124";
}
.e-icons.e-chart-error-bars-standard-deviation:before {
  content: "\e125";
}
.e-icons.e-chart-legend-top:before {
  content: "\e126";
}
.e-icons.e-chart-primary-minor-horizontal:before {
  content: "\e145";
}
.e-icons.e-chart-error-bars-none:before {
  content: "\e127";
}
.e-icons.e-chart-up-down-bars-2:before {
  content: "\e128";
}
.e-icons.e-chart-drop-lines:before {
  content: "\e129";
}
.e-icons.e-chart-lines-none:before {
  content: "\e130";
}
.e-icons.e-chart-primary-major-horizontal:before {
  content: "\e131";
}
.e-icons.e-chart-legend-bottom:before {
  content: "\e132";
}
.e-icons.e-chart-up-down-none:before {
  content: "\e111";
}
.e-icons.e-chart-data-labels-outside-end:before {
  content: "\e905";
}
.e-icons.e-chart-axis-titles-primary-vertical:before {
  content: "\e143";
}
.e-icons.e-chart-legend-left:before {
  content: "\e892";
}
.e-icons.e-chart-data-labels-inside-base:before {
  content: "\e893";
}
.e-icons.e-chart-high-low-lines:before {
  content: "\e894";
}
.e-icons.e-chart-trendline-exponential:before {
  content: "\e133";
}
.e-icons.e-chart-trendline-moving-average:before {
  content: "\e134";
}
.e-icons.e-chart-data-labels-inside-end:before {
  content: "\e135";
}
.e-icons.e-chart-title-none:before {
  content: "\e136";
}
.e-icons.e-chart-title-centered-overlay:before {
  content: "\e895";
}
.e-icons.e-chart-error-bars-standard-error:before {
  content: "\e911";
}
.e-icons.e-chart-3d-area-1:before {
  content: "\e144";
}
.e-icons.e-chart-2d-stacked-bar:before {
  content: "\e889";
}
.e-icons.e-chart-3d-surface-1:before {
  content: "\e827";
}
.e-icons.e-chart-histogram-pareto:before {
  content: "\e114";
}
.e-icons.e-chart-stock-volumn-open-high-low-close:before {
  content: "\e137";
}
.e-icons.e-chart-stock-high-low-close:before {
  content: "\e138";
}
.e-icons.e-chart-stock-open-high-low-close:before {
  content: "\e831";
}
.e-icons.e-chart-2d-line-100-stacked-line-with-markers:before {
  content: "\e832";
}
.e-icons.e-chart-filled-radar:before {
  content: "\e833";
}
.e-icons.e-chart-3d-clustered-column:before {
  content: "\e142";
}
.e-icons.e-chart-sunburst:before {
  content: "\e835";
}
.e-icons.e-chart-treemap:before {
  content: "\e836";
}
.e-icons.e-chart-3d-100-percent-stacked-area:before {
  content: "\e139";
}
.e-icons.e-chart-3d-pie:before {
  content: "\e838";
}
.e-icons.e-chart-3d-column-4:before {
  content: "\e839";
}
.e-icons.e-more-column-charts:before {
  content: "\e899";
}
.e-icons.e-chart-2d-stacked-line:before {
  content: "\e841";
}
.e-icons.e-chart-donut:before {
  content: "\e112";
}
.e-icons.e-chart-3d-clustered-bar:before {
  content: "\e843";
}
.e-icons.e-chart-funnel:before {
  content: "\e140";
}
.e-icons.e-chart-2d-pie-2:before {
  content: "\e141";
}
.e-icons.e-chart-3d-line:before {
  content: "\e846";
}
.e-icons.e-chart-2d-clustered-column:before {
  content: "\e847";
}
.e-icons.e-chart-2d-100-percent-stacked-area:before {
  content: "\e900";
}
.e-icons.e-more-line-charts:before {
  content: "\e849";
}
.e-icons.e-chart-3d-100-percent-stacked-bar:before {
  content: "\e850";
}
.e-icons.e-more-stock-charts:before {
  content: "\e851";
}
.e-icons.e-chart-stock-volumn-high-low-close:before {
  content: "\e852";
}
.e-icons.e-chart-bar-of-pie:before {
  content: "\e113";
}
.e-icons.e-chart-clustered-column-line-on-secondary-axis:before {
  content: "\e912";
}
.e-icons.e-chart-2d-clustered-bar:before {
  content: "\e855";
}
.e-icons.e-chart-radar:before {
  content: "\e856";
}
.e-icons.e-chart-3d-100-percent-stacked-column:before {
  content: "\e857";
}
.e-icons.e-chart-stackedlines-with-markers:before {
  content: "\e858";
}
.e-icons.e-chart-wireframe-3d-surface:before {
  content: "\e902";
}
.e-icons.e-chart-2d-line-with-markers:before {
  content: "\e860";
}
.e-icons.e-chart-box-and-whisker:before {
  content: "\e861";
}
.e-icons.e-create-custom-combo-chart:before {
  content: "\e862";
}
.e-icons.e-chart-2d-100-percent-stacked-bar:before {
  content: "\e863";
}
.e-icons.e-chart-scatter-with-straight-lines:before {
  content: "\e864";
}
.e-icons.e-more-statistical-charts:before {
  content: "\e865";
}
.e-icons.e-chart-3d-stacked-area:before {
  content: "\e866";
}
.e-icons.e-chart-2d-line:before {
  content: "\e867";
}
.e-icons.e-chart-2d-100-percent-stacked-column:before {
  content: "\e868";
}
.e-icons.e-more-pie-charts:before {
  content: "\e869";
}
.e-icons.e-chart-bubble-1:before {
  content: "\e870";
}
.e-icons.e-chart-2d-100-percent-stacked-line:before {
  content: "\e871";
}
.e-icons.e-chart-histogram:before {
  content: "\e872";
}
.e-icons.e-more-hierarchy-charts:before {
  content: "\e873";
}
.e-icons.e-chart-combo-clustered-column-line:before {
  content: "\e874";
}
.e-icons.e-chart-2d-stacked-area:before {
  content: "\e875";
}
.e-icons.e-chart-3d-stacked-column:before {
  content: "\e876";
}
.e-icons.e-chart-insert-bar:before {
  content: "\e877";
}
.e-icons.e-chart-scatter-with-smooth-lines:before {
  content: "\e878";
}
.e-icons.e-chart-surface-wireframe-contour:before {
  content: "\e879";
}
.e-icons.e-chart-3d-stacked-bar:before {
  content: "\e880";
}
.e-icons.e-chart-2d-pie-of-pie:before {
  content: "\e881";
}
.e-icons.e-chart-3d-surface-2:before {
  content: "\e882";
}
.e-icons.e-chart-2d-area:before {
  content: "\e883";
}
.e-icons.e-chart-combo-stacked-area-clustered-column:before {
  content: "\e884";
}
.e-icons.e-chart-waterfall:before {
  content: "\e885";
}
.e-icons.e-chart-surface-contour:before {
  content: "\e886";
}
.e-icons.e-more-scatter-charts:before {
  content: "\e887";
}
.e-icons.e-chart-2d-stacked-column:before {
  content: "\e888";
}
.e-icons.e-protect-workbook:before {
  content: "\e88a";
}
.e-icons.e-change-case:before {
  content: "\e88c";
}
.e-icons.e-export-pdf-3:before {
  content: "\e88b";
}
.e-icons.e-freeze-pane:before {
  content: "\e88d";
}
.e-icons.e-freeze-first-column:before {
  content: "\e88e";
}
.e-icons.e-freeze-top-row:before {
  content: "\e88f";
}
.e-icons.e-merge-cells:before {
  content: "\e89a";
}
.e-icons.e-split-vertical:before {
  content: "\e89b";
}
.e-icons.e-table-cell:before {
  content: "\e89c";
}
.e-icons.e-split-horizontal:before {
  content: "\e89d";
}
.e-icons.e-list-box:before {
  content: "\e89e";
}
.e-icons.e-text-form-2:before {
  content: "\e89f";
}
.e-icons.e-label:before {
  content: "\e90a";
}
.e-icons.e-check-box-2:before {
  content: "\e90b";
}
.e-icons.e-add-edit-form-field:before {
  content: "\e90c";
}
.e-icons.e-button:before {
  content: "\e90d";
}
.e-icons.e-drop-down-2:before {
  content: "\e90e";
}
.e-icons.e-radio-button:before {
  content: "\e90f";
}
.e-icons.e-password:before {
  content: "\e91a";
}
.e-icons.e-table-insert-column:before {
  content: "\e91b";
}
.e-icons.e-table-insert-row:before {
  content: "\e91c";
}
.e-icons.e-table-overwrite-cells:before {
  content: "\e91d";
}
.e-icons.e-table-nested:before {
  content: "\e91e";
}
.e-icons.e-table-merge:before {
  content: "\e91f";
}
.e-icons.e-drag-fill:before {
  content: "\e92a";
}
.e-icons.e-home:before {
  content: "\e92b";
}
.e-icons.e-gantt-gripper:before {
  content: "\e92c";
}
.e-icons.e-bring-to-view:before {
  content: "\e92d";
}
.e-icons.e-bring-to-center:before {
  content: "\e92e";
}
.e-icons.e-warning:before {
  content: "\e92f";
}
.e-icons.e-critical-path:before {
  content: "\e93a";
}
.e-icons.e-border-shadow-2:before {
  content: "\e93b";
}
.e-icons.e-border-diagonal-up:before {
  content: "\e947";
}
.e-icons.e-border-diagonal-down:before {
  content: "\e93d";
}
.e-icons.e-border-custom:before {
  content: "\e946";
}
.e-icons.e-border-none-1:before {
  content: "\e93f";
}
.e-icons.e-border-box:before {
  content: "\e940";
}
.e-icons.e-border-shadow-1:before {
  content: "\e942";
}
.e-icons.e-audio:before {
  content: "\e949";
}
.e-icons.e-video:before {
  content: "\e94b";
}
.e-icons.e-crop:before {
  content: "\e94c";
}
.e-icons.e-star-filled:before {
  content: "\e94f";
}
.e-icons.e-filters:before {
  content: "\e950";
}
.e-icons.e-adjustment:before {
  content: "\e951";
}
.e-icons.e-page-size:before {
  content: "\e952";
}
.e-icons.e-reset:before {
  content: "\e953";
}
.e-icons.e-triangle:before {
  content: "\e954";
}
.e-icons.e-page-columns:before {
  content: "\e955";
}
.e-icons.e-tint:before {
  content: "\e957";
}
.e-icons.e-brightness:before {
  content: "\e958";
}
.e-icons.e-contrast:before {
  content: "\e959";
}
.e-icons.e-saturation:before {
  content: "\e95a";
}
.e-icons.e-fade:before {
  content: "\e95b";
}
.e-icons.e-flip-vertical:before {
  content: "\e95c";
}
.e-icons.e-flip-horizontal:before {
  content: "\e95d";
}
.e-icons.e-transform-left:before {
  content: "\e95f";
}
.e-icons.e-transform-right:before {
  content: "\e960";
}
.e-icons.e-sharpness:before {
  content: "\e961";
}
.e-icons.e-grain:before {
  content: "\e962";
}
.e-icons.e-frame-custom:before {
  content: "\e964";
}
.e-icons.e-frame-1:before {
  content: "\e965";
}
.e-icons.e-frame-2:before {
  content: "\e966";
}
.e-icons.e-frame-3:before {
  content: "\e967";
}
.e-icons.e-frame-4:before {
  content: "\e968";
}
.e-icons.e-frame-5:before {
  content: "\e96a";
}
.e-icons.e-frame-6:before {
  content: "\e96b";
}
.e-icons.e-transform:before {
  content: "\e96c";
}
.e-icons.e-check-tick:before {
  content: "\e96d";
}
.e-icons.e-even-page-break:before {
  content: "\e96e";
}
.e-icons.e-odd-page-break:before {
  content: "\e96f";
}
.e-icons.e-page-column:before {
  content: "\e970";
}
.e-icons.e-continuous-page-break:before {
  content: "\e971";
}
.e-icons.e-page-text-wrap:before {
  content: "\e972";
}
.e-icons.e-page-column-right:before {
  content: "\e973";
}
.e-icons.e-page-column-left:before {
  content: "\e975";
}
.e-icons.e-page-column-one:before {
  content: "\e976";
}
.e-icons.e-page-column-two:before {
  content: "\e978";
}
.e-icons.e-page-column-three:before {
  content: "\e979";
}
.e-icons.e-multiple-comment:before {
  content: "\e97a";
}
.e-icons.e-format-painter:before {
  content: "\e97b";
}
.e-icons.e-launcher:before {
  content: "\e97c";
}
.e-icons.e-character-style:before {
  content: "\e97d";
}
.e-icons.e-linked-style:before {
  content: "\e97e";
}
.e-icons.e-chart-2d-stacked-line-marked:before {
  content: "\e97f";
}
.e-icons.e-chart-2d-100-percent-stacked-line-marked:before {
  content: "\e980";
}
.e-icons.e-chart-2d-line-marked:before {
  content: "\e981";
}
.e-icons.e-list-unordered-rtl:before {
  content: "\e982";
}
.e-icons.e-list-ordered-rtl:before {
  content: "\e983";
}
.e-icons.e-increase-indent-rtl:before {
  content: "\e985";
}
.e-icons.e-decrease-indent-rtl:before {
  content: "\e986";
}
.e-icons.e-emoji:before {
  content: "\e987";
}
.e-icons.e-travel-and-places:before {
  content: "\e988";
}
.e-icons.e-nature:before {
  content: "\e989";
}
.e-icons.e-food-and-drinks:before {
  content: "\e98a";
}
.e-icons.e-animals:before {
  content: "\e98b";
}
.e-icons.e-objects:before {
  content: "\e98c";
}
.e-icons.e-activities:before {
  content: "\e98d";
}
.e-icons.e-hand-gestures:before {
  content: "\e98f";
}
.e-icons.e-symbols:before {
  content: "\e990";
}
.e-icons.e-flags:before {
  content: "\e991";
}
.e-icons.e-unlock:before {
  content: "\e992";
}
.e-icons.e-more-chevron:before {
  content: "\e994";
}
.e-icons.e-border-frame:before {
  content: "\e995";
}
.e-icons.e-frame-none:before {
  content: "\e996";
}
.e-icons.e-frame-mat:before {
  content: "\e997";
}
.e-icons.e-frame-bevel:before {
  content: "\e998";
}
.e-icons.e-frame-line:before {
  content: "\e999";
}
.e-icons.e-frame-hook:before {
  content: "\e99b";
}
.e-icons.e-frame-inset:before {
  content: "\e99c";
}
.e-icons.e-bullet-7:before {
  content: "\e99e";
}
.e-icons.e-organize-pdf:before {
  content: "\e99f";
}
.e-icons.e-frame-7:before {
  content: "\e9a1";
}
.e-icons.e-frame-8:before {
  content: "\e9a2";
}
.e-icons.e-frame-9:before {
  content: "\e9a3";
}
.e-icons.e-frame-10:before {
  content: "\e9a4";
}
.e-icons.e-frame-11:before {
  content: "\e9a5";
}
.e-icons.e-caption-1:before {
  content: "\e9a6";
}
.e-icons.e-arrow-head:before {
  content: "\e9a7";
}
.e-icons.e-arrow-head-fill:before {
  content: "\e9a8";
}
.e-icons.e-bar-head:before {
  content: "\e9a9";
}
.e-icons.e-circle-head:before {
  content: "\e9aa";
}
.e-icons.e-circle-head-fill:before {
  content: "\e9ab";
}
.e-icons.e-square-head:before {
  content: "\e9ac";
}
.e-icons.e-square-head-fill:before {
  content: "\e9ad";
}
.e-icons.e-arrow-tail:before {
  content: "\e9ae";
}
.e-icons.e-arrow-tail-fill:before {
  content: "\e9af";
}
.e-icons.e-bar-tail:before {
  content: "\e9b0";
}
.e-icons.e-circle-tail:before {
  content: "\e9b1";
}
.e-icons.e-circle-tail-fill:before {
  content: "\e9b2";
}
.e-icons.e-square-tail:before {
  content: "\e9b3";
}
.e-icons.e-square-tail-fill:before {
  content: "\e9b4";
}
.e-icons.e-file-document:before {
  content: "\e9b5";
}
.e-icons.e-comment-resolve:before {
  content: "\e9b6";
}
.e-icons.e-multiple-comment-resolve:before {
  content: "\e9b7";
}
.e-icons.e-table-header:before {
  content: "\e9b8";
}
.e-icons.e-blockquote:before {
  content: "\e9b9";
}
.e-icons.e-add-notes:before {
  content: "\e9ba";
}
.e-icons.e-edit-notes:before {
  content: "\e9bb";
}
.e-icons.e-delete-notes:before {
  content: "\e9bc";
}
.e-icons.e-layers:before {
  content: "\e9bd";
}
.e-icons.e-font-size:before {
  content: "\e9be";
}
.e-icons.e-export-pdf-1:before {
  content: "\e9bf";
}
.e-icons.e-import-word:before {
  content: "\e9c0";
}
.e-icons.e-export-word-1:before {
  content: "\e9c1";
}
.e-icons.e-dropdown-list:before {
  content: "\e9c2";
}
.e-icons.e-combo-box:before {
  content: "\e9c3";
}
.e-icons.e-repeating-section:before {
  content: "\e9c4";
}
.e-icons.e-building-block:before {
  content: "\e9c5";
}
.e-icons.e-content-control:before {
  content: "\e9c6";
}
.e-icons.e-ai-chat:before {
  content: "\e9c7";
}
.e-icons.e-xml-mapping:before {
  content: "\e9c8";
}
.e-icons.e-thumbs-up-1:before {
  content: "\e9c9";
}
.e-icons.e-thumbs-down:before {
  content: "\e9ca";
}
.e-icons.e-calculation:before {
  content: "\e9cb";
}
.e-icons.e-text-outline:before {
  content: "\e9cc";
}
.e-icons.e-user:before {
  content: "\e9cd";
}
.e-icons.e-calculate-sheet:before {
  content: "\e9ce";
}
.e-icons.e-translate:before {
  content: "\e9cf";
}
.e-icons.e-shorten:before {
  content: "\e9d0";
}
.e-icons.e-elaborate:before {
  content: "\e9d1";
}
.e-icons.e-rephrase:before {
  content: "\e9d2";
}
.e-icons.e-grammar-check:before {
  content: "\e9d3";
}
.e-icons.e-preformat-code:before {
  content: "\e9d4";
}
.e-icons.e-import:before {
  content: "\e9d5";
}
.e-icons.e-import-1:before {
  content: "\e9d6";
}
.e-icons.e-redact:before {
  content: "\e9d7";
}
.e-icons.e-smart-paste:before {
  content: "\e9d8";
}
.e-icons.e-auto-fit-column:before {
  content: "\e9d9";
}
.e-icons.e-auto-fit-all-column:before {
  content: "\e9da";
}
.e-icons.e-columns:before {
  content: "\e9db";
}
.e-icons.e-thumbs-up-fill:before {
  content: "\e9dc";
}
.e-icons.e-thumbs-down-fill:before {
  content: "\e9dd";
}
.e-icons.e-stop-rectangle:before {
  content: "\e9de";
}
.e-icons.e-double-check:before {
  content: "\e9df";
}
.e-icons.e-squiggly:before {
  content: "\e9e0";
}
.e-icons.e-microphone:before {
  content: "\e9e1";
}
.e-icons.e-button-field:before {
  content: "\e9e2";
}
.e-icons.e-insert-sheet:before {
  content: "\e9e3";
}
.e-icons.e-duplicate:before {
  content: "\e9e4";
}
.e-icons.e-horizontal-line:before {
  content: "\e9e5";
}
.e-icons.e-reply-arrow:before {
  content: "\e9e6";
}
.e-icons.e-forward-arrow:before {
  content: "\e9e7";
}
.e-icons.e-pin:before {
  content: "\e9e8";
}
.e-icons.e-unpin:before {
  content: "\e9e9";
}
.e-icons.e-add-bookmark:before {
  content: "\e9ea";
}
.e-icons.e-all-bookmarks:before {
  content: "\e9eb";
}
.e-icons.e-landscape:before {
  content: "\e9ec";
}
.e-icons.e-page-orientation:before {
  content: "\e9ed";
}
.e-icons.e-margin:before {
  content: "\e9ee";
}
.e-icons.e-previous-comment:before {
  content: "\e9ef";
}
.e-icons.e-next-comment:before {
  content: "\e9f0";
}
.e-icons.e-close-comment:before {
  content: "\e9f1";
}
.e-icons.e-increase-fontsize:before {
  content: "\e9f2";
}
.e-icons.e-decrease-fontsize:before {
  content: "\e9f3";
}
.e-icons.e-delete-all-comments:before {
  content: "\e9f4";
}
.e-icons.e-reading-view:before {
  content: "\e9f5";
}
.e-icons.e-multiple-page:before {
  content: "\e9f6";
}
.e-icons.e-fit-100:before {
  content: "\e9f7";
}
.e-icons.e-margin-narrow:before {
  content: "\e9f8";
}
.e-icons.e-margin-normal:before {
  content: "\e9f9";
}
.e-icons.e-margin-moderate:before {
  content: "\e9fa";
}
.e-icons.e-margin-wide:before {
  content: "\e9fb";
}
.e-icons.e-margin-default:before {
  content: "\e9fc";
}
.e-icons.e-margin-custom:before {
  content: "\e9fd";
}
.e-icons.e-size-letter:before {
  content: "\e9fe";
}
.e-icons.e-size-legal:before {
  content: "\e9ff";
}
.e-icons.e-size-executive:before {
  content: "\ea00";
}
.e-icons.e-size-a4:before {
  content: "\ea01";
}
.e-icons.e-size-a5:before {
  content: "\ea02";
}
.e-icons.e-size-custom:before {
  content: "\ea03";
}
.e-icons.e-more-column:before {
  content: "\ea04";
}
.e-icons.e-attachment:before {
  content: "\ea05";
}
.e-icons.e-file-format:before {
  content: "\ea06";
}
.e-icons.e-redaction:before {
  content: "\ea07";
}
.e-icons.e-properties-1:before {
  content: "\ea08";
}
.e-icons.e-callout:before {
  content: "\ea09";
}
.e-icons.e-heading-1:before {
  content: "\ea0a";
}
.e-icons.e-heading-2:before {
  content: "\ea0b";
}
.e-icons.e-heading-3:before {
  content: "\ea0c";
}
.e-icons.e-heading-4:before {
  content: "\ea0d";
}
.e-icons.e-collapsible-heading-1:before {
  content: "\ea0e";
}
.e-icons.e-collapsible-heading-2:before {
  content: "\ea0f";
}
.e-icons.e-collapsible-heading-3:before {
  content: "\ea11";
}
.e-icons.e-collapsible-heading-4:before {
  content: "\ea12";
}
.e-icons.e-export-jpeg:before {
  content: "\ea13";
}
.e-icons.e-chart-scatter:before {
  content: "\ea14";
}
.e-icons.e-show-side-panel:before {
  content: "\ea15";
}
.e-icons.e-copy-code:before {
  content: "\ea16";
}
.e-icons.e-text-redact:before {
  content: "\ea17";
}
.e-icons.e-magic-wand:before {
  content: "\ea18";
}
.e-icons.e-swap-arrow:before {
  content: "\ea19";
}
.e-icons.e-checklist:before {
  content: "\ea1a";
}
.e-icons.e-smart-edit:before {
  content: "\ea1b";
}
.e-icons.e-table-edit:before {
  content: "\ea1c";
}
.e-icons.e-history:before {
  content: "\ea1d";
}

.e-accordion {
  display: block;
  position: relative;
}
.e-accordion .e-acrdn-item {
  border-radius: 0;
  margin-top: 0;
}
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
  border-top: 0;
}
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
  border-bottom: 0;
}
.e-accordion .e-acrdn-item:first-child {
  margin-top: 0;
}
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
  margin-bottom: 0;
  margin-top: 0;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
  margin: 0;
}
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
  font-weight: normal;
}
.e-accordion .e-acrdn-item.e-selected {
  padding-top: 0;
}
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content {
  font-weight: normal;
}
.e-accordion .e-acrdn-item.e-overlay {
  height: auto;
}
.e-accordion .e-acrdn-item {
  overflow: visible;
  padding-top: 0;
  position: relative;
}
.e-accordion .e-acrdn-item.e-hide {
  display: none;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  font-size: 15px;
}
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
  cursor: pointer;
}
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
  text-decoration: none;
}
.e-accordion .e-acrdn-item .e-acrdn-header {
  border-radius: 0;
  line-height: 35px;
  min-height: 36px;
  overflow: hidden;
  padding: 0 40px 0 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-accordion .e-acrdn-item .e-acrdn-header > * {
  display: inline-block;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  line-height: 35px;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
  display: table;
  font-size: 12px;
  height: 36px;
  min-height: 36px;
  min-width: 24px;
  position: absolute;
  right: 16px;
  top: 0;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation {
  transition: 0.5s ease 0s;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
  display: inline-block;
  padding: 0 8px 0 0;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
  font-size: 12px;
}
.e-accordion .e-acrdn-item .e-acrdn-panel {
  font-size: 13px;
  overflow-y: hidden;
  text-decoration: none;
  width: 100%;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
  padding: 16px 16px 16px 32px;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
  padding: 0 40px 0 32px;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
  box-shadow: none;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
  padding: 0;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content {
  padding: 0;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion {
  border: 0;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
  padding: 0 40px 0 48px;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
  padding: 16px 16px 16px 48px;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
  font-weight: normal;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  font-weight: normal;
}
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
  line-height: 1.5;
  overflow: hidden;
  padding: 16px;
  text-overflow: ellipsis;
}
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-header-content {
  font-size: 14px;
}
.e-accordion .e-acrdn-item .e-content-hide {
  display: none;
}
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
  padding: 16px 32px 16px 16px;
}
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
  padding: 0 32px 0 40px;
}
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
  padding: 0 48px 0 40px;
}
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
  padding: 16px 48px 16px 16px;
}
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header {
  padding: 0 16px 0 40px;
}
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon {
  left: 16px;
  right: auto;
}
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
  padding: 0 0 0 8px;
}

.e-accordion {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #303030;
  border: 1px solid #616161;
  border-radius: 0;
}
.e-accordion .e-acrdn-item {
  border-color: #616161;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
.e-accordion .e-acrdn-item.e-active {
  background: #303030;
}
.e-accordion .e-acrdn-item.e-select:last-child {
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
  border-radius: 0;
}
.e-accordion .e-acrdn-item:last-child {
  border-bottom: 0;
}
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
  border-radius: 0;
}
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
  border-radius: 0;
}
.e-accordion .e-acrdn-item.e-item-focus {
  border-color: #616161;
  border-style: solid;
  border-width: 0;
}
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
  border-top: 0;
}
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
  border-color: #616161;
  border-style: solid;
  border-width: 0;
}
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
  background: rgba(255, 255, 255, 0.05);
}
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
  border-color: rgba(255, 255, 255, 0.05);
}
.e-accordion .e-acrdn-item.e-expand-state.e-select {
  border-color: none;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.e-accordion .e-acrdn-item .e-acrdn-header {
  border: 0;
}
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-overlay {
  background: #303030;
  opacity: 0.5;
}
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
  color: #00b0ff;
}
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
  border-color: #616161;
  border-style: solid;
  border-width: 0;
  background: rgba(255, 255, 255, 0.05);
}
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
  background: none;
}
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
  background: none;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
  color: #fff;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
  border-bottom: 1px none #616161;
}
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
  color: #00b0ff;
}
.e-accordion .e-acrdn-item.e-select {
  background: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
  color: #fff;
  background: none;
  border-top: 0;
  border-bottom: 0;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  color: #00b0ff;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
  border: 0;
}
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  border-color: initial;
}
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  border-color: initial;
}
.e-accordion .e-acrdn-item .e-acrdn-header:active {
  border: 0;
  border-color: initial;
  background: none;
}
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
  border: 0;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
  color: #00b0ff;
}
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
  color: #00b0ff;
}
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
  color: #00b0ff;
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
  border-color: initial;
  border-style: solid;
  border-width: 0;
  background: none;
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
  border-color: initial;
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-select.e-item-focus {
  border-color: rgba(255, 255, 255, 0.05);
}
.e-accordion .e-acrdn-item.e-selected {
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.e-accordion .e-acrdn-item.e-selected.e-select {
  border-color: #616161;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
  background: #303030;
}
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
  border-bottom: 0;
}
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
  color: #00b0ff;
}
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
  position: relative;
  z-index: 2;
  box-shadow: none;
}
.e-accordion .e-acrdn-item.e-selected + .e-selected {
  border-color: transparent transparent #616161;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
  background: none;
  border-radius: 0;
  border-color: initial;
  border-style: solid;
  border-width: 0;
}
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
  background: rgba(255, 255, 255, 0.05);
}
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
  border-color: initial;
}
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
  color: #fff;
}
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item .e-toggle-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-accordion .e-acrdn-item .e-acrdn-panel {
  font-size: 13px;
}

.e-accordion .e-tgl-collapse-icon::before {
  content: "\e916";
}
.e-accordion .e-tgl-collapse-icon.e-expand-icon {
  transform: rotate(-180deg);
}

.e-ddl.e-control-wrapper .e-ddl-icon::before {
  transform: rotate(0deg);
  transition: transform 300ms ease;
}

.e-popup.e-ddl .e-dropdownbase {
  min-height: 26px;
}

.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
  transform: rotate(180deg);
  transition: transform 300ms ease;
}

.e-dropdownbase .e-list-item.e-active.e-hover {
  color: #00b0ff;
}

.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
.e-input-group:not(.e-disabled) .e-back-icon:active,
.e-input-group:not(.e-disabled) .e-back-icon:hover,
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
  background: transparent;
}

.e-input-group .e-ddl-icon:not(:active)::after {
  animation: none;
}

.e-ddl.e-popup {
  border: 0;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
  margin-top: 2px;
}

.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
  margin: 6px 6px 5px;
  min-height: 12px;
  min-width: 12px;
  padding: 6px;
}

.e-input-group.e-ddl,
.e-input-group.e-ddl .e-input,
.e-input-group.e-ddl .e-ddl-icon {
  background: transparent;
}

.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
  border-bottom-width: 0;
}

.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
  margin: 0;
}

.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
  padding: 5px 5px 5px 12px;
}

.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
  display: block;
  visibility: hidden;
}

.e-popup-full-page {
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 0;
}
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
  margin: 0;
}

.e-ddl.e-control-wrapper .e-ddl-disable-icon {
  position: relative;
}

.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
  content: "";
}

.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
  position: relative;
}

.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
  content: "";
}

.e-ddl-device-filter .e-filter-parent {
  background-color: #f5f5f5;
}

/* stylelint-disable property-no-vendor-prefix */
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
  display: none;
  pointer-events: none;
  position: absolute;
  right: 0;
  visibility: hidden;
}

/* stylelint-enable property-no-vendor-prefix */
.e-filter-parent {
  border: 0;
  border-top-width: 0;
  box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 0;
}

.e-ddl.e-input-group:not(.e-disabled) {
  cursor: pointer;
}

.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
  width: 0;
}

.e-ddl.e-popup {
  background: #424242;
  border: 1px solid transparent;
  position: absolute;
}
.e-ddl.e-popup .e-search-icon {
  margin: 0;
  opacity: 0.57;
  padding: 12px 8px 8px;
}

.e-ddl.e-popup .e-filter-parent .e-back-icon {
  padding: 0 8px;
}

.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter:focus, .e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
  padding: 8px 16px 8px;
}

.e-ddl.e-popup .e-input-group {
  margin-bottom: 0;
}

.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
  cursor: default;
}

/* stylelint-disable property-no-vendor-prefix */
.e-ddl.e-input-group .e-ddl-hidden,
.e-ddl.e-float-input .e-ddl-hidden {
  -webkit-appearance: initial;
  border: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}

.e-ddl.e-input-group,
.e-ddl.e-input-group.e-input-focus:focus {
  outline: none;
}

.e-dropdownbase .e-list-item .e-highlight {
  display: inline;
  font-weight: bold;
  vertical-align: baseline;
}

.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
  opacity: 1;
}

.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
  display: flex;
}

.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
  display: none;
}

.e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-static-clear.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
  cursor: pointer;
  display: flex;
}

.e-ddl.e-input-group .e-input-value,
.e-ddl.e-input-group .e-input-value:focus {
  font-family: inherit;
  font-size: 14px;
  height: auto;
  margin: 0;
  outline: none;
  width: 100%;
  overflow: hidden;
}
.e-ddl.e-input-group input[readonly].e-input,
.e-ddl.e-input-group input[readonly],
.e-ddl.e-input-group .e-dropdownlist {
  pointer-events: none;
}

.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
  cursor: pointer;
  pointer-events: auto;
}

.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
  opacity: 0.7;
  pointer-events: none;
}

ejs-autocomplete,
ejs-combobox,
ejs-dropdownlist {
  display: block;
}

.e-small .e-ddl.e-popup .e-list-item,
.e-input-group.e-ddl.e-small .e-list-item {
  font-size: 12px;
}
.e-small .e-ddl.e-popup .e-list-group-item,
.e-input-group.e-ddl.e-small .e-list-group-item {
  font-size: 12px;
}

.e-small.e-ddl.e-popup .e-list-item,
.e-input-group.e-ddl.e-small .e-list-item {
  font-size: 12px;
}
.e-small.e-ddl.e-popup .e-list-group-item,
.e-input-group.e-ddl.e-small .e-list-group-item {
  font-size: 12px;
}

.e-content-placeholder.e-ddl.e-placeholder-ddl,
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
.e-content-placeholder.e-combobox.e-placeholder-combobox {
  background-size: 300px 33px;
  min-height: 33px;
}

.e-ddl.e-popup.e-resize .e-resizer-right {
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
  height: 15px;
  position: absolute;
  width: 15px;
}

.e-ddl.e-popup.e-resize .e-resizer-right {
  background: transparent;
  color: rgb(221, 218, 218);
}

.e-popup {
  border-color: transparent;
}

.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
  color: #00b0ff;
}

.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
  border-color: transparent;
}

.e-ddl .e-search-icon::before {
  content: "\e993";
}

.e-ddl .e-back-icon::before {
  content: "\e977";
}

.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
  content: "\e969";
  font-family: "e-icons";
}

.e-ddl.e-popup.e-resize .e-icons.e-resizer-right::before {
  content: "\eb05";
}

/* stylelint-disable property-no-vendor-prefix */
@keyframes e-input-ripple {
  100% {
    opacity: 0;
    transform: scale(4);
  }
}
/*! input layout */
.e-input-group,
.e-input-group.e-control-wrapper {
  display: table;
  line-height: 1.4;
  margin-bottom: 4px;
}

input.e-input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
textarea.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input {
  border: 0 solid;
  border-width: 0 0 1px 0;
  height: auto;
  line-height: inherit;
  margin: 0;
  margin-bottom: 4px;
  outline: none;
  padding: 4px 0 4px;
  text-indent: 0;
  width: 100%;
}

input.e-input,
textarea.e-input,
.e-input-group,
.e-input-group.e-control-wrapper,
.e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-disabled {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: normal;
}

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-small .e-input,
.e-input-group.e-small.e-control-wrapper .e-input,
.e-small .e-input-group .e-input,
.e-small .e-input-group.e-control-wrapper .e-input {
  font: inherit;
}

input.e-input,
.e-input-group input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper input,
.e-float-input input,
.e-float-input.e-input-group input,
.e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-input-group input,
input.e-input:focus,
.e-input-group input.e-input:focus,
.e-input-group input:focus,
.e-input-group.e-control-wrapper input.e-input:focus,
.e-input-group.e-control-wrapper input:focus,
.e-float-input input:focus,
.e-float-input.e-input-group input:focus,
.e-float-input.e-control-wrapper input:focus,
.e-float-input.e-control-wrapper.e-input-group input:focus,
.e-input-group.e-input-focus input.e-input,
.e-input-group.e-input-focus input,
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-input-focus input,
.e-float-input.e-input-focus input,
.e-float-input.e-input-group.e-input-focus input,
.e-float-input.e-control-wrapper.e-input-focus input,
.e-float-input.e-control-wrapper.e-input-group.e-input-focus input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input.e-input,
.e-input-group input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper input,
.e-float-input input,
.e-float-input.e-input-group input,
.e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-input-group input,
.e-input-group,
.e-input-group.e-control-wrapper,
.e-float-input,
.e-float-input.e-control-wrapper,
.e-input.e-corner,
.e-input-group.e-corner.e-rtl input.e-input:only-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child,
.e-input-group.e-input-focus.e-corner,
.e-input-group.e-control-wrapper.e-input-focus.e-corner,
textarea.e-input,
.e-input-group textarea.e-input,
.e-input-group textarea,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper textarea,
.e-float-input textarea,
.e-float-input.e-input-group textarea,
.e-float-input.e-control-wrapper textarea,
.e-float-input.e-control-wrapper.e-input-group textarea {
  border-radius: 0;
}

.e-input:focus {
  border-width: 0 0 2px 0;
  padding-bottom: 4px;
}

.e-input.e-small:focus {
  border-width: 0 0 2px 0;
  padding-bottom: 4px;
}

.e-input:focus {
  padding-bottom: 3px;
}

.e-input.e-small:focus {
  padding-bottom: 3px;
}

.e-input-group input.e-input:focus,
.e-input-group.e-control-wrapper input.e-input:focus,
.e-input-group textarea.e-input:focus,
.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-input-group.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-input-focus input.e-input {
  padding: 4px 0 4px;
}

.e-input-group textarea.e-input:focus,
.e-input-group.e-control-wrapper textarea.e-input:focus {
  padding: 4px 0 4px;
}

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  align-items: center;
  border: 0 solid;
  border-width: 0;
  box-sizing: content-box;
  cursor: pointer;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
  line-height: 1;
  min-height: 18px;
  min-width: 18px;
  padding: 0;
  text-align: center;
}

/* stylelint-disable property-no-vendor-prefix */
.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
  font-size: 20px;
  margin: 0;
  min-height: 30px;
  min-width: 30px;
  padding: 0;
}

.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon,
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-input-group.e-float-icon-left > .e-input-group-icon,
.e-small .e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon {
  font-size: 20px;
  margin: 0;
  min-height: 28px;
  min-width: 28px;
  padding: 0;
}

.e-input-group.e-float-icon-left:not(.e-disabled) > .e-input-group-icon:active,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) > .e-input-group-icon:active {
  background: transparent;
}

.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
  cursor: auto;
}

.e-input[disabled],
.e-input-group .e-input[disabled],
.e-input-group.e-control-wrapper .e-input[disabled],
.e-input-group.e-disabled,
.e-input-group.e-disabled input,
.e-input-group.e-disabled input.e-input,
.e-input-group.e-disabled textarea,
.e-input-group.e-disabled textarea.e-input,
.e-input-group.e-control-wrapper.e-disabled,
.e-input-group.e-control-wrapper.e-disabled input,
.e-input-group.e-control-wrapper.e-disabled input.e-input,
.e-input-group.e-control-wrapper.e-disabled textarea,
.e-input-group.e-control-wrapper.e-disabled textarea.e-input,
.e-float-input.e-disabled input,
.e-float-input.e-disabled textarea,
.e-float-input input[disabled],
.e-float-input input.e-disabled,
.e-float-input textarea[disabled],
.e-float-input textarea.e-disabled,
.e-float-input.e-control-wrapper.e-disabled input,
.e-float-input.e-control-wrapper.e-disabled textarea,
.e-float-input.e-control-wrapper input[disabled],
.e-float-input.e-control-wrapper input.e-disabled,
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-control-wrapper textarea.e-disabled,
.e-input-group.e-disabled span,
.e-input-group.e-control-wrapper.e-disabled span,
.e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide {
  cursor: not-allowed;
}

.e-input[disabled],
.e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-disabled,
.e-float-input.e-disabled,
.e-float-input input[disabled],
.e-float-input input.e-disabled,
.e-float-input.e-disabled input,
.e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-control-wrapper input[disabled],
.e-float-input.e-control-wrapper input.e-disabled,
.e-float-input.e-control-wrapper.e-disabled input,
.e-float-input textarea[disabled],
.e-float-input textarea.e-disabled,
.e-float-input.e-disabled textarea,
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-control-wrapper textarea.e-disabled,
.e-float-input.e-control-wrapper.e-disabled textarea {
  filter: alpha(opacity=100);
  opacity: 1;
}

.e-input.e-rtl,
.e-input-group.e-rtl,
.e-input-group.e-control-wrapper.e-rtl,
.e-float-input.e-rtl,
.e-float-input.e-control-wrapper.e-rtl {
  direction: rtl;
}

.e-input-group,
.e-input-group.e-control-wrapper,
.e-float-custom-tag.e-input-group,
.e-float-custom-tag.e-input-group.e-control-wrapper,
.e-input-custom-tag,
.e-input-custom-tag.e-input-group,
.e-input-custom-tag.e-input-group.e-control-wrapper {
  display: inline-flex;
  vertical-align: middle;
}

.e-float-input:not(.e-input-group),
.e-float-input.e-control-wrapper:not(.e-input-group),
.e-float-custom-tag,
.e-float-custom-tag.e-control-wrapper {
  display: inline-block;
}

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  display: flex;
}

.e-input-group .e-input-group-icon:first-child,
.e-input-group.e-control-wrapper .e-input-group-icon:first-child {
  border-left-width: 0;
}

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  white-space: nowrap;
}

.e-input-group .e-input-group-icon:not(:last-child),
.e-input-group.e-control-wrapper .e-input-group-icon:not(:last-child) {
  border-right-width: 0;
}

.e-input + .e-input-group-icon,
.e-input-group .e-input + .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input + .e-input-group-icon {
  border-left-width: 0;
}

.e-input-group.e-corner .e-input:first-child,
.e-input-group.e-corner .e-input-group-icon:first-child,
.e-input-group.e-control-wrapper.e-corner .e-input:first-child,
.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.e-input-group.e-corner .e-input:last-child,
.e-input-group.e-corner .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-corner .e-input:last-child,
.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.e-input-group.e-rtl .e-input-group-icon:first-child,
.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child {
  border-left-width: 0;
  border-right-width: 0;
}

.e-input-group.e-rtl .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child {
  border-left-width: 0;
  border-right-width: 0;
}

.e-input-group.e-rtl .e-input-group-icon:not(:last-child),
.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:not(:last-child) {
  border-left-width: 0;
}

.e-input-group.e-rtl .e-input-group-icon + .e-input,
.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input {
  border-right-width: 0;
}

input.e-input.e-small,
textarea.e-input.e-small,
.e-small input.e-input,
.e-small textarea.e-input,
.e-input-group.e-small,
.e-small .e-input-group,
.e-input-group.e-control-wrapper.e-small,
.e-small .e-input-group.e-control-wrapper,
.e-input-group.e-small.e-disabled,
.e-small .e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-input-group.e-control-wrapper.e-disabled {
  font-size: 12px;
}

.e-input.e-small,
.e-input-group.e-small .e-input,
.e-input-group.e-control-wrapper.e-small .e-input {
  line-height: inherit;
  padding: 4px 0 4px;
}

.e-input-group.e-small .e-input:focus,
.e-input-group.e-control-wrapper.e-small .e-input:focus,
.e-input-group.e-small.e-input-focus .e-input,
.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
  padding: 4px 0 4px;
}

.e-input-group.e-small .e-input-group-icon,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-input-group .e-input-group-icon,
.e-small .e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 12px;
  min-height: 16px;
  min-width: 16px;
  padding: 0;
}

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text,
.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  overflow: hidden;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: -11px;
  transform: translate3d(0, 16px, 0) scale(1);
  transform-origin: left top;
  transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text,
.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: -11px;
}

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text,
.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  content: "";
  font-style: normal;
}

.e-float-input.e-small label.e-float-text,
.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 12px;
  top: -11px;
}

.e-float-input .e-input-in-wrap label.e-float-text,
.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: -11px;
}

.e-float-input input:focus ~ label.e-float-text,
.e-float-input input:valid ~ label.e-float-text,
.e-float-input input ~ label.e-label-top.e-float-text,
.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
.e-float-input.e-input-focus input ~ label.e-float-text {
  font-size: 13px;
  top: -9px;
  transform: translate3d(0, -6px, 0) scale(0.92);
}

.e-float-input.e-small input:focus ~ label.e-float-text,
.e-float-input.e-small input:valid ~ label.e-float-text,
.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-small input label.e-float-text.e-label-top,
.e-small .e-float-input input:focus ~ label.e-float-text,
.e-small .e-float-input input:valid ~ label.e-float-text,
.e-small .e-float-input input ~ label.e-label-top.e-float-text,
.e-small .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-float-input input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper input label.e-float-text.e-label-top {
  font-size: 13px;
  top: -9px;
  transform: translate3d(0, -6px, 0) scale(0.92);
}

.e-float-input .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input .e-input-in-wrap input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input label.e-float-text.e-label-top {
  top: -9px;
}

.e-float-input.e-small input:focus ~ label.e-float-text,
.e-float-input.e-small input:valid ~ label.e-float-text,
.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-float-input input ~ label.e-label-top.e-float-text,
.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
  font-size: 12px;
  top: -8px;
}

.e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-small .e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
  top: -7px;
}

.e-float-input,
.e-float-input.e-control-wrapper {
  line-height: 1.4;
  margin-bottom: 4px;
  margin-top: 16px;
  padding-top: 0;
  position: relative;
  width: 100%;
}

.e-float-input.e-small,
.e-float-input.e-control-wrapper.e-small,
.e-small .e-float-input.e-control-wrapper {
  line-height: 1.35;
  margin-bottom: 4px;
  margin-top: 16px;
  padding-top: 0;
}

.e-input-group.e-small,
.e-input-group.e-control-wrapper.e-small,
.e-small .e-input-group,
.e-small .e-input-group.e-control-wrapper {
  line-height: normal;
}

.e-float-input.e-no-float-label,
.e-float-input.e-small.e-no-float-label,
.e-small .e-float-input.e-no-float-label,
.e-float-input.e-control-wrapper.e-no-float-label,
.e-float-input.e-control-wrapper.e-small.e-no-float-label,
.e-small .e-float-input.e-control-wrapper.e-no-float-label {
  margin-top: 0;
}

.e-float-input,
.e-float-input.e-control-wrapper,
.e-float-input.e-disabled,
.e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-input-group.e-disabled,
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: normal;
}

.e-float-input input,
.e-float-input textarea,
.e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper textarea {
  border: 0 solid;
  border-width: 0 0 1px 0;
  display: block;
  font: inherit;
  width: 100%;
}

.e-float-input input,
.e-float-input.e-control-wrapper input {
  min-width: 0;
  padding: 4px 0 4px;
}

.e-float-input input,
.e-input-group input,
.e-float-input.e-control-wrapper input,
.e-input-group.e-control-wrapper input,
.e-float-input textarea,
.e-input-group textarea,
.e-float-input.e-control-wrapper textarea,
.e-input-group.e-control-wrapper textarea {
  text-indent: 0;
}

.e-float-input.e-small.e-disabled,
.e-small .e-float-input.e-disabled,
.e-float-input.e-control-wrapper.e-small.e-disabled,
.e-small .e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-input-group.e-small.e-disabled,
.e-small .e-float-input.e-input-group.e-disabled,
.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled,
.e-float-input.e-small,
.e-small .e-float-input,
.e-float-input.e-control-wrapper.e-small,
.e-small .e-float-input.e-control-wrapper {
  font-size: 12px;
}

.e-float-input.e-small input,
.e-float-input.e-control-wrapper.e-small input {
  font: inherit;
  line-height: inherit;
  padding: 4px 0 4px;
}

.e-float-input input:focus,
.e-float-input.e-control-wrapper input:focus,
.e-float-input textarea:focus,
.e-float-input.e-control-wrapper textarea:focus,
.e-float-input.e-input-focus input,
.e-float-input.e-control-wrapper.e-input-focus input,
.e-input-group.e-control-container.valid.modified,
.e-input-group.e-control-container.invalid,
.e-float-input.e-control-container.valid.modified,
.e-float-input.e-control-container.invalid {
  outline: none;
}

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text {
  font-family: inherit;
}

.e-float-input input:valid ~ label.e-float-text,
.e-float-input input:focus ~ label.e-float-text,
.e-float-input input:valid ~ label.e-float-text.e-label-top,
.e-float-input input ~ label.e-float-text.e-label-top,
.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
.e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top,
.e-float-input.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
.e-float-input textarea:valid ~ label.e-float-text,
.e-float-input textarea:focus ~ label.e-float-text,
.e-float-input textarea:valid ~ label.e-float-text.e-label-top,
.e-float-input textarea ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top {
  user-select: text;
}

.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
  left: -34px;
  width: auto;
}

.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
  right: -34px;
  width: auto;
}

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text,
.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-weight: normal;
}

.e-float-input:not(.e-input-group) .e-float-line::before,
.e-float-input:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  transition: 0.2s ease;
  width: 0;
}

.e-float-input:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before {
  left: 50%;
}

.e-float-input:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
  right: 50%;
}

.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before,
.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before,
.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after,
.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after,
.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after {
  width: 50%;
}

.e-float-input .e-float-line,
.e-float-input.e-control-wrapper .e-float-line {
  display: block;
  position: relative;
  width: 100%;
}

.e-float-input.e-rtl label.e-float-text,
.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
.e-rtl .e-float-input label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper label.e-float-text,
.e-rtl label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper label.e-float-text,
.e-rtl.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 0;
  transform-origin: right top;
}

.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
  padding-right: 0;
}

.e-input-group.e-corner.e-rtl .e-input:first-child,
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.e-input-group.e-corner.e-rtl .e-input:last-child,
.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.e-input-group.e-warning::before,
.e-input-group.e-control-wrapper.e-warning::before {
  content: "";
}

.e-float-input input[disabled],
.e-float-input input.e-disabled,
.e-float-input.e-control-wrapper input[disabled],
.e-float-input.e-control-wrapper input.e-disabled {
  background: transparent;
  background-image: none;
  cursor: not-allowed;
}

.e-input-group.e-rtl .e-input:not(:first-child):focus,
.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus {
  border-right-width: 0;
}

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input {
  min-width: 0;
  width: 100%;
}

.e-input-group input.e-input,
.e-input-group textarea.e-input,
.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
  border: 0 solid;
  border-width: 0;
}

.e-input-group input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-float-input input.e-input,
.e-float-input.e-control-wrapper input.e-input {
  margin-bottom: 0;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  width: 0;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-float-icon-left .e-input-in-wrap:not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap:not(.e-float-input)::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-filled.e-input-group.e-float-icon-left::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before {
  left: 50%;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after,
.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after,
.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line::after {
  width: 50%;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
  right: 50%;
}

.e-input-group,
.e-input-group.e-control-wrapper {
  position: relative;
  width: 100%;
}

.e-input-group .e-input-group-icon:hover,
.e-input-group.e-rtl.e-corner .e-input-group-icon:hover,
.e-input-group.e-control-wrapper .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-rtl.e-corner .e-input-group-icon:hover {
  border-radius: 2px;
}

.e-input.e-small,
.e-input-group.e-small,
.e-input-group.e-control-wrapper.e-small {
  margin-bottom: 4px;
}

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-bottom: 4px;
  margin-right: 4px;
  margin-top: 4px;
}

.e-float-input.e-input-group .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  margin-top: 2px;
}

.e-input-group.e-small .e-input-group-icon,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-input-group .e-input-group-icon,
.e-small .e-input-group.e-control-wrapper .e-input-group-icon {
  margin-bottom: 4px;
  margin-right: 4px;
  margin-top: 4px;
}

.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-float-input.e-input-group .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  margin-top: 4px;
}

.e-input-group .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-input-group.e-small .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child {
  margin-right: 0;
}

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
  border-style: solid;
  border-width: 0 0 1px 0;
}

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
  border-style: solid;
  border-width: 0 0 1px 0;
}

.e-input-group:not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-float-icon-left),
.e-filled.e-input-group.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left {
  border-bottom: 1px solid;
}

.e-input-group:not(.e-float-icon-left),
.e-input-group.e-success:not(.e-float-icon-left),
.e-input-group.e-warning:not(.e-float-icon-left),
.e-input-group.e-error:not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
  border: 1px solid;
  border-width: 0 0 1px 0;
}

.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus,
.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus {
  border-right-width: 0;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0, rgba(255, 255, 255, 0.42) 33%, transparent 0);
  background-position: bottom -1px left 0;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-bottom-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  position: relative;
}

.e-input-group:not(.e-filled) .e-input-group-icon::after,
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
  background: #bdbdbd;
  border-radius: 100%;
  content: "";
  display: block;
  height: 50%;
  left: 25%;
  opacity: 0.75;
  position: absolute;
  top: 25%;
  transform: scale(0);
  width: 50%;
}

.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
  animation: e-input-ripple 0.45s linear;
}

input.e-input::-ms-clear,
.e-float-input input::-ms-clear,
.e-float-input.e-control-wrapper input::-ms-clear,
.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-input-group input:not(.e-control).e-input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-float-input input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-float-input.e-input-group input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon {
  display: none;
}

.e-input-group .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-control-wrapper.e-hidden,
.e-input-group.e-control-wrapper.e-hidden {
  display: none;
}

input.e-input[type=search]::-webkit-search-decoration,
input.e-input[type=search]::-webkit-search-cancel-button,
input.e-input[type=search]::-webkit-search-results-button,
input.e-input[type=search]::-webkit-search-results-decoration,
.e-float-input input[type=search]::-webkit-search-decoration,
.e-float-input input[type=search]::-webkit-search-cancel-button,
.e-float-input input[type=search]::-webkit-search-results-button,
.e-float-input input[type=search]::-webkit-search-results-decoration,
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.e-float-input.e-input-group .e-float-line,
.e-float-input.e-input-group.e-control-wrapper .e-float-line,
.e-float-input.e-control-wrapper.e-input-group .e-float-line,
.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line {
  bottom: -1px;
  position: absolute;
}

.e-float-input.e-input-group input,
.e-float-input.e-input-group textarea,
.e-float-input.e-input-group.e-control-wrapper input,
.e-float-input.e-input-group.e-control-wrapper textarea {
  border: 0;
}

.e-float-input.e-input-group .e-float-line,
.e-float-input.e-input-group .e-float-text,
.e-float-input.e-input-group.e-control-wrapper .e-float-line,
.e-float-input.e-input-group.e-control-wrapper .e-float-text {
  right: 0;
}

input.e-input::-webkit-input-placeholder,
input.e-input:-moz-placeholder,
input.e-input:-ms-input-placeholder,
input.e-input::-moz-placeholder,
textarea.e-input::-webkit-input-placeholder,
textarea.e-input:-moz-placeholder,
textarea.e-input:-ms-input-placeholder,
textarea.e-input::-moz-placeholder,
textarea.e-input::-webkit-textarea-placeholder,
textarea.e-input:-moz-placeholder,
textarea.e-input:-ms-textarea-placeholder,
textarea.e-input::-moz-placeholder {
  font-size: 13px;
  font-style: normal;
}

.e-small input.e-input::-webkit-input-placeholder,
input.e-small.e-input::-webkit-input-placeholder,
.e-small input.e-input:-moz-placeholder,
input.e-small.e-input:-moz-placeholder,
.e-small input.e-input:-ms-input-placeholder,
input.e-small.e-input:-ms-input-placeholder,
.e-small input.e-input::-moz-placeholder,
input.e-small.e-input::-moz-placeholder,
.e-small textarea.e-input::-webkit-input-placeholder,
textarea.e-small.e-input::-webkit-input-placeholder,
.e-small textarea.e-input:-moz-placeholder,
textarea.e-small.e-input:-moz-placeholder,
.e-small textarea.e-input:-ms-input-placeholder,
textarea.e-small.e-input:-ms-input-placeholder,
.e-small textarea.e-input::-moz-placeholder,
textarea.e-small.e-input::-moz-placeholder,
.e-small textarea.e-input::-webkit-textarea-placeholder,
textarea.e-small.e-input::-webkit-textarea-placeholder,
.e-small textarea.e-input:-moz-placeholder,
textarea.e-small.e-input:-moz-placeholder,
.e-small textarea.e-input:-ms-input-placeholder,
textarea.e-small.e-input:-ms-input-placeholder,
.e-small textarea.e-input::-moz-placeholder,
textarea.e-small.e-input::-moz-placeholder {
  font-size: 12px;
  font-style: normal;
}

input.e-input:-moz-placeholder,
textarea.e-input:-moz-placeholder,
.e-input-group input.e-input:-moz-placeholder,
.e-input-group textarea.e-input:-moz-placeholder,
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
input.e-input:-moz-placeholder,
.e-input-group input.e-input:-moz-placeholder,
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
textarea.e-input:-moz-placeholder,
input.e-input::-moz-placeholder,
textarea.e-input::-moz-placeholder,
input.e-input::-webkit-input-placeholder,
textarea.e-input::-webkit-input-placeholder {
  font-style: normal;
  user-select: none;
}

input.e-input:-ms-input-placeholder,
textarea.e-input:-ms-input-placeholder {
  font-style: normal;
}

input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input {
  box-sizing: content-box;
  content: "";
}

.e-float-input:not(.e-input-group) input,
.e-float-input.e-control-wrapper:not(.e-input-group) input {
  box-sizing: content-box;
  content: "";
}

.e-control input.e-input,
.e-control .e-input-group input,
.e-control .e-input-group input.e-input,
.e-control .e-input-group.e-control-wrapper input,
.e-control .e-input-group.e-control-wrapper input.e-input,
.e-control .e-float-input input,
.e-control .e-float-input.e-control-wrapper input,
.e-control.e-input-group input,
.e-control.e-input-group input.e-input,
.e-control.e-input-group.e-control-wrapper input,
.e-control.e-input-group.e-control-wrapper input.e-input,
.e-control.e-float-input input,
.e-control.e-float-input.e-control-wrapper input {
  box-sizing: content-box;
}

input.e-input.e-small,
.e-input-group.e-small input,
.e-input-group.e-small input.e-input,
.e-small .e-input-group input,
.e-small .e-input-group input.e-input,
.e-input-group.e-control-wrapper.e-small input,
.e-input-group.e-control-wrapper.e-small input.e-input,
.e-small .e-input-group.e-control-wrapper input,
.e-small .e-input-group.e-control-wrapper input.e-input,
.e-float-input.e-small input,
.e-float-input.e-small input.e-input,
.e-small .e-float-input input,
.e-small .e-float-input input.e-input,
.e-float-input.e-control-wrapper.e-small input,
.e-float-input.e-control-wrapper.e-small input.e-input,
.e-small .e-float-input.e-control-wrapper input,
.e-small .e-float-input.e-control-wrapper input.e-input {
  box-sizing: content-box;
  content: "";
}

.e-float-input.e-small:not(.e-input-group) input,
.e-float-input.e-small:not(.e-input-group) input.e-input,
.e-small .e-float-input:not(.e-input-group) input,
.e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
  box-sizing: content-box;
  content: "";
}

textarea.e-input,
.e-input-group textarea,
.e-input-group.e-control-wrapper textarea,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea {
  box-sizing: content-box;
  content: "";
}

textarea.e-input.e-small,
.e-input-group.e-small textarea,
.e-input-group.e-small textarea.e-input,
.e-small .e-input-group textarea,
.e-small .e-input-group textarea.e-input,
.e-input-group.e-control-wrapper.e-small textarea,
.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-small .e-input-group.e-control-wrapper textarea,
.e-small .e-input-group.e-control-wrapper textarea.e-input,
.e-float-input.e-small textarea,
.e-float-input.e-small textarea.e-input,
.e-small .e-float-input textarea,
.e-small .e-float-input textarea.e-input,
.e-float-input.e-control-wrapper.e-small textarea,
.e-float-input.e-control-wrapper.e-small textarea.e-input,
.e-small .e-float-input.e-control-wrapper textarea,
.e-small .e-float-input.e-control-wrapper textarea.e-input {
  box-sizing: content-box;
  content: "";
}

input.e-input.e-small,
.e-input-group input.e-input.e-small,
.e-input-group.e-control-wrapper input.e-input.e-small,
.e-input-group.e-small .e-input,
.e-input-group.e-control-wrapper.e-small .e-input,
.e-small input.e-input,
.e-small .e-input-group .e-input,
.e-small .e-input-group.e-control-wrapper .e-input,
.e-float-input.e-small input,
.e-float-input input.e-small,
.e-small .e-float-input input,
.e-float-input.e-control-wrapper.e-small input,
.e-float-input.e-control-wrapper input.e-small,
.e-small .e-float-input.e-control-wrapper input,
textarea.e-input.e-small,
.e-input-group textarea.e-input.e-small,
.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,
.e-small input.e-input,
.e-float-input.e-small textarea,
.e-float-input textarea.e-small,
.e-small .e-float-input textarea,
.e-float-input.e-control-wrapper.e-small textarea,
.e-float-input.e-control-wrapper textarea.e-small,
.e-small .e-float-input.e-control-wrapper textarea {
  text-indent: 0;
}

input.e-input,
.e-input-group input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper input,
.e-float-input input.e-input,
.e-float-input input,
.e-float-input.e-control-wrapper input.e-input,
.e-float-input.e-control-wrapper input,
.e-input-group input.e-input:focus,
.e-input-group.e-control-wrapper input.e-input:focus,
.e-float-input.e-control-wrapper input:focus,
.e-float-input input:focus,
.e-input-group.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-float-input.e-control-wrapper.e-input-focus input,
.e-float-input.e-input-focus input {
  padding-left: 0;
  text-indent: 0;
}

textarea.e-input,
.e-input-group textarea.e-input,
.e-input-group textarea,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper textarea,
.e-float-input textarea.e-input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea.e-input,
.e-float-input.e-control-wrapper textarea,
.e-input-group textarea.e-input:focus,
.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-float-input.e-control-wrapper textarea:focus,
.e-float-input textarea:focus {
  padding-left: 0;
  text-indent: 0;
}

input.e-input.e-rtl,
.e-input-group.e-rtl input.e-input,
.e-input-group.e-control-container.e-rtl input.e-control,
.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-float-input.e-rtl input,
.e-float-input.e-control-wrapper.e-rtl input,
.e-rtl .e-input-group input.e-input,
.e-rtl .e-input-group.e-control-wrapper input.e-input,
.e-rtl .e-float-input input,
.e-rtl .e-float-input.e-control-wrapper input,
.e-input-group.e-rtl input.e-input,
.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-float-input.e-rtl input,
.e-float-input.e-control-wrapper.e-rtl input,
.e-rtl .e-input-group input.e-input,
.e-rtl .e-input-group.e-control-wrapper input.e-input,
.e-rtl .e-float-input input,
.e-rtl .e-float-input.e-control-wrapper input,
.e-input-group.e-rtl input.e-input:focus,
.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-float-input.e-rtl input:focus,
.e-float-input.e-control-wrapper.e-rtl input:focus,
.e-rtl .e-input-group input.e-input:focus,
.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
.e-rtl .e-float-input input:focus,
.e-rtl .e-float-input.e-control-wrapper input:focus,
.e-input-group.e-rtl.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-rtl .e-input-group.e-input-focus input.e-input,
.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-float-input.e-rtl.e-input-focus input,
.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
.e-rtl .e-float-input.e-input-focus input,
.e-rtl .e-float-input.e-control-wrapper.e-input-focus input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}

textarea.e-input.e-rtl,
.e-input-group:not(.e-outline).e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
.e-float-input:not(.e-outline).e-rtl textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
.e-rtl .e-float-input:not(.e-outline) textarea,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
.e-input-group:not(.e-outline).e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
.e-float-input:not(.e-outline).e-rtl textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
.e-rtl .e-float-input:not(.e-outline) textarea,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
.e-float-input:not(.e-outline).e-rtl textarea:focus,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
.e-rtl .e-float-input:not(.e-outline) textarea:focus,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus {
  padding-right: 0;
  text-indent: 0;
}

input.e-input.e-small,
.e-small input.e-input,
.e-input-group.e-small input.e-input,
.e-input-group.e-control-wrapper.e-small input.e-input,
.e-float-input.e-small input,
.e-float-input.e-control-wrapper input.e-small,
.e-float-input.e-small input,
.e-float-input.e-control-wrapper input.e-small,
.e-input-group input.e-input.e-small,
.e-input-group.e-control-wrapper input.e-input.e-small,
.e-small .e-float-input input,
.e-small .e-float-input.e-control-wrapper input,
.e-small .e-input-group input.e-input,
.e-small .e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-small input.e-input:focus,
.e-input-group.e-control-wrapper.e-small input.e-input:focus,
.e-float-input.e-small input:focus,
.e-float-input.e-control-wrapper.e-small input:focus,
.e-small .e-input-group.e-control-wrapper input.e-input:focus,
.e-small .e-input-group input.e-input:focus,
.e-small .e-float-input input:focus,
.e-small .e-float-input.e-control-wrapper input:focus,
.e-input-group.e-small.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-small .e-input-group.e-input-focus input.e-input,
.e-float-input.e-small.e-input-focus input,
.e-float-input.e-control-wrapper.e-input-focus.e-small input,
.e-small .e-float-input.e-input-focus input,
.e-small .e-float-input.e-control-wrapper.e-input-focus input,
textarea.e-input.e-small,
.e-small textarea.e-input,
.e-input-group.e-small textarea.e-input,
.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-float-input.e-control-wrapper.e-small textarea,
.e-float-input.e-control-wrapper textarea.e-small,
.e-float-input.e-small textarea,
.e-float-input textarea.e-small,
.e-input-group textarea.e-input.e-small,
.e-input-group.e-control-wrapper textarea.e-input.e-small,
.e-small .e-float-input.e-control-wrapper textarea,
.e-small .e-float-input textarea,
.e-small .e-input-group textarea.e-input,
.e-small .e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-small textarea.e-input:focus,
.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
.e-float-input.e-small textarea:focus,
.e-float-input.e-control-wrapper.e-small textarea:focus,
.e-small .e-input-group textarea.e-input:focus,
.e-small .e-input-group.e-control-wrapper textarea.e-input:focus,
.e-small .e-float-input.e-control-wrapper textarea:focus,
.e-small .e-float-input textarea:focus {
  padding-left: 0;
  text-indent: 0;
}

.e-rtl input.e-input.e-small,
input.e-input.e-small.e-rtl,
.e-small.e-rtl input.e-input,
.e-small input.e-input.e-rtl,
.e-float-input.e-control-wrapper.e-small.e-rtl input,
.e-float-input.e-small.e-rtl input,
.e-input-group.e-small.e-rtl input.e-input,
.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
.e-rtl .e-float-input.e-small input,
.e-rtl .e-float-input.e-control-wrapper.e-small input,
.e-rtl .e-input-group.e-small input.e-input,
.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
.e-float-input.e-rtl input.e-small,
.e-float-input.e-control-wrapper.e-rtl input.e-small,
.e-input-group.e-rtl input.e-input.e-small,
.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
.e-rtl .e-float-input input.e-small,
.e-rtl .e-float-input.e-control-wrapper input.e-small,
.e-rtl .e-input-group input.e-input.e-small,
.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,
.e-small .e-float-input.e-rtl input,
.e-small .e-float-input.e-control-wrapper.e-rtl input,
.e-small .e-input-group.e-rtl input.e-input,
.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-small.e-rtl .e-float-input.e-control-wrapper input,
.e-small.e-rtl .e-float-input input,
.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,
.e-small.e-rtl .e-input-group input.e-input,
.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
.e-small.e-rtl .e-input-group input.e-input:focus,
.e-small.e-rtl .e-float-input.e-control-wrapper input:focus,
.e-small.e-rtl .e-float-input input:focus,
.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-small .e-input-group.e-rtl input.e-input:focus,
.e-small .e-float-input.e-control-wrapper.e-rtl input:focus,
.e-small .e-float-input.e-rtl input:focus,
.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-small.e-rtl .e-input-group.e-input-focus input.e-input,
.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-small .e-input-group.e-rtl.e-input-focus input.e-input,
.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
.e-small.e-rtl .e-float-input.e-input-focus input,
.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
.e-small .e-float-input.e-rtl.e-input-focus input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}

.e-rtl textarea.e-input.e-small,
textarea.e-input.e-small.e-rtl,
.e-small.e-rtl textarea.e-input,
.e-small textarea.e-input.e-rtl,
.e-float-input:not(.e-outline).e-small.e-rtl textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
.e-rtl .e-float-input:not(.e-outline).e-small textarea,
.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,
.e-float-input:not(.e-outline).e-rtl textarea.e-small,
.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,
.e-rtl .e-float-input:not(.e-outline) textarea.e-small,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,
.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
.e-small .e-float-input:not(.e-outline).e-rtl textarea,
.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,
.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
.e-small.e-rtl .e-float-input:not(.e-outline) textarea,
.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,
.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus {
  padding-right: 0;
  text-indent: 0;
}

.e-float-input .e-clear-icon,
.e-float-input.e-control-wrapper .e-clear-icon,
.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-width: 24px;
  outline: none;
  padding: 0;
  text-align: center;
}

.e-float-input .e-clear-icon::before,
.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-input-group .e-clear-icon::before,
.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 12px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
  cursor: pointer;
  display: flex;
}

.e-float-input.e-small .e-clear-icon::before,
.e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
.e-input-group.e-small .e-clear-icon::before,
.e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
.e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
.e-float-input input.e-small:first-child ~ .e-clear-icon::before,
.e-small .e-float-input .e-clear-icon::before,
.e-small .e-input-group .e-clear-icon::before,
.e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 10px;
}

.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
  cursor: pointer;
}

.e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
.e-float-input input[readonly]:first-child ~ .e-clear-icon,
.e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon,
.e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide {
  cursor: auto;
}

.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 18px;
  min-width: 18px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}

.e-float-input.e-input-group .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
  padding-right: 4px;
  padding-top: 4px;
}

.e-input-group.e-small .e-clear-icon,
.e-input-group .e-clear-icon.e-small,
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon.e-small {
  min-height: 20px;
  min-width: 20px;
  padding-bottom: 5px;
  padding-right: 8px;
  padding-top: 6px;
}

.e-input-group.e-small .e-clear-icon,
.e-input-group .e-clear-icon.e-small,
.e-small .e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 16px;
  min-width: 16px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-top: 4px;
}

.e-input-group.e-float-input.e-small .e-clear-icon,
.e-input-group.e-float-input .e-clear-icon.e-small,
.e-small .e-input-group.e-float-input .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
  padding-right: 4px;
  padding-top: 4px;
}

.e-input:not(:valid),
.e-input:valid,
.e-float-input.e-control-wrapper input:not(:valid),
.e-float-input.e-control-wrapper input:valid,
.e-float-input input:not(:valid),
.e-float-input input:valid,
.e-input-group input:not(:valid),
.e-input-group input:valid,
.e-input-group.e-control-wrapper input:not(:valid),
.e-input-group.e-control-wrapper input:valid,
.e-float-input.e-control-wrapper textarea:not(:valid),
.e-float-input.e-control-wrapper textarea:valid,
.e-float-input textarea:not(:valid),
.e-float-input textarea:valid,
.e-input-group.e-control-wrapper textarea:not(:valid),
.e-input-group.e-control-wrapper textarea:valid,
.e-input-group textarea:not(:valid),
.e-input-group textarea:valid {
  box-shadow: none;
}

.e-input-group .e-input-in-wrap,
.e-input-group.e-control-wrapper .e-input-in-wrap,
.e-float-input .e-input-in-wrap,
.e-float-input.e-control-wrapper .e-input-in-wrap {
  width: 100%;
}

.e-float-input .e-input-in-wrap label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text {
  right: 0;
}

.e-input-group .e-input-in-wrap,
.e-input-group.e-control-wrapper .e-input-in-wrap,
.e-float-input .e-input-in-wrap,
.e-float-input.e-control-wrapper .e-input-in-wrap {
  display: flex;
  position: relative;
  width: 100%;
}

.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  border: 1px solid;
  border-width: 0 0 1px 0;
  margin-left: 8px;
}

.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
  margin-left: 0;
  margin-right: 8px;
}

.e-float-input label.e-float-text.e-label-bottom,
.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  transform: translate3d(0, 16px, 0) scale(1);
}

.e-float-input textarea:focus ~ label.e-float-text,
.e-float-input textarea:valid ~ label.e-float-text,
.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input textarea label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
  font-size: 13px;
  top: -22px;
  transform: translate3d(0, 6px, 0) scale(0.92);
}

.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
  font-size: 12px;
  top: -21px;
}

.e-float-input textarea ~ .e-float-text,
.e-float-input.e-control-wrapper textarea ~ .e-float-text {
  top: -11px;
}

.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 12px;
  top: -11px;
}

.e-float-input.e-small textarea ~ label.e-float-text,
.e-float-input textarea ~ label.e-float-text.e-small,
.e-float-input textarea.e-small ~ label.e-float-text,
.e-small .e-float-input textarea ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text {
  font-size: 12px;
  top: -11px;
}

.e-input-group.e-small:not(.e-float-input) .e-input,
.e-small .e-input-group:not(.e-float-input) .e-input,
.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,
.e-small .e-input-group.e-control-wrapper:not(.e-float-input) .e-input,
.e-float-input.e-small input,
.e-small .e-float-input input,
.e-float-input.e-input-group.e-small input,
.e-small .e-float-input.e-input-group input,
.e-float-input.e-input-group.e-control-wrapper.e-small input,
.e-small .e-float-input.e-input-group.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-small input,
.e-small .e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-float-input.e-control-wrapper.e-input-group input,
.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-float-input.e-control-wrapper.e-input-group input {
  min-height: 16px;
}

.e-input-group input.e-input,
.e-float-input.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-float-input.e-input-group.e-control-wrapper input,
.e-float-input input,
.e-float-input.e-control-wrapper input {
  min-height: 22px;
}

.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
  border-bottom-width: 1px;
}

.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-float-input.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover {
  border-bottom-width: 1px;
}

.e-input-group:not(.e-disabled):not(.e-float-icon-left)::before,
.e-input-group:not(.e-disabled):not(.e-float-icon-left)::after,
.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::before,
.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::after {
  bottom: -2px;
}

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
  border-style: solid;
  border-width: 0 0 1px;
}

.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: -9px;
  transform: translate3d(0, -6px, 0) scale(0.92);
  user-select: text;
}

.e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 12px;
  top: -8px;
  transform: translate3d(0, -6px, 0) scale(0.92);
  user-select: text;
}

.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  transform: translate3d(0, 16px, 0) scale(1);
}

.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  overflow: hidden;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: -11px;
  transform: translate3d(0, 16px, 0) scale(1);
  transform-origin: left top;
  transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: -9px;
  transform: translate3d(0, -6px, 0) scale(0.92);
  user-select: text;
}

.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 12px;
  top: -8px;
  transform: translate3d(0, -6px, 0) scale(0.92);
  user-select: text;
}

.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-small textarea label.e-float-text.e-label-top,
.e-small .e-float-input textarea:focus ~ label.e-float-text,
.e-small .e-float-input textarea:valid ~ label.e-float-text,
.e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-float-input textarea label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
  transform: translate3d(0, 6px, 0) scale(0.86);
}

.e-float-input textarea[disabled],
.e-float-input textarea.e-disabled,
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-control-wrapper textarea.e-disabled {
  background: transparent;
  background-image: none;
  cursor: not-allowed;
}

textarea.e-input,
.e-input-group textarea,
.e-input-group textarea.e-input,
.e-input-group.e-input-focus textarea,
.e-input-group.e-input-focus textarea.e-input,
.e-input-group.e-control-wrapper textarea,
.e-input-group.e-control-wrapper.e-input-focus textarea,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea {
  line-height: 1.5;
  min-height: 15px;
  min-width: 0;
  padding: 4px 0 4px;
  resize: vertical;
}

.e-input-group.e-small textarea,
.e-input-group.e-small textarea.e-input,
.e-input-group textarea.e-small,
.e-input-group textarea.e-input.e-small,
.e-input-group.e-control-wrapper.e-small textarea,
.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-small .e-input-group textarea,
.e-small .e-input-group textarea.e-input,
.e-float-input.e-small textarea,
.e-float-input textarea.e-small,
.e-float-input.e-control-wrapper.e-small textarea,
.e-float-input.e-control-wrapper textarea.e-small,
.e-small .e-float-input textarea,
.e-small .e-float-input.e-control-wrapper textarea {
  font: inherit;
  min-height: 14px;
  padding: 4px 0 4px;
}

.e-input-group.e-input-focus.e-small textarea,
.e-input-group.e-input-focus.e-small textarea.e-input,
.e-input-group.e-input-focus textarea.e-small,
.e-input-group.e-input-focus textarea.e-input.e-small,
.e-input-group.e-input-focus textarea.e-input.e-small,
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
.e-small .e-input-group.e-input-focus textarea,
.e-small .e-input-group.e-input-focus textarea.e-input {
  font: inherit;
  min-height: 14px;
  padding: 4px 0 4px;
}

.e-input-group.e-small textarea:focus,
.e-input-group.e-small textarea.e-input:focus,
.e-input-group textarea.e-small:focus,
.e-input-group textarea.e-input.e-small:focus,
.e-input-group.e-control-wrapper.e-small textarea:focus,
.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
.e-small .e-input-group textarea:focus,
.e-small .e-input-group textarea.e-input:focus,
.e-float-input.e-small textarea:focus,
.e-float-input textarea.e-small:focus,
.e-float-input.e-control-wrapper.e-small textarea:focus,
.e-float-input.e-control-wrapper textarea.e-small:focus,
.e-small .e-float-input textarea:focus,
.e-small .e-float-input.e-control-wrapper textarea:focus {
  padding: 4px 0 4px;
}

input.e-input.e-small,
textarea.e-input.e-small,
.e-small input.e-input,
.e-small textarea.e-input {
  min-height: 16px;
}

input.e-input,
textarea.e-input {
  min-height: 19px;
}

textarea.e-outline.e-input,
.e-outline.e-input-group textarea.e-input,
.e-outline.e-input-group textarea,
.e-outline.e-input-group.e-control-wrapper textarea.e-input,
.e-outline.e-input-group.e-control-wrapper textarea,
.e-outline.e-float-input textarea.e-input,
.e-outline.e-float-input textarea,
.e-outline.e-float-input.e-control-wrapper textarea.e-input,
.e-outline.e-float-input.e-control-wrapper textarea {
  width: calc(100% - 1px);
}

.e-outline.e-float-input.e-control-wrapper.e-numeric label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow {
  width: calc(100% - 80px);
}

.e-outline.e-float-input.e-control-wrapper.e-numeric label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,
.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
.e-outline.e-float-input.e-control-wrapper.e-numeric.e-static-clear label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-icon {
  width: calc(100% - 45px);
}

.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-icon {
  width: calc(100% - 75px);
}

.e-outline.e-float-input.e-control-wrapper.e-numeric.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow {
  width: calc(100% - 110px);
}

.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
.e-outline.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
.e-outline.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after,
.e-outline.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
.e-outline.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after {
  width: 0%;
}

.e-outline.e-input-group.e-control-wrapper,
.e-outline.e-input-group,
.e-outline.e-input-group:not(.e-float-icon-left),
.e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper,
.e-outline.e-input-group:not(.e-float-icon-left),
.e-outline.e-input-group.e-success:not(.e-float-icon-left),
.e-outline.e-input-group.e-warning:not(.e-float-icon-left),
.e-outline.e-input-group.e-error:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  border-width: 1px;
  fill: transparent;
  transition: border 0.2s, box-shadow 0.2s;
}

.e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper {
  margin-top: 0;
}

.e-outline.e-float-input.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-control-wrapper:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-control-wrapper:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-control-wrapper:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left):not(.e-disabled),
.e-outline.e-float-input.e-valid-input.e-control-wrapper:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left):not(.e-disabled),
.e-outline.e-float-input.e-input-group.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
  border-top-color: transparent;
}

.e-outline.e-input-group,
.e-outline .e-input-group,
.e-outline .e-input-group.e-control-wrapper,
.e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper {
  font-size: 14px;
}

.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error),
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error,
.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error),
.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) {
  border-width: 1px;
}

input.e-outline.e-input,
.e-outline.e-input-group input.e-input,
.e-outline.e-input-group input,
.e-outline.e-input-group.e-control-wrapper input.e-input,
.e-outline.e-input-group.e-control-wrapper input,
.e-outline.e-float-input input.e-input,
.e-outline.e-float-input input,
.e-outline.e-float-input.e-control-wrapper input.e-input,
.e-outline.e-float-input.e-control-wrapper input,
.e-outline.e-input-group:not(.e-float-icon-left) input.e-input:focus,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input:focus,
.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input:focus,
.e-outline.e-float-input:not(.e-float-icon-left) input:focus,
.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left).e-input-focus input,
.e-outline.e-float-input:not(.e-float-icon-left).e-input-focus input,
.e-outline.e-input-group:not(.e-float-icon-left).e-input-focus input.e-input,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-input-focus input.e-input {
  box-sizing: border-box;
  padding: 10px 12px 9px;
}

textarea.e-outline.e-input,
.e-outline.e-input-group textarea.e-input,
.e-outline.e-input-group textarea,
.e-outline.e-input-group.e-control-wrapper textarea.e-input,
.e-outline.e-input-group.e-control-wrapper textarea,
.e-outline.e-float-input textarea.e-input,
.e-outline.e-float-input textarea,
.e-outline.e-float-input.e-control-wrapper textarea.e-input,
.e-outline.e-float-input.e-control-wrapper textarea,
.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input:focus,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input:focus {
  box-sizing: border-box;
  margin: 8px 0 1px;
  padding: 0 12px 12px;
}

.e-outline.e-input-group input.e-input,
.e-outline.e-float-input.e-input-group input,
.e-outline.e-input-group.e-control-wrapper input.e-input,
.e-outline.e-float-input.e-input-group.e-control-wrapper input,
.e-outline.e-float-input input,
.e-outline.e-float-input.e-control-wrapper input {
  box-sizing: border-box;
  min-height: 38px;
}

.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-outline.e-float-input:not(.e-input-group) .e-float-line::before,
.e-outline.e-float-input:not(.e-input-group) .e-float-line::after,
.e-outline.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
.e-outline.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
  content: none;
}

.e-outline.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
  border-color: #00b0ff;
  box-shadow: inset 1px 1px #00b0ff, inset -1px 0 #00b0ff, inset 0 -1px #00b0ff;
}

.e-outline.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-outline.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  border: 0;
  border-width: 0;
  margin-left: 0;
}

.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
  margin-left: 4px;
  margin-right: 0;
}

.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
  margin-right: 4px;
  margin-left: 0;
}

.e-outline.e-float-input .e-clear-icon,
.e-outline.e-float-input.e-control-wrapper .e-clear-icon,
.e-outline.e-input-group .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 16px;
  padding: 9px 12px 9px 0;
}

.e-outline.e-input-group.e-float-icon-left .e-input,
.e-outline.e-float-input.e-input-group.e-float-icon-left .e-input,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left .e-input,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left .e-input {
  padding-left: 0;
}

.e-outline.e-input-group .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 16px;
  margin: 9px 12px 9px 0;
}

.e-outline.e-input-group.e-prepend .e-input-group-icon,
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
  font-size: 16px;
  margin: 9px 0 9px 12px;
}

.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
  border: 0;
}

.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child {
  margin-left: 0;
}

.e-outline.e-input-group.e-small:not(.e-float-input) .e-input,
.e-small .e-outline.e-input-group:not(.e-float-input) .e-input,
.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,
.e-small .e-outline.e-input-group.e-control-wrapper:not(.e-float-input) .e-input,
.e-outline.e-float-input.e-small input,
.e-small .e-outline.e-float-input input,
.e-outline.e-float-input.e-input-group.e-small input,
.e-small .e-outline.e-float-input.e-input-group input,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-small input,
.e-small .e-outline.e-float-input.e-input-group.e-control-wrapper input,
.e-outline.e-float-input.e-control-wrapper.e-small input,
.e-small .e-outline.e-float-input.e-control-wrapper input,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group input {
  box-sizing: border-box;
  min-height: 34px;
}

.e-outline.e-float-input.e-small input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
  font-size: 11px;
}

.e-outline.e-input-group,
.e-outline.e-input-group.e-control-wrapper,
.e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper {
  font-size: 14px;
}

.e-outline.e-input-group.e-small,
.e-small .e-outline.e-input-group,
.e-outline.e-input-group.e-control-wrapper.e-small,
.e-small .e-outline.e-input-group.e-control-wrapper,
.e-outline.e-float-input.e-small,
.e-small .e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper.e-small,
.e-small .e-outline.e-float-input.e-control-wrapper {
  font-size: 13px;
}

input.e-input.e-small.e-outline,
.e-small input.e-input.e-outline,
.e-input-group.e-small.e-outline input.e-input,
.e-outline.e-input-group.e-control-wrapper.e-small input.e-input,
.e-outline.e-float-input.e-small input,
.e-outline.e-float-input.e-control-wrapper input.e-small,
.e-outline.e-float-input.e-small input,
.e-outline.e-float-input.e-control-wrapper input.e-small,
.e-outline.e-input-group input.e-input.e-small,
.e-outline.e-input-group.e-control-wrapper input.e-input.e-small,
.e-small .e-outline.e-float-input input,
.e-small .e-outline.e-float-input.e-control-wrapper input,
.e-small .e-outline.e-input-group input.e-input,
.e-small .e-outline.e-input-group.e-control-wrapper input.e-input,
.e-outline.e-input-group.e-small input.e-input:focus,
.e-outline.e-input-group.e-control-wrapper.e-small input.e-input:focus,
.e-outline.e-float-input.e-small input:focus,
.e-outline.e-float-input.e-control-wrapper.e-small input:focus,
.e-small .e-outline.e-input-group.e-control-wrapper input.e-input:focus,
.e-small .e-outline.e-input-group input.e-input:focus,
.e-small .e-outline.e-float-input input:focus,
.e-small .e-outline.e-float-input.e-control-wrapper input:focus,
.e-outline.e-float-input.e-small.e-input-focus input,
.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input,
.e-small .e-outline.e-float-input.e-input-focus input,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-focus input,
.e-outline.e-input-group.e-small.e-input-focus input.e-input,
.e-outline.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
.e-small .e-outline.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-small .e-outline.e-input-group.e-input-focus input.e-input {
  padding: 7px 10px;
}

textarea.e-input.e-small.e-outline,
.e-small textarea.e-input.e-outline,
.e-input-group.e-small.e-outline textarea.e-input,
.e-outline.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-outline.e-float-input.e-control-wrapper textarea.e-small,
.e-outline.e-float-input.e-small textarea,
.e-outline.e-input-group textarea.e-input.e-small,
.e-outline.e-input-group.e-control-wrapper textarea.e-input.e-small,
.e-small .e-outline.e-float-input textarea,
.e-small .e-outline.e-float-input.e-control-wrapper textarea,
.e-small .e-outline.e-input-group textarea.e-input,
.e-small .e-outline.e-input-group.e-control-wrapper textarea.e-input,
.e-outline.e-input-group.e-small textarea.e-input:focus,
.e-outline.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
.e-outline.e-float-input.e-small textarea:focus,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:focus,
.e-small .e-outline.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-small .e-outline.e-input-group textarea.e-input:focus,
.e-small .e-outline.e-float-input textarea:focus,
.e-small .e-outline.e-float-input.e-control-wrapper textarea:focus {
  box-sizing: border-box;
  margin: 8px 0 1px;
  padding: 0 10px 10px;
}

.e-outline.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-small .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon {
  margin-left: 0;
  margin-right: 6px;
}

.e-outline.e-input-group.e-small .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-outline.e-input-group .e-input-group-icon,
.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 0;
  margin-right: 10px;
}

.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,
.e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon,
.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-rtl.e-outline.e-input-group .e-input-group-icon,
.e-rtl.e-small .e-outline.e-input-group .e-input-group-icon,
.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child {
  margin-left: 10px;
  margin-right: 0;
}

.e-outline.e-input-group.e-small .e-clear-icon,
.e-outline.e-input-group .e-clear-icon.e-small,
.e-small .e-outline.e-input-group .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 14px;
  padding: 7px 10px 7px 0;
}

.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  margin-top: 9px;
}

.e-outline.e-float-input input,
.e-outline.e-float-input textarea,
.e-outline.e-float-input.e-control-wrapper input,
.e-outline.e-float-input.e-control-wrapper textarea {
  border: 0;
  border-width: 0;
}

.e-outline label.e-float-text,
.e-outline.e-float-input label.e-float-text,
.e-outline.e-float-input.e-control-wrapper label.e-float-text,
.e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  box-sizing: border-box;
  display: flex;
  left: 0;
  line-height: 13px;
  position: absolute;
  top: -7px;
  transform: translate3d(0, 0, 0) scale(1);
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 46px;
}

.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-small.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 60px;
}

.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:valid ~ label.e-float-text.e-label-bottom,
.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 54px;
}

.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 50px;
}

.e-outline label.e-float-text::before,
.e-outline label.e-float-text::after,
.e-outline.e-float-input label.e-float-text::before,
.e-outline.e-float-input label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  border-top: solid 2px;
  border-top-color: transparent;
  box-shadow: inset 0 1px transparent;
  box-sizing: border-box;
  content: " ";
  display: block;
  height: 8px;
  margin-top: 6px;
  min-width: 9px;
  pointer-events: none;
  position: relative;
  transition: border-color 0.1s, box-shadow 0.2s;
}

.e-outline.e-float-icon-left label.e-float-text::before,
.e-outline.e-float-icon-left label.e-float-text::after,
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
  transition: none;
}

.e-small.e-outline label.e-float-text::before,
.e-small.e-outline label.e-float-text::after,
.e-small.e-outline.e-float-input label.e-float-text::before,
.e-small.e-outline.e-float-input label.e-float-text::after,
.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::after,
.e-small .e-outline label.e-float-text::before,
.e-small .e-outline label.e-float-text::after,
.e-small .e-outline.e-float-input label.e-float-text::before,
.e-small .e-outline.e-float-input label.e-float-text::after,
.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  min-width: 7px;
}

.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::after {
  border-top-color: rgba(255, 255, 255, 0.24);
  border-width: 1px;
}

.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after {
  border-top-color: #22b24b;
}

.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before,
.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after,
.e-outline.e-float-input.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before,
.e-outline.e-float-input.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after {
  border-color: #22b24b;
}

.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after {
  border-top-color: #ff6652;
}

.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before,
.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after,
.e-outline.e-float-input.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before,
.e-outline.e-float-input.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after {
  border-color: #ff6652;
}

.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after {
  border-top-color: #ffca1c;
}

.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before,
.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after,
.e-outline.e-float-input.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before,
.e-outline.e-float-input.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after {
  border-color: #ffca1c;
}

.e-outline label.e-float-text::before,
.e-outline.e-float-input label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper label.e-float-text::before {
  border-left: solid 1px transparent;
  border-radius: 4px 0;
  left: -1px;
  margin-right: 4px;
}

.e-rtl.e-outline label.e-float-text::before,
.e-rtl.e-outline.e-float-input label.e-float-text::before,
.e-rtl.e-outline.e-float-input.e-control-wrapper label.e-float-text::before {
  border-left: 0;
  border-radius: 0 4px;
  left: 5px;
}

.e-rtl.e-outline label.e-float-text::after,
.e-rtl.e-outline.e-float-input label.e-float-text::after,
.e-rtl.e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  border-radius: 5px 0;
  border-right: 0;
  left: -6px;
}

.e-outline label.e-float-text::after,
.e-outline.e-float-input label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  border-radius: 0 5px;
  border-right: solid 1px transparent;
  flex-grow: 1;
  left: 2px;
  margin-left: 4px;
}

.e-outline.e-input-focus label.e-float-text::before,
.e-outline.e-input-focus label.e-float-text::after,
.e-outline.e-float-input.e-input-focus label.e-float-text::before,
.e-outline.e-float-input.e-input-focus label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-input-focus label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-input-focus label.e-float-text::after {
  border-top-color: #00b0ff;
}

.e-outline.e-float-input.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-input-group.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left) {
  border-top-color: transparent;
  box-shadow: inset 1px 0 #00b0ff, inset -1px 0 #00b0ff, inset 0 -1px #00b0ff;
}

.e-outline.e-float-input input:focus ~ label.e-float-text,
.e-outline.e-float-input input:valid ~ label.e-float-text,
.e-outline.e-float-input input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input input label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-outline.e-float-input textarea:focus ~ label.e-float-text,
.e-outline.e-float-input textarea:valid ~ label.e-float-text,
.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
  font-size: 12px;
  top: -7px;
  transform: translate3d(0, 0, 0) scale(1);
}

.e-outline.e-float-input.e-rtl .e-clear-icon,
.e-rtl .e-outline.e-float-input .e-clear-icon,
.e-outline.e-float-input.e-control-wrapper.e-rtl .e-clear-icon,
e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
.e-outline.e-input-group.e-rtl .e-clear-icon,
.e-rtl .e-outline.e-input-group .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper.e-rtl .e-clear-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-rtl .e-clear-icon {
  padding-left: 12px;
  padding-right: 0;
}

.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  margin-right: 0;
}

.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child {
  margin-left: 12px;
}

.e-rtl.e-outline.e-input-group .e-input-group-icon,
.e-rtl .e-outline.e-input-group .e-input-group-icon,
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 12px;
  margin-right: 0;
}

.e-rtl.e-outline.e-input-group.e-small .e-clear-icon,
.e-rtl .e-outline.e-input-group.e-small .e-clear-icon,
.e-rtl.e-outline.e-input-group .e-clear-icon.e-small,
.e-rtl .e-outline.e-input-group .e-clear-icon.e-small,
.e-rtl.e-small .e-outline.e-input-group .e-clear-icon,
.e-small .e-rtl.e-outline.e-input-group .e-clear-icon,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
  padding-left: 10px;
  padding-right: 0;
}

.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child {
  margin-left: 12px;
  margin-right: 0;
}

.e-outline.e-float-input textarea:focus ~ label.e-float-text,
.e-outline.e-float-input textarea:valid ~ label.e-float-text,
.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
  top: -7px;
  transform: translate3d(0, 0, 0) scale(1);
}

.e-outline textarea,
textarea.e-outline,
.e-outline.e-float-input textarea,
.e-outline.e-float-input.e-control-wrapper textarea,
.e-outline.e-float-input.e-input-group textarea {
  box-sizing: border-box;
}

.e-outline.e-float-input.e-valid-input:not(.e-input-focus) input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-valid-input:not(.e-input-focus) textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) textarea:focus ~ label.e-float-text {
  color: rgba(255, 255, 255, 0.6);
}

.e-rtl.e-outline.e-float-input.e-small textarea ~ label.e-float-text,
.e-rtl.e-outline.e-float-input textarea ~ label.e-float-text.e-small,
.e-rtl.e-outline.e-float-input textarea.e-small ~ label.e-float-text,
.e-small .e-rtl.e-outline.e-float-input textarea ~ label.e-float-text,
.e-rtl.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
.e-rtl.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
.e-rtl.e-outline.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
.e-small .e-rtl.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text {
  top: -7px;
}

.e-outline.e-float-input.e-small .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
.e-outline.e-input-group.e-small .e-clear-icon::before,
.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
.e-outline.e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
.e-outline.e-float-input input.e-small:first-child ~ .e-clear-icon::before,
.e-outline.e-small .e-float-input .e-clear-icon::before,
.e-outline.e-small .e-input-group .e-clear-icon::before,
.e-outline.e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 14px;
}

.e-outline.e-float-input .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-outline.e-input-group .e-clear-icon::before,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 16px;
}

.e-float-text-content,
.e-float-text-content.e-icon {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline label.e-float-text,
.e-outline.e-float-input label.e-float-text,
.e-outline.e-float-input.e-control-wrapper label.e-float-text,
.e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
}

.e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small label.e-float-text,
.e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small textarea ~ label.e-float-text,
.e-outline.e-float-input textarea ~ label.e-float-text.e-small,
.e-outline.e-float-input textarea.e-small ~ label.e-float-text,
.e-small .e-outline.e-float-input textarea ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
.e-outline.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text {
  font-size: 13px;
}

.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  animation-name: slideTopUp;
  /* stylelint-disable-line no-unknown-animations */
}

.e-small .e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-small.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  animation-name: slideTopUp;
  /* stylelint-disable-line no-unknown-animations */
}

.e-filled.e-input-group,
.e-filled.e-input-group.e-control-wrapper,
.e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper {
  line-height: 1;
}

.e-filled input.e-input,
.e-filled.e-input-group input,
.e-filled.e-input-group.e-control-wrapper input,
.e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-float-input:not(.e-input-group) input,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
.e-control .e-filled input.e-input,
.e-control .e-filled.e-input-group input,
.e-control .e-filled.e-input-group input.e-input,
.e-control .e-filled.e-input-group.e-control-wrapper input,
.e-control .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-control .e-filled.e-float-input input,
.e-control .e-filled.e-float-input.e-control-wrapper input,
.e-control.e-filled.e-input-group input,
.e-control.e-filled.e-input-group input.e-input,
.e-control.e-filled.e-input-group.e-control-wrapper input,
.e-control.e-filled.e-input-group.e-control-wrapper input.e-input,
.e-control.e-filled.e-float-input input,
.e-control.e-filled.e-float-input.e-control-wrapper input,
.e-filled input.e-input.e-small,
.e-filled.e-input-group.e-small input,
.e-filled.e-input-group.e-small input.e-input,
.e-small .e-filled.e-input-group input,
.e-small .e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-small input,
.e-filled.e-input-group.e-control-wrapper.e-small input.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper input,
.e-small .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-float-input.e-small input,
.e-filled.e-float-input.e-small input.e-input,
.e-small .e-filled.e-float-input input,
.e-small .e-filled.e-float-input input.e-input,
.e-filled.e-float-input.e-control-wrapper.e-small input,
.e-filled.e-float-input.e-control-wrapper.e-small input.e-input,
.e-small .e-filled.e-float-input.e-control-wrapper input,
.e-small .e-filled.e-float-input.e-control-wrapper input.e-input,
.e-filled.e-float-input.e-small:not(.e-input-group) input,
.e-filled.e-float-input.e-small:not(.e-input-group) input.e-input,
.e-small .e-filled.e-float-input:not(.e-input-group) input,
.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input,
.e-filled textarea.e-input,
.e-filled.e-input-group textarea,
.e-filled.e-input-group.e-control-wrapper textarea,
.e-filled.e-float-input textarea,
.e-filled.e-float-input.e-control-wrapper textarea,
.e-filled textarea.e-input.e-small,
.e-filled.e-input-group.e-small textarea,
.e-filled.e-input-group.e-small textarea.e-input,
.e-small .e-filled.e-input-group textarea,
.e-small .e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-small textarea,
.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper textarea,
.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-filled.e-float-input.e-small textarea,
.e-filled.e-float-input.e-small textarea.e-input,
.e-small .e-filled.e-float-input textarea,
.e-small .e-filled.e-float-input textarea.e-input,
.e-filled.e-float-input.e-control-wrapper.e-small textarea,
.e-filled.e-float-input.e-control-wrapper.e-small textarea.e-input,
.e-small .e-filled.e-float-input.e-control-wrapper textarea,
.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-input {
  box-sizing: border-box;
}

.e-filled.e-float-input input,
.e-filled.e-float-input textarea,
.e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-control-wrapper textarea {
  border: 0 solid;
  border-width: 0;
}

.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-filled.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-filled.e-float-input.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover {
  border-bottom-width: 0;
}

.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input {
  border-width: 0;
}

.e-filled.e-input-group,
.e-filled.e-input-group.e-control-wrapper {
  border-radius: 4px 4px 0 0;
  padding: 0 10px 0 12px;
}

.e-filled.e-input-group.e-small,
.e-filled.e-input-group.e-control-wrapper.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper {
  margin-top: 0;
  padding: 0 6px 0 8px;
}

.e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper {
  border: 1px solid;
  border-radius: 4px 4px 0 0;
  border-width: 0 0 1px 0;
  margin-top: 0;
  padding: 0 10px 0 12px;
}

.e-filled.e-float-input.e-small,
.e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-filled.e-float-input.e-control-wrapper {
  margin-top: 0;
  padding: 0 6px 0 8px;
}

.e-rtl.e-filled.e-input-group,
.e-rtl.e-filled.e-input-group.e-control-wrapper,
.e-rtl .e-filled.e-input-group,
.e-rtl .e-filled.e-input-group.e-control-wrapper {
  padding: 0 12px 0 10px;
}

.e-rtl.e-filled.e-input-group.e-small,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper,
.e-rtl .e-filled.e-input-group.e-small,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper {
  padding: 0 8px 0 6px;
}

.e-rtl.e-filled.e-float-input,
.e-rtl.e-filled.e-float-input.e-control-wrapper,
.e-rtl .e-filled.e-float-input,
.e-rtl .e-filled.e-float-input.e-control-wrapper {
  padding: 0 12px 0 10px;
}

.e-rtl.e-filled.e-float-input.e-small,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper,
.e-rtl .e-filled.e-float-input.e-small,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper {
  padding: 0 8px 0 6px;
}

.e-filled input.e-input,
.e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled textarea.e-input,
.e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-filled.e-input-group input.e-input:focus,
.e-filled.e-input-group.e-control-wrapper input.e-input:focus,
.e-filled.e-input-group textarea.e-input:focus,
.e-filled.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-filled.e-input-group.e-input-focus input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input {
  padding: 10px 2px 10px 0;
}

.e-filled .e-input:focus {
  padding-bottom: 10px;
}

.e-filled .e-input.e-small:focus {
  padding-bottom: 7px;
}

.e-filled .e-input.e-small,
.e-filled.e-input-group.e-small .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input,
.e-filled.e-input-group.e-small .e-input:focus,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input:focus,
.e-filled.e-input-group.e-small.e-input-focus .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
  padding: 7px 2px 7px 0;
}

.e-filled.e-float-input input,
.e-filled.e-float-input.e-control-wrapper input {
  padding: 14px 2px 5px 0;
}

.e-filled.e-float-input.e-small input,
.e-filled.e-float-input.e-control-wrapper.e-small input {
  padding: 12px 2px 4px 0;
}

.e-filled input.e-input.e-rtl,
.e-filled.e-input-group.e-rtl input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-rtl .e-filled.e-input-group input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-input-group.e-rtl input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-rtl .e-filled.e-input-group input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-input-group.e-rtl input.e-input:focus,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-rtl .e-filled.e-input-group input.e-input:focus,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus,
.e-filled.e-input-group.e-rtl.e-input-focus input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-rtl .e-filled.e-input-group.e-input-focus input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input {
  padding: 10px 0 10px 2px;
  text-indent: 0;
}

.e-filled.e-float-input.e-rtl input,
.e-filled.e-float-input.e-control-wrapper.e-rtl input,
.e-rtl .e-filled.e-float-input input,
.e-rtl .e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-rtl input,
.e-filled.e-float-input.e-control-wrapper.e-rtl input,
.e-rtl .e-filled.e-float-input input,
.e-rtl .e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-rtl input:focus,
.e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,
.e-rtl .e-filled.e-float-input input:focus,
.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,
.e-filled.e-float-input.e-rtl.e-input-focus input,
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
.e-rtl .e-filled.e-float-input.e-input-focus input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input {
  padding: 14px 0 5px 2px;
  text-indent: 0;
}

.e-rtl .e-filled input.e-input.e-small,
.e-filled input.e-input.e-small.e-rtl,
.e-small.e-rtl .e-filled input.e-input,
.e-small .e-filled input.e-input.e-rtl,
.e-filled.e-input-group.e-small.e-rtl input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
.e-rtl .e-filled.e-input-group.e-small input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input,
.e-filled.e-input-group.e-rtl input.e-input.e-small,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
.e-rtl .e-filled.e-input-group input.e-input.e-small,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input.e-small,
.e-small .e-filled.e-input-group.e-rtl input.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-small.e-rtl .e-filled.e-input-group input.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group input.e-input:focus,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-small .e-filled.e-input-group.e-rtl input.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-input-focus input.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-small .e-filled.e-input-group.e-rtl.e-input-focus input.e-input {
  padding: 7px 0 7px 2px;
  text-indent: 0;
}

.e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input,
.e-filled.e-float-input.e-small.e-rtl input,
.e-rtl .e-filled.e-float-input.e-small input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input,
.e-filled.e-float-input.e-rtl input.e-small,
.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-small,
.e-rtl .e-filled.e-float-input input.e-small,
.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-small,
.e-small .e-filled.e-float-input.e-rtl input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input,
.e-small.e-rtl .e-filled.e-float-input input,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,
.e-small.e-rtl .e-filled.e-float-input input:focus,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,
.e-small .e-filled.e-float-input.e-rtl input:focus,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input,
.e-small.e-rtl .e-filled.e-float-input.e-input-focus input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
.e-small .e-filled.e-float-input.e-rtl.e-input-focus input {
  padding: 12px 0 4px 2px;
  text-indent: 0;
}

.e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper,
.e-filled.e-float-input.e-disabled,
.e-filled.e-float-input.e-control-wrapper.e-disabled,
.e-filled.e-float-input.e-input-group.e-disabled,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-size: 14px;
}

.e-filled.e-float-input.e-small,
.e-small .e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-filled.e-float-input.e-control-wrapper,
.e-filled.e-float-input.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-disabled,
.e-filled.e-float-input.e-control-wrapper.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-control-wrapper.e-disabled,
.e-filled.e-float-input.e-input-group.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-input-group.e-disabled,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-size: 13px;
}

.e-filled.e-input-group.e-small:not(.e-float-input) .e-input,
.e-small .e-filled.e-input-group:not(.e-float-input) .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,
.e-small .e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-input {
  min-height: 35px;
}

.e-filled.e-float-input.e-small input,
.e-small .e-filled.e-float-input input,
.e-filled.e-float-input.e-input-group.e-small input,
.e-small .e-filled.e-float-input.e-input-group input,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small input,
.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper input,
.e-filled.e-float-input.e-control-wrapper.e-small input,
.e-small .e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group input,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group input {
  min-height: 35px;
}

.e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-input-group:not(.e-float-input) input.e-input,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper input.e-input {
  min-height: 39px;
}

.e-float-input.e-filled.e-input-group.e-control-wrapper input,
.e-float-input.e-filled input,
.e-float-input.e-filled.e-control-wrapper input {
  min-height: 39px;
}

.e-filled label.e-float-text,
.e-filled.e-float-input label.e-float-text,
.e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  left: 12px;
  letter-spacing: 0.009375em;
  line-height: 1.15;
  padding-left: 0;
  pointer-events: none;
  right: auto;
  top: 12px;
  transform: none;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  padding-left: 0;
  top: 12px;
  transform: none;
  width: 100%;
}

.e-filled.e-float-input input:focus ~ label.e-float-text,
.e-filled.e-float-input input:valid ~ label.e-float-text,
.e-filled.e-float-input input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
  font-size: 14px;
  top: 12px;
  transform: translateY(-50%) scale(0.75);
}

.e-filled.e-float-input textarea:focus ~ label.e-float-text,
.e-filled.e-float-input textarea:valid ~ label.e-float-text,
.e-filled.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
  font-size: 14px;
  top: 12px;
  transform: translateY(-50%) scale(0.75);
}

.e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: 12px;
  transform: translateY(-50%) scale(0.75);
  user-select: text;
}

.e-filled.e-float-input.e-small input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
  font-size: 13px;
  top: 10px;
}

.e-small .e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: 10px;
  transform: translateY(-50%) scale(0.75);
  user-select: text;
}

.e-filled.e-float-input.e-small label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small textarea ~ label.e-float-text,
.e-filled.e-float-input textarea ~ label.e-float-text.e-small,
.e-filled.e-float-input textarea.e-small ~ label.e-float-text,
.e-small .e-filled.e-float-input textarea ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
.e-filled.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text {
  font-size: 13px;
  top: 10px;
}

.e-filled.e-float-input label.e-float-text,
.e-filled.e-float-input label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,
.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 12px;
}

.e-filled.e-float-input.e-rtl label.e-float-text,
.e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
.e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 12px;
}

.e-filled.e-float-input.e-small label.e-float-text,
.e-filled.e-float-input.e-small label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 8px;
}

.e-filled.e-float-input.e-small.e-rtl label.e-float-text,
.e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-small label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-small .e-filled.e-float-input.e-rtl label.e-float-text,
.e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 8px;
}

.e-filled.e-float-input .e-float-line,
.e-float-input.e-filled.e-control-wrapper .e-float-line {
  bottom: -1px;
  position: absolute;
}

.e-float-input.e-filled .e-float-line,
.e-float-input.e-filled .e-float-text,
.e-float-input.e-filled.e-control-wrapper .e-float-line,
.e-float-input.e-filled.e-control-wrapper .e-float-text,
.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 0;
}

.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left)::before,
.e-filled.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left)::after,
.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::before,
.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::after {
  bottom: -1px;
}

.e-filled.e-input-group .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-filled.e-input-group.e-small .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-filled.e-input-group .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 20px;
  min-width: 20px;
  padding: 0 0 0 8px;
}

.e-rtl.e-filled.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-input-group .e-input-group-icon,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  padding: 0 8px 0 0;
}

.e-filled.e-input-group.e-small .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-filled.e-input-group .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 14px;
  min-height: 18px;
  min-width: 18px;
  padding: 0 0 0 4px;
}

.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-input-group .e-input-group-icon,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  padding: 0 4px 0 0;
}

.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
}

.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  font-size: 14px;
  padding: 0 0 0 4px;
}

.e-filled.e-float-input .e-clear-icon,
.e-filled.e-float-input.e-control-wrapper .e-clear-icon,
.e-filled.e-input-group .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 16px;
  padding: 0 0 0 8px;
}

.e-filled.e-input-group .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 20px;
  min-width: 20px;
  padding: 0 0 0 8px;
}

.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-filled.e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
  padding: 0 0 0 8px;
}

.e-filled.e-input-group.e-small .e-clear-icon,
.e-filled.e-input-group .e-clear-icon.e-small,
.e-small .e-filled.e-input-group .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 14px;
  min-height: 18px;
  min-width: 18px;
  padding: 0 0 0 4px;
}

.e-filled.e-input-group.e-float-input.e-small .e-clear-icon,
.e-filled.e-input-group.e-float-input .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-float-input .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
.e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
  padding: 0 0 0 4px;
}

.e-rtl.e-filled.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-input-group .e-clear-icon,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl .e-filled.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-input-group .e-clear-icon,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon {
  padding: 0 8px 0 0;
}

.e-rtl.e-filled.e-input-group.e-small .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-input-group .e-clear-icon,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-input-group .e-clear-icon,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  padding: 0 4px 0 0;
}

.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon {
  padding: 0 4px 0 0;
}

.e-filled.e-float-input .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-filled.e-input-group .e-clear-icon::before,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 16px;
}

.e-filled.e-float-input.e-small .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
.e-filled.e-input-group.e-small .e-clear-icon::before,
.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
.e-small .e-filled.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-filled.e-float-input input.e-small:first-child ~ .e-clear-icon::before,
.e-small .e-filled.e-float-input .e-clear-icon::before,
.e-small .e-filled.e-input-group .e-clear-icon::before,
.e-small .e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 14px;
}

.e-filled.e-float-input .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input label.e-float-text.e-label-top {
  top: 12px;
}

.e-filled.e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
  top: 10px;
}

.e-filled.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
  border-style: none;
  border-width: 0;
}

.e-filled.e-float-input .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: 12px;
}

.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text,
.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: 10px;
}

.e-filled.e-input-group:not(.e-float-input).e-float-icon-left > .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left > .e-input-group-icon {
  font-size: 16px;
  margin: 0;
  min-height: 20px;
  min-width: 20px;
  padding: 0;
}

.e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left > .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-float-icon-left > .e-input-group-icon.e-small,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-filled.e-input-group:not(.e-float-input).e-float-icon-left > .e-input-group-icon,
.e-small .e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left > .e-input-group-icon {
  font-size: 14px;
  margin: 0;
  min-height: 18px;
  min-width: 18px;
  padding: 0;
}

.e-filled.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
  margin: 0;
  min-height: 20px;
  min-width: 20px;
  padding: 0;
}

.e-filled.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-filled.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-filled.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-filled.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon.e-small,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon {
  margin: 0;
  min-height: 18px;
  min-width: 18px;
  padding: 0;
}

.e-filled.e-float-input .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 0;
}

.e-filled.e-input-group .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group .e-input-group-icon:last-child,
.e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-filled.e-input-group .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-filled.e-input-group.e-small .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-filled.e-input-group .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-right: 0;
}

.e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon:last-child,
.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
  margin-left: 0;
}

.e-filled.e-rtl.e-input-group .e-input-group-icon,
.e-filled.e-rtl.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-filled.e-input-group.e-small.e-rtl .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl .e-input-group-icon,
.e-small .e-filled.e-input-group.e-rtl .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon,
.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 0;
  margin-right: 0;
}

.e-filled textarea.e-input,
.e-filled.e-input-group.e-multi-line-input textarea,
.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,
.e-filled.e-float-input.e-multi-line-input textarea,
.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea {
  box-sizing: border-box;
}

.e-filled textarea.e-input,
.e-filled.e-input-group textarea,
.e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-input-focus textarea,
.e-filled.e-input-group.e-input-focus textarea.e-input,
.e-filled.e-input-group.e-control-wrapper textarea,
.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea,
.e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
  padding: 0 12px 9px;
}

.e-filled.e-float-input textarea,
.e-filled.e-float-input.e-control-wrapper textarea {
  padding: 0 12px 5px;
}

.e-filled.e-input-group.e-small textarea,
.e-filled.e-input-group.e-small textarea.e-input,
.e-filled.e-input-group textarea.e-small,
.e-filled.e-input-group textarea.e-input.e-small,
.e-filled.e-input-group.e-control-wrapper.e-small textarea,
.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-small .e-filled.e-input-group textarea,
.e-small .e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-input-focus.e-small textarea,
.e-filled.e-input-group.e-input-focus.e-small textarea.e-input,
.e-filled.e-input-group.e-input-focus textarea.e-small,
.e-filled.e-input-group.e-input-focus textarea.e-input.e-small,
.e-filled.e-input-group.e-input-focus textarea.e-input.e-small,
.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
.e-small .e-filled.e-input-group.e-input-focus textarea,
.e-small .e-filled.e-input-group.e-input-focus textarea.e-input {
  padding: 0 8px 7px;
}

.e-filled.e-float-input.e-small textarea,
.e-filled.e-float-input textarea.e-small,
.e-filled.e-float-input.e-control-wrapper.e-small textarea,
.e-filled.e-float-input.e-control-wrapper textarea.e-small,
.e-small .e-filled.e-float-input textarea,
.e-small .e-filled.e-float-input.e-control-wrapper textarea {
  padding: 0 8px 4px;
}

.e-filled.e-input-group.e-multi-line-input,
.e-filled.e-input-group.e-control-wrapper.e-multi-line-input {
  padding: 10px 0 0;
}

.e-filled.e-input-group.e-small.e-multi-line-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,
.e-small .e-filled.e-input-group.e-control-wrapper.e-multi-line-input {
  padding: 7px 0 0;
}

.e-filled.e-float-input.e-multi-line-input,
.e-filled.e-float-input.e-control-wrapper.e-multi-line-input {
  padding: 14px 0 0;
}

.e-filled.e-float-input.e-small.e-multi-line-input,
.e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-multi-line-input {
  padding: 12px 0 0;
}

.e-filled textarea.e-input.e-rtl,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus {
  padding: 0 12px 9px;
  text-indent: 0;
}

.e-filled.e-float-input.e-multi-line-input.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,
.e-filled.e-float-input.e-multi-line-input.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,
.e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus {
  padding: 0 12px 5px;
  text-indent: 0;
}

.e-rtl .e-filled textarea.e-input.e-small,
.e-filled textarea.e-input.e-small.e-rtl,
.e-small.e-rtl .e-filled textarea.e-input,
.e-small .e-filled textarea.e-input.e-rtl,
.e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input.e-small,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input.e-small,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input.e-small,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input.e-small,
.e-small .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,
.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus,
.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus,
.e-small .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus {
  padding: 0 8px 7px;
  text-indent: 0;
}

.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea,
.e-filled.e-float-input.e-multi-line-input.e-rtl textarea.e-small,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-small,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea.e-small,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea.e-small,
.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea,
.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus,
.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus,
.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus {
  padding: 0 8px 4px;
  text-indent: 0;
}

.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  border: 1px solid;
  border-width: 0;
  margin-left: 8px;
}

.e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
  margin-left: 0;
  margin-right: 8px;
}

.e-filled.e-float-input.e-float-icon-left.e-small .e-input-in-wrap,
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-small .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap,
.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  margin-left: 4px;
}

.e-rtl.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-small.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-small.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
  margin-left: 0;
  margin-right: 4px;
}

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  width: 0;
  bottom: -1px;
}

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus::after {
  width: 50%;
  bottom: -1px;
}

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after {
  width: 0;
}

.e-filled.e-input-group.e-float-icon-left,
.e-filled.e-input-group.e-success.e-float-icon-left,
.e-filled.e-input-group.e-warning.e-float-icon-left,
.e-filled.e-input-group.e-error.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-success.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-warning.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-error.e-float-icon-left {
  border: 1px solid;
  border-width: 0 0 1px 0;
}

.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append:not(.e-outline) .e-input-in-wrap,
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend:not(.e-outline) .e-input-in-wrap {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.42);
}

.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
  border-bottom: 1px solid;
  border-bottom-color: #ff6652;
}

.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
  border-bottom: 1px solid;
  border-bottom-color: #22b24b;
}

.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap,
.e-input-group:not(.e-outline).e-prepend:not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-prepend.e-success:not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-prepend.e-warning:not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-prepend.e-error:not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
  border-bottom: transparent;
}

.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
  padding: 0;
}
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
  padding: 14px 2px 5px 12px;
}
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
  padding-left: 12px;
}
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
  padding-right: 17px;
}

/* stylelint-disable-line no-empty-source */
/*! input theme */
input.e-input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
textarea.e-input,
.e-float-input input,
.e-float-input.e-control-wrapper input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.e-input-group,
.e-input-group.e-control-wrapper,
.e-float-input,
.e-float-input.e-input-group,
.e-float-input.e-control-wrapper,
.e-float-input.e-input-group.e-control-wrapper {
  background: transparent;
  color: #fff;
}

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.7);
}

.e-input-group.e-disabled .e-input-group-icon,
.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,
.e-float-input.e-disabled .e-clear-icon,
.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
.e-input-group.e-disabled .e-clear-icon,
.e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
  color: rgba(255, 255, 255, 0.3);
}

/* stylelint-disable property-no-vendor-prefix */
/* stylelint-disable selector-no-vendor-prefix */
.e-input[disabled],
.e-input-group .e-input[disabled],
.e-input-group.e-control-wrapper .e-input[disabled],
.e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-disabled,
.e-float-input input[disabled],
.e-float-input.e-control-wrapper input[disabled],
.e-float-input textarea[disabled],
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-disabled,
.e-float-input.e-control-wrapper.e-disabled {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0, rgba(255, 255, 255, 0.42) 33%, transparent 0);
  background-position: bottom -1px left 0;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-bottom-color: transparent;
}

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-float-input input,
.e-float-input.e-control-wrapper input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea,
.e-input-group .e-input[disabled],
.e-input-group.e-control-wrapper .e-input[disabled],
.e-input-group.e-disabled input.e-input,
.e-input-group.e-control-wrapper.e-disabled input.e-input,
.e-input-group.e-disabled textarea.e-input,
.e-input-group.e-control-wrapper.e-disabled textarea.e-input {
  background: none;
  color: inherit;
}

.e-input-group .e-input[readonly],
.e-input-group.e-control-wrapper .e-input[readonly],
.e-float-input input[readonly],
.e-float-input.e-control-wrapper input[readonly],
.e-float-input textarea[readonly],
.e-float-input.e-control-wrapper textarea[readonly] {
  background: none;
  color: inherit;
}

.e-float-input.e-disabled input,
.e-float-input.e-control-wrapper.e-disabled input,
.e-float-input.e-disabled textarea,
.e-float-input.e-control-wrapper.e-disabled textarea,
.e-float-input input[disabled],
.e-float-input.e-control-wrapper input[disabled],
.e-float-input textarea[disabled],
.e-float-input.e-control-wrapper textarea[disabled] {
  color: inherit;
}

/*! Added color to textbox for disbaled state */
.e-float-input:not(.e-disabled) input[disabled],
.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
.e-float-input:not(.e-disabled) textarea[disabled],
.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}

.e-input-group.e-disabled .e-input-group-icon,
.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.e-input-group.e-disabled .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon:hover {
  background: transparent;
}

.e-input.e-success,
.e-input.e-success:focus,
.e-input-group.e-success input.e-input,
.e-input-group.e-control-wrapper.e-success input.e-input,
.e-input-group.e-success .e-input-group-icon,
.e-input-group.e-control-wrapper.e-success .e-input-group-icon,
.e-input-group.e-success textarea.e-input,
.e-input-group.e-control-wrapper.e-success textarea.e-input {
  border-color: #22b24b;
}

.e-input.e-warning,
.e-input.e-warning:focus,
.e-input-group.e-warning input.e-input,
.e-input-group.e-control-wrapper.e-warning input.e-input,
.e-input-group.e-warning .e-input-group-icon,
.e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
.e-input-group.e-warning textarea.e-input,
.e-input-group.e-control-wrapper.e-warning textarea.e-input {
  border-color: #ffca1c;
}

.e-input.e-error,
.e-input.e-error:focus,
.e-input-group.e-error input.e-input,
.e-input-group.e-control-wrapper.e-error input.e-input,
.e-input-group.e-control-wrapper.e-error .e-input-group-icon,
.e-input-group.e-error .e-input-group-icon,
.e-input-group.e-error textarea.e-input,
.e-input-group.e-control-wrapper.e-error textarea.e-input {
  border-color: #ff6652;
}

label.e-float-text,
.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  color: rgba(255, 255, 255, 0.42);
}

.e-float-input.e-error label.e-float-text,
.e-float-input.e-control-wrapper.e-error label.e-float-text,
.e-float-input.e-error input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
  color: #ff6652;
}

.e-float-input input,
.e-float-input textarea,
.e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper textarea,
.e-input-group,
.e-input-group.e-control-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}

.e-float-input.e-success input,
.e-float-input.e-success textarea,
.e-float-input.e-control-wrapper.e-success input,
.e-float-input.e-control-wrapper.e-success textarea {
  border-bottom-color: #22b24b;
}

.e-float-input.e-warning input,
.e-float-input.e-control-wrapper.e-warning input,
.e-float-input.e-warning textarea,
.e-float-input.e-control-wrapper.e-warning textarea {
  border-bottom-color: #ffca1c;
}

.e-float-input.e-error input,
.e-float-input.e-control-wrapper.e-error input,
.e-float-input.e-error textarea,
.e-float-input.e-control-wrapper.e-error textarea {
  border-bottom-color: #ff6652;
}

.e-float-input:not(.e-input-group) .e-float-line::before,
.e-float-input:not(.e-input-group) .e-float-line::after,
.e-float-input:not(.e-input-group) .e-float-line::before,
.e-float-input:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
  background: #00b0ff;
}

.e-float-input.e-success:not(.e-input-group) .e-float-line::before,
.e-float-input.e-success:not(.e-input-group) .e-float-line::after,
.e-float-input.e-success:not(.e-input-group) .e-float-line::before,
.e-float-input.e-success:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after {
  background: #22b24b;
}

.e-float-input.e-warning:not(.e-input-group) .e-float-line::before,
.e-float-input.e-warning:not(.e-input-group) .e-float-line::after,
.e-float-input.e-warning:not(.e-input-group) .e-float-line::before,
.e-float-input.e-warning:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after {
  background: #ffca1c;
}

input.e-input:-moz-placeholder,
input.e-input:-moz-placeholder,
textarea.e-input:-moz-placeholder,
input.e-input::-moz-placeholder,
textarea.e-input::-moz-placeholder,
.e-input-group input.e-input:-moz-placeholder,
.e-input-group input.e-input:-moz-placeholder,
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
.e-input-group input.e-input:-moz-placeholder,
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
.e-input-group textarea.e-input:-moz-placeholder,
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
.e-input-group input.e-input::-moz-placeholder,
.e-input-group.e-control-wrapper input.e-input::-moz-placeholder,
.e-input-group textarea.e-input::-moz-placeholder,
.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input.e-input::-webkit-input-placeholder,
textarea.e-input::-webkit-input-placeholder,
.e-input-group input.e-input::-webkit-input-placeholder,
.e-input-group textarea.e-input::-webkit-input-placeholder,
.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder,
.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input.e-input:-ms-input-placeholder,
textarea.e-input:-ms-input-placeholder,
.e-input-group input.e-input:-ms-input-placeholder,
.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder,
.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder,
.e-input-group textarea.e-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.e-float-input:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
  color: rgba(255, 255, 255, 0.6);
}

.e-float-input.e-error:not(.e-input-group) .e-float-line::before,
.e-float-input.e-error:not(.e-input-group) .e-float-line::after,
.e-float-input.e-error:not(.e-input-group) .e-float-line::before,
.e-float-input.e-error:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after {
  background: #ff6652;
}

.e-input-group:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
  background: transparent;
  color: rgba(255, 255, 255, 0.54);
}

input.e-input::selection,
textarea.e-input::selection,
.e-input-group input.e-input::selection,
.e-input-group.e-control-wrapper input.e-input::selection,
.e-float-input input::selection,
.e-float-input.e-control-wrapper input::selection,
.e-input-group textarea.e-input::selection,
.e-input-group.e-control-wrapper textarea.e-input::selection,
.e-float-input textarea::selection,
.e-float-input.e-control-wrapper textarea::selection,
.e-float-input.e-small textarea::selection,
.e-float-input textarea::selection {
  background: rgba(0, 176, 255, 0.7);
  color: #000;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
  background: #00b0ff;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::after,
.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::after,
.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after,
.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::before,
.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::after,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::after,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::after,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::after {
  background: #22b24b;
}

.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::after,
.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after,
.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::after,
.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::after {
  background: #ffca1c;
}

.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::after,
.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after,
.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after,
.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::before,
.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::after,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after,
.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::after,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::after,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::after {
  background: #ff6652;
}

.e-input-group.e-success .e-input-group-icon,
.e-input-group.e-control-wrapper.e-success .e-input-group-icon,
.e-input-group.e-warning .e-input-group-icon,
.e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
.e-input-group.e-error .e-input-group-icon,
.e-input-group.e-control-wrapper.e-error .e-input-group-icon {
  color: rgba(255, 255, 255, 0.7);
}

.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.e-input-group.e-success:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-control-wrapper.e-success:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-warning:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-control-wrapper.e-warning:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-error:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-control-wrapper.e-error:not(.e-disabled) .e-input-group-icon:active {
  color: rgba(255, 255, 255, 0.7);
}

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
  border-color: rgba(255, 255, 255, 0.42);
}

.e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
  border-color: #00b0ff;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
  border-color: transparent;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
  border-color: rgba(255, 255, 255, 0.42);
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon {
  border-color: transparent;
}

.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon {
  border-color: transparent;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon {
  border-color: transparent;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
  border-color: rgba(255, 255, 255, 0.42);
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,
.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,
.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.e-input-group.e-success,
.e-input-group.e-control-wrapper.e-success,
.e-float-icon-left.e-input-group.e-success,
.e-float-icon-left.e-control-wrapper.e-input-group.e-success,
.e-input-group.e-warning,
.e-input-group.e-control-wrapper.e-warning,
.e-float-icon-left.e-input-group.e-warning,
.e-float-icon-left.e-input-group.e-control-wrapper.e-warning,
.e-input-group.e-error,
.e-input-group.e-control-wrapper.e-error,
.e-float-icon-left.e-input-group.e-error,
.e-float-icon-left.e-input-group.e-control-wrapper.e-error,
.e-input-group.e-float-icon-left,
.e-input-group.e-control-wrapper.e-float-icon-left {
  border-color: transparent;
}

.e-input-group.e-success,
.e-input-group.e-control-wrapper.e-success,
.e-input-group.e-success:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
  border-bottom-color: #22b24b;
}

.e-input-group.e-float-icon-left.e-success .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap {
  border-bottom-color: #22b24b;
}

.e-input-group.e-warning,
.e-input-group.e-control-wrapper.e-warning,
.e-input-group.e-warning:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
  border-bottom-color: #ffca1c;
}

.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-warning .e-input-in-wrap {
  border-bottom-color: #ffca1c;
}

.e-input-group.e-error,
.e-input-group.e-control-wrapper.e-error,
.e-input-group.e-error:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
  border-bottom-color: #ff6652;
}

.e-input-group.e-float-icon-left.e-error .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap {
  border-bottom-color: #ff6652;
}

.e-float-input .e-clear-icon,
.e-float-input.e-control-wrapper .e-clear-icon,
.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
  color: rgba(255, 255, 255, 0.7);
}

.e-float-input .e-clear-icon:hover,
.e-float-input.e-control-wrapper .e-clear-icon:hover,
.e-input-group .e-clear-icon:hover,
.e-input-group.e-control-wrapper .e-clear-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.e-float-input.e-input-focus .e-input:focus,
.e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: rgba(255, 255, 255, 0.7);
}

.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top {
  color: rgba(255, 255, 255, 0.7);
}

.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  color: rgba(255, 255, 255, 0.42);
}

.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(255, 255, 255, 0.7);
}

.e-float-input.e-input-group.e-disabled .e-float-text,
.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
.e-float-input input[disabled] ~ label.e-float-text,
.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-disabled label.e-float-text,
.e-float-input.e-disabled label.e-float-text.e-label-top,
.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input textarea[disabled] ~ label.e-float-text,
.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(255, 255, 255, 0.3);
}

.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: #00b0ff;
}

.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover {
  border-color: rgba(255, 255, 255, 0.42);
}

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
  border-color: rgba(255, 255, 255, 0.42);
}

.e-outline.e-input-group,
.e-outline.e-input-group.e-control-wrapper,
.e-outline.e-float-input,
.e-outline.e-float-input.e-input-group,
.e-outline.e-float-input.e-control-wrapper,
.e-outline.e-float-input.e-input-group.e-control-wrapper {
  color: #fff;
}

.e-outline.e-input-group.e-disabled,
.e-outline.e-input-group.e-control-wrapper.e-disabled,
.e-outline.e-float-input.e-disabled,
.e-outline.e-float-input.e-input-group.e-disabled,
.e-outline.e-float-input.e-control-wrapper.e-disabled,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.e-outline.e-input-group:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input:hover:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after {
  border-color: rgba(255, 255, 255, 0.24);
}

.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: #00b0ff;
  box-shadow: inset 1px 1px #00b0ff, inset -1px 0 #00b0ff, inset 0 -1px #00b0ff;
}

.e-outline.e-input-group:not(.e-input-focus),
.e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-input-group.e-float-icon-left:not(.e-input-focus),
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-input-focus) {
  border-color: rgba(255, 255, 255, 0.24);
}

.e-outline.e-input-group.e-error,
.e-outline.e-input-group.e-control-wrapper.e-error,
.e-outline.e-input-group.e-error:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left),
.e-outline.e-float-input.e-error,
.e-outline.e-float-input.e-input-group.e-error,
.e-outline.e-float-input.e-control-wrapper.e-error,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error {
  border-color: #ff6652;
}

.e-outline.e-float-input.e-success.e-input-focus,
.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus,
.e-outline.e-float-input.e-input-group.e-success.e-input-focus,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus,
.e-outline.e-float-input.e-input-group.e-success.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-warning.e-input-focus,
.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus,
.e-outline.e-float-input.e-input-group.e-warning.e-input-focus,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus,
.e-outline.e-float-input.e-input-group.e-warning.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-error.e-input-focus,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus,
.e-outline.e-float-input.e-input-group.e-error.e-input-focus,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus,
.e-outline.e-float-input.e-input-group.e-error.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus),
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) {
  border-top-color: transparent;
}

.e-outline.e-input-group.e-success,
.e-outline.e-input-group.e-control-wrapper.e-success,
.e-outline.e-input-group.e-success:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-outline.e-float-input.e-success,
.e-outline.e-float-input.e-input-group.e-success,
.e-outline.e-float-input.e-control-wrapper.e-success,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success {
  border-color: #22b24b;
}

.e-outline.e-input-group.e-warning,
.e-outline.e-input-group.e-control-wrapper.e-warning,
.e-outline.e-input-group.e-warning:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-outline.e-float-input.e-warning,
.e-outline.e-float-input.e-input-group.e-warning,
.e-outline.e-float-input.e-control-wrapper.e-warning,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning {
  border-color: #ffca1c;
}

.e-outline.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),
.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) {
  box-shadow: inset 1px 1px #ff6652, inset -1px 0 #ff6652, inset 0 -1px #ff6652;
}

.e-outline.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),
.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) {
  box-shadow: inset 1px 1px #22b24b, inset -1px 0 #22b24b, inset 0 -1px #22b24b;
}

.e-outline.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),
.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) {
  box-shadow: inset 1px 1px #ffca1c, inset -1px 0 #ffca1c, inset 0 -1px #ffca1c;
}

.e-outline.e-float-input.e-input-focus.e-error:not(.e-success):not(.e-warning),
.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning),
.e-outline.e-float-input.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) {
  box-shadow: inset 1px 0 #ff6652, inset -1px 0 #ff6652, inset 0 -1px #ff6652;
}

.e-outline.e-float-input.e-input-focus.e-success:not(.e-error):not(.e-warning),
.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning),
.e-outline.e-float-input.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) {
  box-shadow: inset 1px 0 #22b24b, inset -1px 0 #22b24b, inset 0 -1px #22b24b;
}

.e-outline.e-float-input.e-input-focus.e-warning:not(.e-error):not(.e-success),
.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success),
.e-outline.e-float-input.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) {
  box-shadow: inset 1px 0 #ffca1c, inset -1px 0 #ffca1c, inset 0 -1px #ffca1c;
}

.e-outline.e-input-group.e-disabled:not(.e-input-focus),
.e-outline.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-input-group.e-disabled.e-float-icon-left:not(.e-input-focus),
.e-outline.e-input-group.e-disabled.e-control-wrapper.e-float-icon-left:not(.e-input-focus),
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::after {
  border-color: rgba(255, 255, 255, 0.16);
}

.e-outline.e-float-input.e-success.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-input-group.e-success.e-valid-input label.e-float-text.e-label-top,
.e-outline.e-float-input.e-small.e-success.e-input-focus input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-success input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-success label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-group.e-success label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-success label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b;
}

.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-error.e-valid-input.e-input-focus label.e-label-top {
  color: #ff6652;
}

.e-outline.e-float-input.e-warning.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-input-group.e-warning.e-valid-input label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small.e-warning.e-input-focus input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-warning label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-group.e-warning label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-warning label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c;
}

.e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-input-group.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-valid-input.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus label.e-label-top {
  color: #00b0ff;
}

.e-outline.e-input[disabled],
.e-outline.e-input-group .e-input[disabled],
.e-outline.e-input-group.e-control-wrapper .e-input[disabled],
.e-outline.e-input-group.e-disabled,
.e-outline.e-input-group.e-control-wrapper.e-disabled,
.e-outline.e-float-input input[disabled],
.e-outline.e-float-input.e-control-wrapper input[disabled],
.e-outline.e-float-input textarea[disabled],
.e-outline.e-float-input.e-control-wrapper textarea[disabled],
.e-outline.e-float-input.e-disabled,
.e-outline.e-float-input.e-control-wrapper.e-disabled,
.e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-outline.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
  background-image: none;
  border-bottom-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.16);
}

.e-outline.e-float-input.e-input-group.e-disabled .e-float-text,
.e-outline.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
.e-outline.e-float-input input[disabled] ~ label.e-float-text,
.e-outline.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-disabled label.e-float-text,
.e-outline.e-float-input.e-disabled label.e-float-text.e-label-top,
.e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38);
}

.e-outline.e-input-group.e-disabled .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
  color: rgba(0, 0, 0, 0.38);
}

.e-outline.e-float-input:not(.e-disabled) .e-clear-icon:hover,
.e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
.e-outline.e-input-group:not(.e-disabled) .e-clear-icon:hover,
.e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
  color: rgba(255, 255, 255, 0.82);
}

.e-outline.e-float-input:not(.e-disabled) .e-clear-icon:active,
.e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,
.e-outline.e-input-group:not(.e-disabled) .e-clear-icon:active,
.e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active {
  color: rgba(0, 0, 0, 0.87);
}

.e-filled.e-input-group,
.e-filled.e-input-group.e-control-wrapper,
.e-filled.e-float-input,
.e-filled.e-float-input.e-input-group,
.e-filled.e-float-input.e-control-wrapper,
.e-filled.e-float-input.e-input-group.e-control-wrapper {
  background: #303030;
  transition: opacity 15ms linear, background-color 15ms linear;
}

.e-filled.e-input-group:hover,
.e-filled.e-input-group.e-control-wrapper:hover,
.e-filled.e-float-input:hover,
.e-filled.e-float-input.e-input-group:hover,
.e-filled.e-float-input.e-control-wrapper:hover,
.e-filled.e-float-input.e-input-group.e-control-wrapper:hover {
  background: #303030;
  transition: opacity 15ms linear, background-color 15ms linear;
}

.e-filled.e-input-group.e-input-focus,
.e-filled.e-input-group.e-control-wrapper.e-input-focus,
.e-filled.e-float-input.e-input-focus,
.e-filled.e-float-input.e-input-group.e-input-focus,
.e-filled.e-float-input.e-control-wrapper.e-input-focus,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-input-focus,
.e-filled.e-input-group:hover.e-input-focus,
.e-filled.e-input-group:hover.e-control-wrapper.e-input-focus,
.e-filled.e-float-input:hover.e-input-focus,
.e-filled.e-float-input:hover.e-input-group.e-input-focus,
.e-filled.e-float-input:hover.e-control-wrapper.e-input-focus,
.e-filled.e-float-input:hover.e-input-group.e-control-wrapper.e-input-focus {
  background: rgba(158, 158, 158, 0.12);
  transition: opacity 15ms linear, background-color 15ms linear;
}

.e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
  border-color: rgba(255, 255, 255, 0.42);
}

.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),
.e-filled.e-float-input:not(.e-success):not(.e-warning):not(.e-error),
.e-filled.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: rgba(255, 255, 255, 0.42);
}

.e-filled.e-float-input.e-success,
.e-filled.e-float-input.e-control-wrapper.e-success,
.e-filled.e-input-group.e-float-icon-left.e-success,
.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-success {
  border-bottom-color: #22b24b;
}

.e-filled.e-float-input.e-warning,
.e-filled.e-float-input.e-control-wrapper.e-warning,
.e-filled.e-input-group.e-float-icon-left.e-warning,
.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-warning {
  border-bottom-color: #ffca1c;
}

.e-filled.e-float-input.e-error,
.e-filled.e-float-input.e-control-wrapper.e-error,
.e-filled.e-input-group.e-float-icon-left.e-error,
.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-error {
  border-bottom-color: #ff6652;
}

.e-filled label.e-float-text,
.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-input-group.e-filled textarea.e-input:-ms-input-placeholder,
input.e-filled.e-input::-webkit-input-placeholder,
.e-input-group.e-filled.e-control-wrapper input.e-input::-webkit-input-placeholder,
.e-input-group.e-filled input.e-input::-webkit-input-placeholder,
textarea.e-filled.e-input::-webkit-input-placeholder,
.e-input-group.e-filled textarea.e-input::-webkit-input-placeholder,
.e-input-group.e-filled.e-control-wrapper textarea.e-input::-webkit-input-placeholder,
.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
input.e-filled.e-input:-moz-placeholder,
.e-input-group.e-filled input.e-input:-moz-placeholder,
.e-input-group.e-filled input.e-input:-moz-placeholder,
.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder,
input.e-filled.e-input:-moz-placeholder,
.e-input-group.e-filled input.e-input:-moz-placeholder,
.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder,
textarea.e-filled.e-input:-moz-placeholder,
.e-input-group.e-filled textarea.e-input:-moz-placeholder,
.e-input-group.e-filled.e-control-wrapper textarea.e-input:-moz-placeholder,
input.e-filled.e-input::-moz-placeholder,
.e-input-group.e-filled input.e-input::-moz-placeholder,
.e-input-group.e-filled.e-control-wrapper input.e-input::-moz-placeholder,
textarea.e-filled.e-input::-moz-placeholder,
.e-input-group.e-filled textarea.e-input::-moz-placeholder,
.e-input-group.e-filled.e-control-wrapper textarea.e-input::-moz-placeholder,
input.e-filled.e-input:-ms-input-placeholder,
.e-input-group.e-filled input.e-input:-ms-input-placeholder,
.e-input-group.e-filled.e-control-wrapper input.e-input:-ms-input-placeholder,
textarea.e-filled.e-input:-ms-input-placeholder,
.e-input-group.e-filled.e-control-wrapper textarea.e-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.e-filled.e-float-input.e-error label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
.e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
  color: #ff6652;
}

.e-filled.e-float-input.e-success label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success label.e-float-text,
.e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-control-wrapper.e-success input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-success input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-success input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-success input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b;
}

.e-filled.e-float-input.e-warning label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning label.e-float-text,
.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-control-wrapper.e-warning input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-warning input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-warning input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-warning input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c;
}

.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(255, 255, 255, 0.6);
}

.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: #00b0ff;
}

.e-filled.e-float-input:not(.e-disabled) .e-clear-icon:hover,
.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
.e-filled.e-input-group:not(.e-disabled) .e-clear-icon:hover,
.e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
  color: rgba(255, 255, 255, 0.82);
}

.e-filled.e-float-input:not(.e-disabled) .e-clear-icon:active,
.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,
.e-filled.e-input-group:not(.e-disabled) .e-clear-icon:active,
.e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active {
  color: rgba(0, 0, 0, 0.87);
}

.e-filled.e-input[disabled],
.e-input-group.e-filled .e-input[disabled],
.e-input-group.e-filled.e-control-wrapper .e-input[disabled],
.e-input-group.e-filled.e-disabled,
.e-input-group.e-filled.e-control-wrapper.e-disabled,
.e-filled.e-float-input input[disabled],
.e-filled.e-float-input.e-control-wrapper input[disabled],
.e-filled.e-float-input textarea[disabled],
.e-filled.e-float-input.e-control-wrapper textarea[disabled],
.e-filled.e-float-input.e-disabled,
.e-filled.e-float-input.e-control-wrapper.e-disabled {
  background: #303030;
  background-image: none;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: 0;
  border-color: rgba(255, 255, 255, 0.06);
  color: rgba(0, 0, 0, 0.38);
}

.e-filled.e-float-input.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: rgba(255, 255, 255, 0.06);
}

.e-filled.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
  background: #303030;
  background-image: none;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: 0;
  border-color: rgba(255, 255, 255, 0.06);
  color: rgba(0, 0, 0, 0.38);
}

.e-filled.e-float-input.e-input-group.e-disabled .e-float-text,
.e-filled.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
.e-filled.e-float-input input[disabled] ~ label.e-float-text,
.e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-disabled label.e-float-text,
.e-filled.e-float-input.e-disabled label.e-float-text.e-label-top,
.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
input.e-filled.e-disabled.e-input:-moz-placeholder,
.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,
.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder,
input.e-filled.e-disabled.e-input:-moz-placeholder,
.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder,
textarea.e-filled.e-disabled.e-input:-moz-placeholder,
.e-input-group.e-filled.e-disabled textarea.e-input:-moz-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-moz-placeholder,
input.e-filled.e-disabled.e-input::-moz-placeholder,
.e-input-group.e-filled.e-disabled input.e-input::-moz-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-moz-placeholder,
textarea.e-filled.e-disabled.e-input::-moz-placeholder,
.e-input-group.e-filled.e-disabled textarea.e-input::-moz-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-moz-placeholder,
input.e-filled.e-disabled.e-input:-ms-input-placeholder,
.e-input-group.e-filled.e-disabled input.e-input:-ms-input-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-ms-input-placeholder,
textarea.e-filled.e-disabled.e-input:-ms-input-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-ms-input-placeholder,
.e-input-group.e-filled.e-disabled textarea.e-input:-ms-input-placeholder,
input.e-filled.e-disabled.e-input::-webkit-input-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-webkit-input-placeholder,
.e-input-group.e-filled.e-disabled input.e-input::-webkit-input-placeholder,
textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,
.e-input-group.e-filled.e-disabled textarea.e-input::-webkit-input-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-webkit-input-placeholder,
.e-filled.e-float-input.e-disabled .e-clear-icon,
.e-filled.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
.e-input-group.e-filled.e-disabled .e-clear-icon,
.e-input-group.e-filled.e-control-wrapper.e-disabled .e-clear-icon,
.e-input-group.e-filled.e-disabled .e-input-group-icon,
.e-input-group.e-filled.e-control-wrapper.e-disabled .e-input-group-icon,
.e-filled.e-float-input:not(.e-disabled) input[disabled],
.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
.e-filled.e-float-input:not(.e-disabled) textarea[disabled],
.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: #22b24b;
}

.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus inputs ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: #ffca1c;
}

.e-float-input .e-clear-icon::before,
.e-float-input.e-control-wrapper .e-clear-icon::before {
  content: "\e932";
  font-family: "e-icons";
}

.e-input-group .e-clear-icon::before,
.e-input-group.e-control-wrapper .e-clear-icon::before {
  content: "\e932";
  font-family: "e-icons";
}

.e-filled.e-float-input .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper .e-clear-icon::before {
  content: "\e208";
  font-family: "e-icons";
}

.e-filled.e-input-group .e-clear-icon::before,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
  content: "\e208";
  font-family: "e-icons";
}

.e-outline.e-float-input .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper .e-clear-icon::before {
  content: "\e208";
  font-family: "e-icons";
}

.e-outline.e-input-group .e-clear-icon::before,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
  content: "\e208";
  font-family: "e-icons";
}

.e-signature.e-control {
  border: 1px solid;
}

.e-signature.e-control {
  background-color: #fff;
  border: 1px solid;
  border-color: #616161;
}

/*! popup layout */
.e-popup {
  height: auto;
  position: absolute;
  width: auto;
  z-index: 1000;
}

.e-popup.e-popup-open {
  display: block;
}

.e-popup.e-popup-close {
  display: none;
}

/* stylelint-disable property-no-vendor-prefix */
@keyframes material-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fabric-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.e-spinner-pane {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  user-select: none;
  vertical-align: middle;
  width: 100%;
  z-index: 1000;
}
.e-spinner-pane::after {
  content: "Material";
  display: none;
}
.e-spinner-pane.e-spin-left {
  /* stylelint-disable property-no-vendor-prefix */
}
.e-spinner-pane.e-spin-left .e-spinner-inner {
  -webkit-transform: translateX(0%) translateY(-50%);
  left: 0;
  padding-left: 10px;
  transform: translateX(0%) translateY(-50%);
}
.e-spinner-pane.e-spin-right .e-spinner-inner {
  -webkit-transform: translateX(-100%) translateY(-50%);
  left: 100%;
  padding-right: 10px;
  transform: translateX(-100%) translateY(-50%);
}
.e-spinner-pane.e-spin-center .e-spinner-inner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.e-spinner-pane.e-spin-hide {
  display: none;
}
.e-spinner-pane.e-spin-show {
  display: inline-flex;
}
.e-spinner-pane .e-spinner-inner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}
.e-spinner-pane .e-spinner-inner .e-spin-label {
  font-family: "Roboto", Segoe UI;
  font-size: 13px;
  margin-top: 16px;
  text-align: center;
}
.e-spinner-pane .e-spinner-inner .e-spin-material,
.e-spinner-pane .e-spinner-inner .e-spin-material3,
.e-spinner-pane .e-spinner-inner .e-spin-tailwind3 {
  animation: material-spinner-rotate 1568.63ms linear infinite;
  display: block;
  margin: 0 auto;
}
.e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-material3 .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-tailwind3 .e-path-circle {
  fill: none;
  stroke-linecap: square;
}
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
  animation: material-spinner-rotate 0.75s linear infinite;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
  fill: none;
  stroke-linecap: square;
  stroke-width: 4;
}
.e-spinner-pane .e-spinner-inner .e-spin-fluent,
.e-spinner-pane .e-spinner-inner .e-spin-fluent2,
.e-spinner-pane .e-spinner-inner .e-spin-fabric {
  animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
  display: block;
  margin: 0 auto;
  overflow: visible;
}
.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-fluent2 .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-fluent2 .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
  fill: none;
  stroke-width: 1.5;
}
.e-spinner-pane .e-spinner-inner .e-spin-tailwind {
  animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.21, 0.21, 0.21, 0.21);
  display: block;
  margin: 0 auto;
  overflow: visible;
}
.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-circle {
  fill: none;
  stroke-width: 4.5;
}
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5,
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5v3 {
  animation: material-spinner-rotate 0.75s linear infinite;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5v3 .e-path-circle {
  fill: none;
  stroke-linecap: square;
  stroke-width: 4;
}
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
  display: block;
  margin: 0 auto;
}
.e-spinner-pane .e-spinner-inner .e-spin-high-contrast {
  animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
  display: block;
  margin: 0 auto;
  overflow: visible;
}
.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
  fill: none;
  stroke-width: 1.5;
}

.e-spinner-pane {
  background-color: transparent;
}
.e-spinner-pane.e-spin-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label {
  color: #fff;
}
.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap {
  fill: #00b0ff;
  stroke: #00b0ff;
}
.e-spinner-pane .e-spinner-inner .e-spin-label {
  color: rgba(0, 0, 0, 0.87);
}
.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-fluent2 .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
  stroke: rgba(0, 176, 255, 0.4);
}
.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-fluent2 .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc {
  stroke: #00b0ff;
}
.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-circle {
  stroke: rgba(0, 176, 255, 0.4);
}
.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-arc {
  stroke: #00b0ff;
}
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5,
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5v3 {
  stroke: #00b0ff;
}
.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
  stroke: rgba(0, 176, 255, 0.4);
}
.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc {
  stroke: #00b0ff;
}
.e-spinner-pane .e-spinner-inner .e-spin-material,
.e-spinner-pane .e-spinner-inner .e-spin-material3,
.e-spinner-pane .e-spinner-inner .e-spin-tailwind3 {
  stroke: #00b0ff;
}
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
  stroke: #00b0ff;
}
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
  fill: #00b0ff;
  stroke: #00b0ff;
}

.e-dropdownbase .e-list-item .e-list-icon {
  padding: 0 16px 0 0;
}

.e-small .e-dropdownbase .e-list-item .e-list-icon {
  padding: 0 12px 0 0;
}

.e-dropdownbase {
  display: block;
  height: 100%;
  min-height: 36px;
  position: relative;
  width: 100%;
}
.e-dropdownbase .e-list-parent {
  margin: 0;
  padding: 0;
}

.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
  cursor: default;
}

.e-dropdownbase .e-list-item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.e-dropdownbase .e-list-item .e-list-icon {
  font-size: 16px;
  vertical-align: middle;
}

.e-dropdownbase .e-fixed-head {
  position: absolute;
  top: 0;
}

.e-dropdownbase.e-content {
  overflow: auto;
  position: relative;
}

.e-popup.e-ddl .e-dropdownbase.e-nodata,
.e-popup.e-mention .e-dropdownbase.e-nodata {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
  font-family: inherit;
  font-size: 14px;
  padding: 14px 16px;
  text-align: center;
}

.e-mention.e-popup {
  background: rgba(0, 0, 0, 0.9);
  border: 0;
  box-shadow: 0 2px 3px 1px 0 2px 3px 1px rgba(0, 0, 0, 0.21);
  margin-top: 2px;
  position: absolute;
}

.e-mention.e-popup .e-dropdownbase {
  min-height: 36px;
}

.e-mention .e-dropdownbase .e-list-item .e-highlight {
  display: inline;
  font-weight: bold;
  vertical-align: baseline;
}

.e-mention .e-mention-chip,
.e-mention .e-mention-chip:hover {
  background: #424242;
  border-radius: 2px;
  border: none;
  color: #00b0ff;
  cursor: default;
}

.e-mention.e-editable-element {
  border: 2px solid transparent;
  height: auto;
  min-height: 120px;
  width: 100%;
}

.e-form-mirror-div {
  white-space: pre-wrap;
}

.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
  padding-right: 2em;
}

.e-dropdownbase.e-dd-group .e-list-item {
  padding-left: 2em;
  text-indent: 0;
}

.e-small .e-dropdownbase.e-dd-group .e-list-item {
  padding-left: 2em;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
  text-indent: 0;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
  cursor: pointer;
  font-weight: normal;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
  padding-right: 2em;
}

.e-rtl .e-dropdownbase .e-list-item {
  padding-left: 16px;
  padding-right: 0;
}
.e-small.e-rtl .e-dropdownbase .e-list-item,
.e-small .e-rtl .e-dropdownbase .e-list-item,
.e-rtl .e-small .e-dropdownbase .e-list-item {
  padding-left: 16px;
  padding-right: 0;
}
.e-dropdownbase {
  border-color: transparent;
}
.e-dropdownbase .e-list-item {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-tap-highlight-color: transparent;
  border-bottom: 0;
  border-color: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  line-height: 36px;
  min-height: 36px;
  padding-right: 16px;
  text-indent: 16px;
  background-color: #424242;
}

.e-dropdownbase .e-list-group-item,
.e-fixed-head {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 36px;
  min-height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #424242;
}

.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
  color: #00b0ff;
}

.e-dropdownbase .e-list-item.e-hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.e-dropdownbase .e-list-item:last-child {
  border-bottom: 0;
}

.e-dropdownbase .e-list-item.e-item-focus {
  background-color: rgba(255, 255, 255, 0.05);
}

.e-multi-column.e-ddl.e-popup.e-popup-open table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.e-multi-column.e-ddl.e-popup.e-popup-open th,
.e-multi-column.e-ddl.e-popup.e-popup-open td {
  display: table-cell;
  overflow: hidden;
  padding-right: 16px;
  text-indent: 10px;
  text-overflow: ellipsis;
}

.e-multi-column.e-ddl.e-popup.e-popup-open th {
  line-height: 36px;
  text-align: left;
}

.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header {
  background-color: #424242;
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-indent: 10px;
}

.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item {
  padding-right: 0;
}

.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header {
  padding-right: 16px;
}

.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header,
.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header {
  padding-right: 0;
}

.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center {
  text-align: center;
}

.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right {
  text-align: right;
}

.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left {
  text-align: left;
}

.e-small .e-dropdownbase .e-list-item,
.e-dropdownbase.e-small .e-list-item {
  color: #fff;
  line-height: 26px;
  min-height: 26px;
  text-indent: 12px;
}

.e-small .e-dropdownbase .e-list-group-item, .e-small .e-dropdownbase .e-fixed-head,
.e-dropdownbase.e-small .e-list-group-item,
.e-dropdownbase.e-small .e-fixed-head {
  font-size: 13px;
  line-height: 26px;
  min-height: 26px;
  padding-left: 16px;
}

.e-small .e-dropdownbase .e-list-item .e-list-icon,
.e-dropdownbase.e-small .e-list-item .e-list-icon {
  font-size: 14px;
}

.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
  background-color: #424242;
  border-bottom: 0;
  border-color: transparent;
  color: #fff;
  font-family: inherit;
  text-indent: 16px;
  font-size: 13px;
  padding-right: 16px;
}

.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
  background-color: rgba(255, 255, 255, 0.05);
}

.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active,
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
  color: #00b0ff;
}

.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.e-selectall-parent.e-item-focus {
  background-color: rgba(255, 255, 255, 0.05);
}

.e-avatar {
  align-content: center;
  align-items: center;
  background-color: #bcbcbc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 1em;
  font-weight: 400;
  height: 3em;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 3em;
}
.e-avatar img {
  height: 100%;
  width: auto;
}
.e-avatar.e-avatar-circle {
  border-radius: 50%;
}
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
  border-radius: 50%;
}
.e-avatar.e-avatar-xsmall {
  font-size: 0.6em;
}
.e-avatar.e-avatar-small {
  font-size: 0.8em;
}
.e-avatar.e-avatar-large {
  font-size: 1.2em;
}
.e-avatar.e-avatar-xlarge {
  font-size: 1.4em;
}

/* stylelint-disable-line no-empty-source */
.e-badge {
  background: #fafafa;
  border-color: transparent;
  border-radius: 0.25em;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  padding: 0.25em 0.4em 0.25em 0.4em;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  vertical-align: middle;
}
.e-badge:hover {
  text-decoration: none;
}
.e-badge.e-badge-pill {
  border-radius: 5em;
}
.e-badge.e-badge-notification {
  border-radius: 1em;
  height: 18px;
  line-height: 18px;
  min-width: 24px;
  padding: 0 8px 0 8px;
  width: auto;
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 100%;
}
.e-badge.e-badge-notification.e-badge-ghost {
  line-height: 16px;
}
.e-badge.e-badge-circle {
  border-radius: 50%;
  height: 1.834em;
  line-height: 1.834em;
  min-width: 0;
  padding: 0;
  width: 1.834em;
}
.e-badge.e-badge-circle.e-badge-ghost {
  line-height: 1.8em;
}
.e-badge.e-badge-overlap {
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
}
.e-badge.e-badge-dot {
  border-radius: 100%;
  height: 6px;
  line-height: 1;
  min-width: 0;
  padding: 0;
  width: 6px;
  box-shadow: 0 0 0 1px #fff;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -3px;
  left: 100%;
}
.e-badge.e-badge-bottom.e-badge-dot {
  position: absolute;
  top: auto;
  bottom: 3px;
}
.e-badge.e-badge-bottom.e-badge-notification {
  position: absolute;
  top: auto;
  bottom: -3px;
}
button .e-badge {
  line-height: 0.9;
  position: relative;
  top: -2px;
}
button .e-badge.e-badge-circle {
  height: 2em;
  line-height: 2em;
  width: 2em;
}
button .e-badge.e-badge-circle.e-badge-ghost {
  line-height: 1.9em;
}

.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) {
  background-color: #3f51b5;
  color: #fff;
}
.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) {
  background-color: #00b0ff;
  color: #000;
}
.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) {
  background-color: #4caf50;
  color: #fff;
}
.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) {
  background-color: #ff6652;
  color: #fff;
}
.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) {
  background-color: #ff9800;
  color: #fff;
}
.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) {
  background-color: #03a9f4;
  color: #fff;
}
.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) {
  background-color: #fff;
  color: #000;
}
.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) {
  background-color: #212121;
  color: #fff;
}
.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover {
  background-color: #32408f;
}
.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover {
  background-color: #008dcc;
}
.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover {
  background-color: #3d8b40;
}
.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover {
  background-color: #ff391f;
}
.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover {
  background-color: #cc7a00;
}
.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover {
  background-color: #0286c2;
}
.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover {
  background-color: #e6e6e6;
}
.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover {
  background-color: #080808;
}
.e-badge.e-badge-primary[href].e-badge-ghost:hover {
  border-color: #2b387c;
  color: #2b387c;
}
.e-badge.e-badge-secondary[href].e-badge-ghost:hover {
  border-color: #007bb3;
  color: #007bb3;
}
.e-badge.e-badge-success[href].e-badge-ghost:hover {
  border-color: #357a38;
  color: #357a38;
}
.e-badge.e-badge-danger[href].e-badge-ghost:hover {
  border-color: #ff2206;
  color: #ff2206;
}
.e-badge.e-badge-warning[href].e-badge-ghost:hover {
  border-color: #b36a00;
  color: #b36a00;
}
.e-badge.e-badge-info[href].e-badge-ghost:hover {
  border-color: #0275a8;
  color: #0275a8;
}
.e-badge.e-badge-light[href].e-badge-ghost:hover {
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.e-badge.e-badge-dark[href].e-badge-ghost:hover {
  border-color: black;
  color: black;
}
.e-badge.e-badge-ghost.e-badge-primary {
  background-color: transparent;
  border: 1px solid #3f51b5;
  color: #3f51b5;
}
.e-badge.e-badge-ghost.e-badge-secondary {
  background-color: transparent;
  border: 1px solid #00b0ff;
  color: #00b0ff;
}
.e-badge.e-badge-ghost.e-badge-success {
  background-color: transparent;
  border: 1px solid #4caf50;
  color: #4caf50;
}
.e-badge.e-badge-ghost.e-badge-danger {
  background-color: transparent;
  border: 1px solid #ff6652;
  color: #ff6652;
}
.e-badge.e-badge-ghost.e-badge-warning {
  background-color: transparent;
  border: 1px solid #ff9800;
  color: #ff9800;
}
.e-badge.e-badge-ghost.e-badge-info {
  background-color: transparent;
  border: 1px solid #03a9f4;
  color: #03a9f4;
}
.e-badge.e-badge-ghost.e-badge-light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.e-badge.e-badge-ghost.e-badge-dark {
  background-color: transparent;
  border: 1px solid #212121;
  color: #212121;
}

.e-breadcrumb {
  display: block;
}
.e-breadcrumb.e-breadcrumb-wrap-mode {
  display: flex;
}
.e-breadcrumb .e-breadcrumb-first-ol {
  align-items: flex-start;
  flex-shrink: 0;
  padding-right: 0;
}
.e-breadcrumb .e-breadcrumb-wrapped-ol {
  flex-wrap: wrap;
  overflow: hidden;
  padding-left: 0;
}
.e-breadcrumb.e-breadcrumb-scroll-mode {
  line-height: 26px;
  overflow: auto;
}
.e-breadcrumb ol {
  align-items: center;
  display: inline-flex;
  line-height: normal;
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}
.e-breadcrumb li {
  list-style-type: none;
  white-space: nowrap;
}
.e-breadcrumb .e-breadcrumb-item {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
  padding: 4px 8px;
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
  align-items: center;
  display: flex;
  font-size: 14px;
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
  align-items: inherit;
  display: inherit;
}
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
  cursor: pointer;
  text-decoration: none;
}
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:hover {
  text-decoration: underline;
}
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus {
  text-decoration: underline;
}
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:active {
  text-decoration: underline;
}
.e-breadcrumb .e-breadcrumb-item span.e-breadcrumb-text {
  cursor: default;
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon {
  font-size: 14px;
  padding-right: 8px;
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon:hover {
  text-decoration: none;
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon::before {
  display: inline-block;
  text-decoration: none;
}
.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-icon {
  padding: 2px 0;
}
.e-breadcrumb .e-breadcrumb-item.e-disabled {
  opacity: 1;
  pointer-events: none;
}
.e-breadcrumb .e-breadcrumb-separator {
  display: flex;
  font-size: 14px;
  padding: 4px 3px;
}
.e-breadcrumb .e-breadcrumb-separator + .e-breadcrumb-separator {
  margin-left: -4px;
  padding-left: 0;
}
.e-breadcrumb.e-rtl .e-breadcrumb-separator + .e-breadcrumb-separator {
  margin-left: 0;
  margin-right: -4px;
  padding-left: 3px;
  padding-right: 0;
}
.e-breadcrumb .e-breadcrumb-collapsed,
.e-breadcrumb .e-breadcrumb-menu {
  cursor: pointer;
  font-size: 16px;
  padding: 4px 4px;
  vertical-align: bottom;
}
.e-breadcrumb .e-breadcrumb-menu {
  display: inline-block;
}
.e-breadcrumb .e-breadcrumb-item-wrapper {
  display: flex;
}
.e-breadcrumb.e-icon-right .e-breadcrumb-icon,
.e-breadcrumb .e-icon-right .e-breadcrumb-icon, .e-breadcrumb.e-rtl .e-breadcrumb-icon {
  padding-left: 8px;
  padding-right: 0;
}
.e-breadcrumb.e-rtl.e-icon-right .e-breadcrumb-icon, .e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-icon {
  padding-left: 0;
  padding-right: 8px;
}
.e-breadcrumb.e-disabled {
  opacity: 1;
}
.e-breadcrumb.e-disabled .e-breadcrumb-item,
.e-breadcrumb.e-disabled .e-breadcrumb-separator,
.e-breadcrumb.e-disabled .e-breadcrumb-collapsed,
.e-breadcrumb.e-disabled .e-breadcrumb-menu {
  pointer-events: none;
}

.e-breadcrumb-popup {
  border: none;
  border-radius: 0;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
}
.e-breadcrumb-popup ul {
  margin: 0;
  padding: 0;
}
.e-breadcrumb-popup .e-breadcrumb-item {
  list-style-type: none;
  white-space: nowrap;
}
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  width: 100%;
}
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
  align-items: inherit;
  display: inherit;
  width: inherit;
}
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-icon {
  font-size: 14px;
  padding-right: 8px;
}
.e-breadcrumb-popup .e-breadcrumb-item.e-icon-item .e-breadcrumb-icon {
  padding: 0;
}
.e-breadcrumb-popup .e-breadcrumb-item a.e-breadcrumb-text {
  text-decoration: none;
}
.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon, .e-breadcrumb-popup.e-rtl .e-breadcrumb-icon {
  padding-left: 8px;
  padding-right: 0;
}
.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon, .e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon {
  padding-left: 0;
  padding-right: 8px;
}

.e-breadcrumb-menu-item {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.e-hidden-popup {
  visibility: hidden;
}

.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
  color: rgba(255, 255, 255, 0.65);
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover, .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
  color: rgba(255, 255, 255, 0.87);
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active {
  color: white;
}
.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover {
  background: #424242;
  color: #bdbdbd;
}
.e-breadcrumb .e-breadcrumb-item.e-icon-item:active {
  background: #616161;
  color: #bdbdbd;
}
.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text:focus {
  background: #757575;
  color: #bdbdbd;
}
.e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text {
  color: white;
  font-weight: 500;
}
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon {
  color: rgba(255, 255, 255, 0.65);
}
.e-breadcrumb .e-breadcrumb-separator {
  color: rgba(255, 255, 255, 0.54);
}
.e-breadcrumb .e-breadcrumb-collapsed,
.e-breadcrumb .e-breadcrumb-menu {
  color: #bdbdbd;
}
.e-breadcrumb .e-breadcrumb-collapsed:hover,
.e-breadcrumb .e-breadcrumb-menu:hover {
  background: #424242;
  color: #bdbdbd;
}
.e-breadcrumb .e-breadcrumb-collapsed:active,
.e-breadcrumb .e-breadcrumb-menu:active {
  background: #616161;
  color: #bdbdbd;
}
.e-breadcrumb .e-breadcrumb-collapsed:focus,
.e-breadcrumb .e-breadcrumb-menu:focus {
  background: #757575;
  color: #bdbdbd;
}
.e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text, .e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text, .e-breadcrumb.e-disabled .e-breadcrumb-separator {
  color: white;
}
.e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon, .e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon, .e-breadcrumb.e-disabled .e-breadcrumb-separator .e-breadcrumb-icon {
  color: white;
}

.e-breadcrumb-popup {
  background: #424242;
}
.e-breadcrumb-popup .e-breadcrumb-text {
  color: #e0e0e0;
}
.e-breadcrumb-popup .e-breadcrumb-text:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.e-breadcrumb .e-breadcrumb-collapsed::before,
.e-breadcrumb .e-breadcrumb-menu::before {
  content: "\eb04";
}
.e-breadcrumb .e-home {
  margin-top: -1px;
}
.e-breadcrumb .e-home::before {
  content: "\e92b";
}

.e-bigger .e-breadcrumb .e-home,
.e-bigger.e-breadcrumb .e-home {
  margin-top: 0;
}

.e-btn,
.e-css.e-btn {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-font-smoothing: antialiased;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.143em;
  outline: none;
  padding: 6px 12px 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.e-btn:disabled,
.e-css.e-btn:disabled {
  cursor: default;
}

.e-btn:hover, .e-btn:focus,
.e-css.e-btn:hover,
.e-css.e-btn:focus {
  text-decoration: none;
}

.e-btn::-moz-focus-inner,
.e-css.e-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.e-btn .e-btn-icon,
.e-css.e-btn .e-btn-icon {
  display: inline-block;
  font-size: 12px;
  margin-top: -2px;
  vertical-align: middle;
  width: 1em;
}
.e-btn .e-btn-icon.e-icon-left,
.e-css.e-btn .e-btn-icon.e-icon-left {
  margin-left: -0.6667em;
  width: 2.25em;
}
.e-btn .e-btn-icon.e-icon-right,
.e-css.e-btn .e-btn-icon.e-icon-right {
  width: 2.25em;
  margin-right: -0.6667em;
}
.e-btn .e-btn-icon.e-icon-top,
.e-css.e-btn .e-btn-icon.e-icon-top {
  padding-bottom: 6px;
  display: block;
  margin-top: 0;
  width: auto;
}
.e-btn .e-btn-icon.e-icon-bottom,
.e-css.e-btn .e-btn-icon.e-icon-bottom {
  padding-top: 6px;
  display: block;
  margin-top: 0;
  width: auto;
}

.e-btn.e-icon-btn,
.e-css.e-btn.e-icon-btn {
  padding: 6px 7px 4px;
}

.e-btn.e-top-icon-btn, .e-btn.e-bottom-icon-btn,
.e-css.e-btn.e-top-icon-btn,
.e-css.e-btn.e-bottom-icon-btn {
  line-height: 1;
  padding: 12px 12px;
}

.e-btn.e-round,
.e-css.e-btn.e-round {
  border-radius: 50%;
  height: 3em;
  line-height: 1;
  padding: 0;
  width: 3em;
}
.e-btn.e-round .e-btn-icon,
.e-css.e-btn.e-round .e-btn-icon {
  font-size: 14px;
  line-height: 2.8572em;
  margin-top: 0;
  width: auto;
}

.e-btn.e-rtl .e-icon-right,
.e-css.e-btn.e-rtl .e-icon-right {
  margin-left: -0.6667em;
  margin-right: 0;
}
.e-btn.e-rtl .e-icon-left,
.e-css.e-btn.e-rtl .e-icon-left {
  margin-left: 0;
  margin-right: -0.6667em;
}

.e-btn.e-flat,
.e-css.e-btn.e-flat {
  border: 1px solid;
}

.e-btn.e-small,
.e-css.e-btn.e-small {
  font-size: 12px;
  line-height: 1.5834em;
  padding: 2px 12px 1px;
}
.e-btn.e-small .e-btn-icon,
.e-css.e-btn.e-small .e-btn-icon {
  font-size: 11px;
  width: 1.091em;
}
.e-btn.e-small .e-btn-icon.e-icon-left,
.e-css.e-btn.e-small .e-btn-icon.e-icon-left {
  margin-left: -0.7273em;
  width: 2.182em;
}
.e-btn.e-small .e-btn-icon.e-icon-right,
.e-css.e-btn.e-small .e-btn-icon.e-icon-right {
  margin-right: -0.7273em;
  width: 2.182em;
}
.e-btn.e-small .e-btn-icon.e-icon-top,
.e-css.e-btn.e-small .e-btn-icon.e-icon-top {
  padding-bottom: 6px;
  width: auto;
}
.e-btn.e-small .e-btn-icon.e-icon-bottom,
.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom {
  padding-top: 6px;
  width: auto;
}
.e-btn.e-small.e-icon-btn,
.e-css.e-btn.e-small.e-icon-btn {
  padding: 2px 5px 1px;
}
.e-btn.e-small.e-top-icon-btn, .e-btn.e-small.e-bottom-icon-btn,
.e-css.e-btn.e-small.e-top-icon-btn,
.e-css.e-btn.e-small.e-bottom-icon-btn {
  line-height: 1;
  padding: 12px 12px;
}
.e-btn.e-small.e-round,
.e-css.e-btn.e-small.e-round {
  height: 2.5em;
  line-height: 1;
  padding: 0;
  width: 2.5em;
}
.e-btn.e-small.e-round .e-btn-icon,
.e-css.e-btn.e-small.e-round .e-btn-icon {
  font-size: 12px;
  line-height: 2.3334em;
  width: auto;
}
.e-btn.e-small.e-rtl .e-icon-right,
.e-css.e-btn.e-small.e-rtl .e-icon-right {
  margin-left: -0.7273em;
  margin-right: 0;
}
.e-btn.e-small.e-rtl .e-icon-left,
.e-css.e-btn.e-small.e-rtl .e-icon-left {
  margin-left: 0;
  margin-right: -0.7273em;
}

.e-btn.e-block,
.e-css.e-btn.e-block {
  display: block;
  width: 100%;
}

.e-small .e-btn,
.e-small.e-btn,
.e-small .e-css.e-btn,
.e-small.e-css.e-btn {
  font-size: 12px;
  line-height: 1.5834em;
  padding: 2px 12px 1px;
}
.e-small .e-btn .e-btn-icon,
.e-small.e-btn .e-btn-icon,
.e-small .e-css.e-btn .e-btn-icon,
.e-small.e-css.e-btn .e-btn-icon {
  font-size: 11px;
  width: 1.091em;
}
.e-small .e-btn .e-btn-icon.e-icon-left,
.e-small.e-btn .e-btn-icon.e-icon-left,
.e-small .e-css.e-btn .e-btn-icon.e-icon-left,
.e-small.e-css.e-btn .e-btn-icon.e-icon-left {
  margin-left: -0.7273em;
  width: 2.182em;
}
.e-small .e-btn .e-btn-icon.e-icon-right,
.e-small.e-btn .e-btn-icon.e-icon-right,
.e-small .e-css.e-btn .e-btn-icon.e-icon-right,
.e-small.e-css.e-btn .e-btn-icon.e-icon-right {
  margin-right: -0.7273em;
  width: 2.182em;
}
.e-small .e-btn .e-btn-icon.e-icon-top,
.e-small.e-btn .e-btn-icon.e-icon-top,
.e-small .e-css.e-btn .e-btn-icon.e-icon-top,
.e-small.e-css.e-btn .e-btn-icon.e-icon-top {
  padding-bottom: 6px;
  width: auto;
}
.e-small .e-btn .e-btn-icon.e-icon-bottom,
.e-small.e-btn .e-btn-icon.e-icon-bottom,
.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom,
.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom {
  padding-top: 6px;
  width: auto;
}
.e-small .e-btn.e-icon-btn,
.e-small.e-btn.e-icon-btn,
.e-small .e-css.e-btn.e-icon-btn,
.e-small.e-css.e-btn.e-icon-btn {
  padding: 2px 5px 1px;
}
.e-small .e-btn.e-top-icon-btn, .e-small .e-btn.e-bottom-icon-btn,
.e-small.e-btn.e-top-icon-btn,
.e-small.e-btn.e-bottom-icon-btn,
.e-small .e-css.e-btn.e-top-icon-btn,
.e-small .e-css.e-btn.e-bottom-icon-btn,
.e-small.e-css.e-btn.e-top-icon-btn,
.e-small.e-css.e-btn.e-bottom-icon-btn {
  line-height: 1;
  padding: 12px 12px;
}
.e-small .e-btn.e-round,
.e-small.e-btn.e-round,
.e-small .e-css.e-btn.e-round,
.e-small.e-css.e-btn.e-round {
  height: 2.5em;
  line-height: 1;
  padding: 0;
  width: 2.5em;
  border-radius: 50%;
}
.e-small .e-btn.e-round .e-btn-icon,
.e-small.e-btn.e-round .e-btn-icon,
.e-small .e-css.e-btn.e-round .e-btn-icon,
.e-small.e-css.e-btn.e-round .e-btn-icon {
  font-size: 12px;
  line-height: 2.3334em;
  width: auto;
}
.e-small .e-btn.e-rtl .e-icon-right,
.e-small.e-btn.e-rtl .e-icon-right,
.e-small .e-css.e-btn.e-rtl .e-icon-right,
.e-small.e-css.e-btn.e-rtl .e-icon-right {
  margin-left: -0.7273em;
  margin-right: 0;
}
.e-small .e-btn.e-rtl .e-icon-left,
.e-small.e-btn.e-rtl .e-icon-left,
.e-small .e-css.e-btn.e-rtl .e-icon-left,
.e-small.e-css.e-btn.e-rtl .e-icon-left {
  margin-left: 0;
  margin-right: -0.7273em;
}

/* stylelint-disable property-no-vendor-prefix */
.e-btn,
.e-css.e-btn {
  -webkit-tap-highlight-color: transparent;
  background: #616161;
  border-color: transparent;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.e-btn:hover,
.e-css.e-btn:hover {
  background: #6e6e6e;
  border-color: transparent;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
}

.e-btn:focus,
.e-css.e-btn:focus {
  background: #878787;
  border-color: transparent;
  color: #fff;
  outline: #616161 0 solid;
  outline-offset: 0;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
}

.e-btn:active,
.e-css.e-btn:active {
  background: #7d7d7d;
  border-color: transparent;
  color: #fff;
  outline: #616161 0 solid;
  outline-offset: 0;
}

.e-btn.e-active,
.e-css.e-btn.e-active {
  background: #7d7d7d;
  border-color: transparent;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.e-btn:disabled, .e-btn.e-disabled,
.e-css.e-btn:disabled,
.e-css.e-btn.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}

.e-btn .e-ripple-element,
.e-css.e-btn .e-ripple-element {
  background: rgba(255, 255, 255, 0.24);
}

.e-btn.e-round, .e-btn.e-round-edge,
.e-css.e-btn.e-round,
.e-css.e-btn.e-round-edge {
  background: #616161;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-round:hover, .e-btn.e-round-edge:hover,
.e-css.e-btn.e-round:hover,
.e-css.e-btn.e-round-edge:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-btn.e-round:focus, .e-btn.e-round-edge:focus,
.e-css.e-btn.e-round:focus,
.e-css.e-btn.e-round-edge:focus {
  background: #878787;
  border-color: transparent;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  outline: #616161 0 solid;
  outline-offset: 0;
}
.e-btn.e-round:active, .e-btn.e-round-edge:active,
.e-css.e-btn.e-round:active,
.e-css.e-btn.e-round-edge:active {
  background: #7d7d7d;
  border-color: transparent;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: #616161 0 solid;
  outline-offset: 0;
}
.e-btn.e-round:disabled, .e-btn.e-round.e-disabled, .e-btn.e-round-edge:disabled, .e-btn.e-round-edge.e-disabled,
.e-css.e-btn.e-round:disabled,
.e-css.e-btn.e-round.e-disabled,
.e-css.e-btn.e-round-edge:disabled,
.e-css.e-btn.e-round-edge.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-round.e-primary:hover, .e-btn.e-round-edge.e-primary:hover,
.e-css.e-btn.e-round.e-primary:hover,
.e-css.e-btn.e-round-edge.e-primary:hover {
  border-color: #00b0ff;
}
.e-btn.e-round.e-primary:focus, .e-btn.e-round-edge.e-primary:focus,
.e-css.e-btn.e-round.e-primary:focus,
.e-css.e-btn.e-round-edge.e-primary:focus {
  outline: #616161 0 solid;
}
.e-btn.e-round.e-success:hover, .e-btn.e-round-edge.e-success:hover,
.e-css.e-btn.e-round.e-success:hover,
.e-css.e-btn.e-round-edge.e-success:hover {
  border-color: #4caf50;
}
.e-btn.e-round.e-success:focus, .e-btn.e-round-edge.e-success:focus,
.e-css.e-btn.e-round.e-success:focus,
.e-css.e-btn.e-round-edge.e-success:focus {
  outline: #616161 0 solid;
}
.e-btn.e-round.e-info:hover, .e-btn.e-round-edge.e-info:hover,
.e-css.e-btn.e-round.e-info:hover,
.e-css.e-btn.e-round-edge.e-info:hover {
  border-color: #03a9f4;
}
.e-btn.e-round.e-info:focus, .e-btn.e-round-edge.e-info:focus,
.e-css.e-btn.e-round.e-info:focus,
.e-css.e-btn.e-round-edge.e-info:focus {
  outline: #616161 0 solid;
}
.e-btn.e-round.e-warning:hover, .e-btn.e-round-edge.e-warning:hover,
.e-css.e-btn.e-round.e-warning:hover,
.e-css.e-btn.e-round-edge.e-warning:hover {
  border-color: #ff9800;
}
.e-btn.e-round.e-warning:focus, .e-btn.e-round-edge.e-warning:focus,
.e-css.e-btn.e-round.e-warning:focus,
.e-css.e-btn.e-round-edge.e-warning:focus {
  outline: #616161 0 solid;
}
.e-btn.e-round.e-danger:hover, .e-btn.e-round-edge.e-danger:hover,
.e-css.e-btn.e-round.e-danger:hover,
.e-css.e-btn.e-round-edge.e-danger:hover {
  border-color: #ff6652;
}
.e-btn.e-round.e-danger:focus, .e-btn.e-round-edge.e-danger:focus,
.e-css.e-btn.e-round.e-danger:focus,
.e-css.e-btn.e-round-edge.e-danger:focus {
  outline: #616161 0 solid;
}
.e-btn.e-primary,
.e-css.e-btn.e-primary {
  background: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-btn.e-primary:hover,
.e-css.e-btn.e-primary:hover {
  background: #00a2eb;
  border-color: transparent;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  color: #000;
}
.e-btn.e-primary:focus,
.e-css.e-btn.e-primary:focus {
  background: #0086c2;
  border-color: transparent;
  color: #000;
  outline: #616161 0 solid;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
}
.e-btn.e-primary:active,
.e-css.e-btn.e-primary:active {
  background: #0078ad;
  border-color: transparent;
  color: #000;
  outline: #616161 0 solid;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-primary.e-active,
.e-css.e-btn.e-primary.e-active {
  background: #0078ad;
  border-color: transparent;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}
.e-btn.e-primary:disabled, .e-btn.e-primary.e-disabled,
.e-css.e-btn.e-primary:disabled,
.e-css.e-btn.e-primary.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-primary .e-ripple-element,
.e-css.e-btn.e-primary .e-ripple-element {
  background: rgba(0, 0, 0, 0.24);
}

.e-btn.e-success,
.e-css.e-btn.e-success {
  background: #4caf50;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-success:hover,
.e-css.e-btn.e-success:hover {
  background: #5ab55e;
  border-color: transparent;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
}
.e-btn.e-success:focus,
.e-css.e-btn.e-success:focus {
  background: #77c27a;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
}
.e-btn.e-success:active, .e-btn.e-success.e-active,
.e-css.e-btn.e-success:active,
.e-css.e-btn.e-success.e-active {
  background: #85c988;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-success:disabled, .e-btn.e-success.e-disabled,
.e-css.e-btn.e-success:disabled,
.e-css.e-btn.e-success.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-success .e-ripple-element,
.e-css.e-btn.e-success .e-ripple-element {
  background: rgba(255, 255, 255, 0.24);
}

.e-btn.e-info,
.e-css.e-btn.e-info {
  background: #03a9f4;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-info:hover,
.e-css.e-btn.e-info:hover {
  background: #17b0f5;
  border-color: transparent;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
}
.e-btn.e-info:focus,
.e-css.e-btn.e-info:focus {
  background: #3fbef7;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
}
.e-btn.e-info:active, .e-btn.e-info.e-active,
.e-css.e-btn.e-info:active,
.e-css.e-btn.e-info.e-active {
  background: #54c5f8;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-info:disabled, .e-btn.e-info.e-disabled,
.e-css.e-btn.e-info:disabled,
.e-css.e-btn.e-info.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-info .e-ripple-element,
.e-css.e-btn.e-info .e-ripple-element {
  background: rgba(255, 255, 255, 0.24);
}

.e-btn.e-warning,
.e-css.e-btn.e-warning {
  background: #ff9800;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-warning:hover,
.e-css.e-btn.e-warning:hover {
  background: #ffa014;
  border-color: transparent;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
}
.e-btn.e-warning:focus,
.e-css.e-btn.e-warning:focus {
  background: #ffb13d;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
}
.e-btn.e-warning:active, .e-btn.e-warning.e-active,
.e-css.e-btn.e-warning:active,
.e-css.e-btn.e-warning.e-active {
  background: #ffb952;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-warning:disabled, .e-btn.e-warning.e-disabled,
.e-css.e-btn.e-warning:disabled,
.e-css.e-btn.e-warning.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-warning .e-ripple-element,
.e-css.e-btn.e-warning .e-ripple-element {
  background: rgba(255, 255, 255, 0.24);
}

.e-btn.e-danger,
.e-css.e-btn.e-danger {
  background: #ff6652;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-danger:hover,
.e-css.e-btn.e-danger:hover {
  background: #ff7260;
  border-color: transparent;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
}
.e-btn.e-danger:focus,
.e-css.e-btn.e-danger:focus {
  background: #ff8b7c;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
}
.e-btn.e-danger:active,
.e-css.e-btn.e-danger:active {
  background: #ff9789;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-danger.e-active,
.e-css.e-btn.e-danger.e-active {
  background: #ff9789;
  border-color: transparent;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.e-btn.e-danger:disabled, .e-btn.e-danger.e-disabled,
.e-css.e-btn.e-danger:disabled,
.e-css.e-btn.e-danger.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-danger .e-ripple-element,
.e-css.e-btn.e-danger .e-ripple-element {
  background: rgba(255, 255, 255, 0.24);
}

.e-btn.e-flat,
.e-css.e-btn.e-flat {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-flat:hover,
.e-css.e-btn.e-flat:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-flat:focus,
.e-css.e-btn.e-flat:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: transparent;
  color: #fff;
  box-shadow: none;
}
.e-btn.e-flat:active, .e-btn.e-flat.e-active,
.e-css.e-btn.e-flat:active,
.e-css.e-btn.e-flat.e-active {
  background: rgba(255, 255, 255, 0.24);
  border-color: transparent;
  color: #fff;
  box-shadow: none;
}
.e-btn.e-flat:disabled, .e-btn.e-flat.e-disabled,
.e-css.e-btn.e-flat:disabled,
.e-css.e-btn.e-flat.e-disabled {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-flat .e-ripple-element,
.e-css.e-btn.e-flat .e-ripple-element {
  background: rgba(255, 255, 255, 0.12);
}
.e-btn.e-flat.e-primary,
.e-css.e-btn.e-flat.e-primary {
  background: transparent;
  border-color: transparent;
  color: #00b0ff;
}
.e-btn.e-flat.e-primary:hover,
.e-css.e-btn.e-flat.e-primary:hover {
  background: rgba(0, 176, 255, 0.08);
  border-color: transparent;
  color: #00b0ff;
}
.e-btn.e-flat.e-primary:focus,
.e-css.e-btn.e-flat.e-primary:focus {
  background: rgba(0, 176, 255, 0.12);
  border-color: transparent;
  color: #00b0ff;
}
.e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active,
.e-css.e-btn.e-flat.e-primary:active,
.e-css.e-btn.e-flat.e-primary.e-active {
  background: rgba(0, 176, 255, 0.24);
  border-color: transparent;
  color: #00b0ff;
}
.e-btn.e-flat.e-primary:disabled, .e-btn.e-flat.e-primary.e-disabled,
.e-css.e-btn.e-flat.e-primary:disabled,
.e-css.e-btn.e-flat.e-primary.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-flat.e-primary .e-ripple-element,
.e-css.e-btn.e-flat.e-primary .e-ripple-element {
  background: rgba(0, 176, 255, 0.12);
}
.e-btn.e-flat.e-success,
.e-css.e-btn.e-flat.e-success {
  background: transparent;
  border-color: transparent;
  color: #4caf50;
}
.e-btn.e-flat.e-success:hover,
.e-css.e-btn.e-flat.e-success:hover {
  background: rgba(76, 175, 80, 0.08);
  border-color: transparent;
  box-shadow: none;
  color: #4caf50;
}
.e-btn.e-flat.e-success:focus,
.e-css.e-btn.e-flat.e-success:focus {
  background: rgba(76, 175, 80, 0.12);
  border-color: transparent;
  color: #4caf50;
  box-shadow: none;
}
.e-btn.e-flat.e-success:active, .e-btn.e-flat.e-success.e-active,
.e-css.e-btn.e-flat.e-success:active,
.e-css.e-btn.e-flat.e-success.e-active {
  background: rgba(76, 175, 80, 0.24);
  border-color: transparent;
  color: #4caf50;
  box-shadow: none;
}
.e-btn.e-flat.e-success:disabled, .e-btn.e-flat.e-success.e-disabled,
.e-css.e-btn.e-flat.e-success:disabled,
.e-css.e-btn.e-flat.e-success.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-flat.e-success .e-ripple-element,
.e-css.e-btn.e-flat.e-success .e-ripple-element {
  background: rgba(76, 175, 80, 0.12);
}
.e-btn.e-flat.e-info,
.e-css.e-btn.e-flat.e-info {
  background: transparent;
  border-color: transparent;
  color: #03a9f4;
}
.e-btn.e-flat.e-info:hover,
.e-css.e-btn.e-flat.e-info:hover {
  background: rgba(3, 169, 244, 0.08);
  border-color: transparent;
  box-shadow: none;
  color: #03a9f4;
}
.e-btn.e-flat.e-info:focus,
.e-css.e-btn.e-flat.e-info:focus {
  background: rgba(3, 169, 244, 0.12);
  border-color: transparent;
  color: #03a9f4;
  box-shadow: none;
}
.e-btn.e-flat.e-info:active, .e-btn.e-flat.e-info.e-active,
.e-css.e-btn.e-flat.e-info:active,
.e-css.e-btn.e-flat.e-info.e-active {
  background: rgba(3, 169, 244, 0.24);
  border-color: transparent;
  color: #03a9f4;
  box-shadow: none;
}
.e-btn.e-flat.e-info:disabled, .e-btn.e-flat.e-info.e-disabled,
.e-css.e-btn.e-flat.e-info:disabled,
.e-css.e-btn.e-flat.e-info.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-flat.e-info .e-ripple-element,
.e-css.e-btn.e-flat.e-info .e-ripple-element {
  background: rgba(3, 169, 244, 0.12);
}
.e-btn.e-flat.e-warning,
.e-css.e-btn.e-flat.e-warning {
  background: transparent;
  border-color: transparent;
  color: #ff9800;
}
.e-btn.e-flat.e-warning:hover,
.e-css.e-btn.e-flat.e-warning:hover {
  background: rgba(255, 152, 0, 0.08);
  border-color: transparent;
  box-shadow: none;
  color: #ff9800;
}
.e-btn.e-flat.e-warning:focus,
.e-css.e-btn.e-flat.e-warning:focus {
  background: rgba(255, 152, 0, 0.12);
  border-color: transparent;
  color: #ff9800;
  box-shadow: none;
}
.e-btn.e-flat.e-warning:active, .e-btn.e-flat.e-warning.e-active,
.e-css.e-btn.e-flat.e-warning:active,
.e-css.e-btn.e-flat.e-warning.e-active {
  background: rgba(255, 152, 0, 0.24);
  border-color: transparent;
  color: #ff9800;
  box-shadow: none;
}
.e-btn.e-flat.e-warning:disabled, .e-btn.e-flat.e-warning.e-disabled,
.e-css.e-btn.e-flat.e-warning:disabled,
.e-css.e-btn.e-flat.e-warning.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-flat.e-warning .e-ripple-element,
.e-css.e-btn.e-flat.e-warning .e-ripple-element {
  background: rgba(255, 152, 0, 0.12);
}
.e-btn.e-flat.e-danger,
.e-css.e-btn.e-flat.e-danger {
  background: transparent;
  border-color: transparent;
  color: #ff6652;
}
.e-btn.e-flat.e-danger:hover,
.e-css.e-btn.e-flat.e-danger:hover {
  background: rgba(255, 102, 82, 0.08);
  border-color: transparent;
  box-shadow: none;
  color: #ff6652;
}
.e-btn.e-flat.e-danger:focus,
.e-css.e-btn.e-flat.e-danger:focus {
  background: rgba(255, 102, 82, 0.12);
  border-color: transparent;
  color: #ff6652;
  box-shadow: none;
}
.e-btn.e-flat.e-danger:active, .e-btn.e-flat.e-danger.e-active,
.e-css.e-btn.e-flat.e-danger:active,
.e-css.e-btn.e-flat.e-danger.e-active {
  background: rgba(255, 102, 82, 0.24);
  border-color: transparent;
  color: #ff6652;
  box-shadow: none;
}
.e-btn.e-flat.e-danger:disabled, .e-btn.e-flat.e-danger.e-disabled,
.e-css.e-btn.e-flat.e-danger:disabled,
.e-css.e-btn.e-flat.e-danger.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-flat.e-danger .e-ripple-element,
.e-css.e-btn.e-flat.e-danger .e-ripple-element {
  background: rgba(255, 102, 82, 0.12);
}

.e-btn.e-outline,
.e-css.e-btn.e-outline {
  background: transparent;
  border-color: #616161;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-outline:hover,
.e-css.e-btn.e-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #616161;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-outline:active, .e-btn.e-outline.e-active,
.e-css.e-btn.e-outline:active,
.e-css.e-btn.e-outline.e-active {
  background: rgba(255, 255, 255, 0.24);
  border-color: #616161;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-outline:disabled, .e-btn.e-outline.e-disabled,
.e-css.e-btn.e-outline:disabled,
.e-css.e-btn.e-outline.e-disabled {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-outline.e-primary,
.e-css.e-btn.e-outline.e-primary {
  background: transparent;
  border-color: #00b0ff;
  color: #00b0ff;
}
.e-btn.e-outline.e-primary:hover,
.e-css.e-btn.e-outline.e-primary:hover {
  background: #00a2eb;
  border-color: transparent;
  color: #000;
}
.e-btn.e-outline.e-primary:active, .e-btn.e-outline.e-primary.e-active,
.e-css.e-btn.e-outline.e-primary:active,
.e-css.e-btn.e-outline.e-primary.e-active {
  background: #0078ad;
  border-color: transparent;
  box-shadow: none;
  color: #000;
}
.e-btn.e-outline.e-primary:disabled, .e-btn.e-outline.e-primary.e-disabled,
.e-css.e-btn.e-outline.e-primary:disabled,
.e-css.e-btn.e-outline.e-primary.e-disabled {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-outline.e-success,
.e-css.e-btn.e-outline.e-success {
  background: transparent;
  border-color: #4caf50;
  color: #4caf50;
}
.e-btn.e-outline.e-success:hover,
.e-css.e-btn.e-outline.e-success:hover {
  background: #5ab55e;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-outline.e-success:active, .e-btn.e-outline.e-success.e-active,
.e-css.e-btn.e-outline.e-success:active,
.e-css.e-btn.e-outline.e-success.e-active {
  background: #85c988;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-outline.e-success:disabled, .e-btn.e-outline.e-success.e-disabled,
.e-css.e-btn.e-outline.e-success:disabled,
.e-css.e-btn.e-outline.e-success.e-disabled {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-outline.e-info,
.e-css.e-btn.e-outline.e-info {
  background: transparent;
  border-color: #03a9f4;
  color: #03a9f4;
}
.e-btn.e-outline.e-info:hover,
.e-css.e-btn.e-outline.e-info:hover {
  background: #17b0f5;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-outline.e-info:active, .e-btn.e-outline.e-info.e-active,
.e-css.e-btn.e-outline.e-info:active,
.e-css.e-btn.e-outline.e-info.e-active {
  background: #54c5f8;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-outline.e-info:disabled, .e-btn.e-outline.e-info.e-disabled,
.e-css.e-btn.e-outline.e-info:disabled,
.e-css.e-btn.e-outline.e-info.e-disabled {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-outline.e-warning,
.e-css.e-btn.e-outline.e-warning {
  background: transparent;
  border-color: #ff9800;
  color: #ff9800;
}
.e-btn.e-outline.e-warning:hover,
.e-css.e-btn.e-outline.e-warning:hover {
  background: #ffa014;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-outline.e-warning:active, .e-btn.e-outline.e-warning.e-active,
.e-css.e-btn.e-outline.e-warning:active,
.e-css.e-btn.e-outline.e-warning.e-active {
  background: #ffb952;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-outline.e-warning:disabled, .e-btn.e-outline.e-warning.e-disabled,
.e-css.e-btn.e-outline.e-warning:disabled,
.e-css.e-btn.e-outline.e-warning.e-disabled {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}
.e-btn.e-outline.e-danger,
.e-css.e-btn.e-outline.e-danger {
  background: transparent;
  border-color: #ff6652;
  color: #ff6652;
}
.e-btn.e-outline.e-danger:hover,
.e-css.e-btn.e-outline.e-danger:hover {
  background: #ff7260;
  border-color: transparent;
  color: #fff;
}
.e-btn.e-outline.e-danger:active, .e-btn.e-outline.e-danger.e-active,
.e-css.e-btn.e-outline.e-danger:active,
.e-css.e-btn.e-outline.e-danger.e-active {
  background: #ff9789;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn.e-outline.e-danger:disabled, .e-btn.e-outline.e-danger.e-disabled,
.e-css.e-btn.e-outline.e-danger:disabled,
.e-css.e-btn.e-outline.e-danger.e-disabled {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
}

.e-btn.e-link,
.e-css.e-btn.e-link {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #37b8eb;
}
.e-btn.e-link:hover,
.e-css.e-btn.e-link:hover {
  border-radius: 0;
  color: #20b0e9;
  text-decoration: underline;
}
.e-btn.e-link:focus,
.e-css.e-btn.e-link:focus {
  border-radius: 0;
  text-decoration: underline;
  color: #20b0e9;
}
.e-btn.e-link:focus:not(:focus-visible),
.e-css.e-btn.e-link:focus:not(:focus-visible) {
  outline: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-btn.e-link:disabled,
.e-css.e-btn.e-link:disabled {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.e-btn.e-inherit,
.e-css.e-btn.e-inherit {
  color: inherit;
  background: inherit;
  border-color: transparent;
  box-shadow: none;
}
.e-btn.e-inherit:hover, .e-btn.e-inherit:focus, .e-btn.e-inherit:active, .e-btn.e-inherit.e-active,
.e-css.e-btn.e-inherit:hover,
.e-css.e-btn.e-inherit:focus,
.e-css.e-btn.e-inherit:active,
.e-css.e-btn.e-inherit.e-active {
  background: rgba(0, 0, 0, 0.056);
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  outline: none;
}
.e-btn.e-inherit:disabled,
.e-css.e-btn.e-inherit:disabled {
  background: inherit;
  color: inherit;
  border-color: transparent;
  box-shadow: none;
  opacity: 0.5;
}

.e-fab.e-btn {
  align-items: center;
  border-radius: 9999px;
  display: inline-flex;
  min-height: 40px;
  min-width: 40px;
  padding: 0 15px;
  position: absolute;
  z-index: 100000;
}
.e-fab.e-btn .e-btn-icon {
  margin-top: 0;
  font-size: 14px;
}
.e-fab.e-btn.e-icon-btn {
  padding: 0;
}
.e-fab.e-btn.e-fab-fixed {
  position: fixed;
}
.e-fab.e-btn.e-fab-top {
  top: 16px;
}
.e-fab.e-btn.e-fab-top.e-fab-middle {
  top: 50%;
  transform: translateY(-50%);
}
.e-fab.e-btn.e-fab-top.e-fab-middle.e-fab-left.e-fab-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.e-fab.e-btn.e-fab-bottom {
  bottom: 16px;
}
.e-fab.e-btn.e-fab-left {
  left: 16px;
}
.e-fab.e-btn.e-fab-left.e-fab-center {
  left: 50%;
  transform: translateX(-50%);
}
.e-fab.e-btn.e-fab-right {
  right: 16px;
}

.e-rtl.e-fab.e-btn.e-fab-top {
  top: 16px;
}
.e-rtl.e-fab.e-btn.e-fab-top.e-fab-middle {
  top: 50%;
  transform: translateY(-50%);
}
.e-rtl.e-fab.e-btn.e-fab-top.e-fab-middle.e-fab-right.e-fab-center {
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.e-rtl.e-fab.e-btn.e-fab-bottom {
  bottom: 16px;
}
.e-rtl.e-fab.e-btn.e-fab-right {
  right: 16px;
}
.e-rtl.e-fab.e-btn.e-fab-right.e-fab-center {
  right: 50%;
  transform: translateX(50%);
}
.e-rtl.e-fab.e-btn.e-fab-left {
  left: 16px;
}

.e-fab-hidden {
  visibility: hidden;
}

.e-small.e-fab.e-btn,
.e-small .e-fab.e-btn {
  border-radius: 9999px;
  min-height: 32px;
  min-width: 32px;
  padding: 0 11px;
}
.e-small.e-fab.e-btn.e-icon-btn,
.e-small .e-fab.e-btn.e-icon-btn {
  padding: 0;
}
.e-small.e-fab.e-btn .e-btn-icon,
.e-small .e-fab.e-btn .e-btn-icon {
  font-size: 12px;
}

.e-fab.e-btn {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.e-fab.e-btn:hover:not(:focus), .e-fab.e-btn:active, .e-fab.e-btn.e-active, .e-fab.e-btn:disabled {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.e-fab.e-btn:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.e-speeddial-popup {
  position: absolute;
  z-index: 100000;
  pointer-events: none;
  /* OVERFLOW CSS */
}
.e-speeddial-popup.e-speeddial-top {
  top: 16px;
}
.e-speeddial-popup.e-speeddial-top.e-speeddial-radial .e-speeddial-li {
  top: 0;
}
.e-speeddial-popup.e-speeddial-top.e-speeddial-radial.e-speeddial-middle .e-speeddial-li {
  top: calc(0.5 * var(--speeddialRadialMinWidth) + var(--speeddialRadialOffset));
}
.e-speeddial-popup.e-speeddial-top.e-speeddial-middle, .e-speeddial-popup.e-speeddial-top.e-speeddial-linear {
  top: var(--speeddialVertDist);
}
.e-speeddial-popup.e-speeddial-bottom {
  bottom: 16px;
}
.e-speeddial-popup.e-speeddial-bottom.e-speeddial-radial .e-speeddial-li {
  bottom: 0;
}
.e-speeddial-popup.e-speeddial-bottom.e-speeddial-radial.e-speeddial-middle .e-speeddial-li {
  bottom: calc(0.5 * var(--speeddialRadialMinWidth) + var(--speeddialRadialOffset));
}
.e-speeddial-popup.e-speeddial-bottom.e-speeddial-middle, .e-speeddial-popup.e-speeddial-bottom.e-speeddial-linear {
  bottom: var(--speeddialVertDist);
}
.e-speeddial-popup.e-speeddial-left {
  left: var(--speeddialRadialHorzDist);
}
.e-speeddial-popup.e-speeddial-left.e-speeddial-radial .e-speeddial-li {
  left: 0;
}
.e-speeddial-popup.e-speeddial-left.e-speeddial-radial.e-speeddial-center .e-speeddial-li {
  left: calc(0.5 * var(--speeddialRadialMinWidth) + var(--speeddialRadialOffset));
}
.e-speeddial-popup.e-speeddial-left.e-speeddial-radial.e-speeddial-center, .e-speeddial-popup.e-speeddial-left.e-speeddial-center {
  left: var(--speeddialRadialHorzDist);
}
.e-speeddial-popup.e-speeddial-left.e-speeddial-linear {
  left: var(--speeddialHorzDist);
}
.e-speeddial-popup.e-speeddial-right {
  right: var(--speeddialRadialHorzDist);
}
.e-speeddial-popup.e-speeddial-right.e-speeddial-radial .e-speeddial-li {
  right: 0;
}
.e-speeddial-popup.e-speeddial-right.e-speeddial-radial.e-speeddial-center .e-speeddial-li {
  right: calc(0.5 * var(--speeddialRadialMinWidth) + var(--speeddialRadialOffset));
}
.e-speeddial-popup.e-speeddial-right.e-speeddial-radial.e-speeddial-center, .e-speeddial-popup.e-speeddial-right.e-speeddial-center {
  right: var(--speeddialRadialHorzDist);
}
.e-speeddial-popup.e-speeddial-right.e-speeddial-linear {
  right: var(--speeddialHorzDist);
}
.e-speeddial-popup.e-speeddial-template {
  outline: none;
  pointer-events: auto;
  z-index: 100001;
}
.e-speeddial-popup.e-speeddial-linear .e-speeddial-li {
  margin: 5px 0;
}
.e-speeddial-popup .e-speeddial-ul {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 5px 5px;
}
.e-speeddial-popup .e-speeddial-li {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  pointer-events: auto;
  position: relative;
  z-index: 100001;
}
.e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text {
  margin: 0 8px;
}
.e-speeddial-popup .e-speeddial-li-text {
  border-radius: 2px;
  padding: 0 5px;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  border: 1px solid;
}
.e-speeddial-popup .e-speeddial-li-icon {
  border-radius: 99999px;
  border: 1px solid;
  font-size: 12px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.e-speeddial-popup.e-speeddial-fixed {
  position: fixed;
}
.e-speeddial-popup.e-speeddial-vert-right .e-speeddial-li, .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul, .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul.e-speeddial-horz-top {
  flex-direction: row-reverse;
}
.e-speeddial-popup.e-speeddial-vert-bottom .e-speeddial-ul {
  flex-direction: column-reverse;
}
.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul.e-speeddial-horz-top, .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul {
  flex-direction: row;
}
.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul, .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul {
  padding: 5px 5px;
}
.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li, .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li {
  margin: 0 5px;
}
.e-speeddial-popup.e-speeddial-overflow .e-speeddial-ul {
  overflow: auto;
  scroll-behavior: smooth;
  /* Hide scrollbar for IE and Edge */
  -ms-overflow-style: none;
  /* Hide scrollbar for Firefox */
  scrollbar-width: none;
}
.e-speeddial-popup.e-speeddial-overflow .e-speeddial-ul::-webkit-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}
.e-speeddial-popup.e-speeddial-overflow.e-speeddial-vert-overflow .e-speeddial-ul {
  max-height: var(--speeddialOverflowLimit);
}
.e-speeddial-popup.e-speeddial-overflow.e-speeddial-horz-overflow .e-speeddial-ul {
  max-width: var(--speeddialOverflowLimit);
}
.e-speeddial-popup.e-speeddial-radial {
  height: calc(var(--speeddialRadialOffset) + 2 * var(--speeddialRadialMinHeight));
  width: calc(var(--speeddialRadialOffset) + 2 * var(--speeddialRadialMinWidth));
}
.e-speeddial-popup.e-speeddial-radial.e-speeddial-middle {
  height: calc(2 * var(--speeddialRadialOffset) + 2 * var(--speeddialRadialMinHeight));
}
.e-speeddial-popup.e-speeddial-radial.e-speeddial-center {
  width: calc(2 * var(--speeddialRadialOffset) + 2 * var(--speeddialRadialMinWidth));
}
.e-speeddial-popup.e-speeddial-radial.e-speeddial-top-left {
  border-bottom-right-radius: 100%;
}
.e-speeddial-popup.e-speeddial-radial.e-speeddial-top-right {
  border-bottom-left-radius: 100%;
}
.e-speeddial-popup.e-speeddial-radial.e-speeddial-bottom-left {
  border-top-right-radius: 100%;
}
.e-speeddial-popup.e-speeddial-radial.e-speeddial-bottom-right {
  border-top-left-radius: 100%;
}
.e-speeddial-popup.e-speeddial-radial .e-speeddial-ul {
  height: inherit;
  width: inherit;
  position: relative;
  border-radius: inherit;
  padding: 0;
}
.e-speeddial-popup.e-speeddial-radial .e-speeddial-li {
  position: absolute;
  transform: rotate(var(--speeddialRadialAngle)) translate(var(--speeddialRadialOffset)) rotate(calc(-1 * var(--speeddialRadialAngle)));
}
.e-speeddial-popup.e-speeddial-radial .e-speeddial-li-text, .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li-text, .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li-text {
  position: absolute;
  visibility: hidden;
}

.e-small.e-speeddial-popup .e-speeddial-ul,
.e-small .e-speeddial-popup .e-speeddial-ul {
  padding: 5px 3px;
}
.e-small.e-speeddial-popup.e-speeddial-linear .e-speeddial-li,
.e-small .e-speeddial-popup.e-speeddial-linear .e-speeddial-li {
  margin: 5px 0;
}
.e-small.e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text,
.e-small .e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text {
  margin: 0 8px;
}
.e-small.e-speeddial-popup .e-speeddial-li-text,
.e-small .e-speeddial-popup .e-speeddial-li-text {
  height: 22px;
  line-height: 22px;
}
.e-small.e-speeddial-popup .e-speeddial-li-icon,
.e-small .e-speeddial-popup .e-speeddial-li-icon {
  height: 24px;
  width: 24px;
  font-size: 12px;
}
.e-small.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul, .e-small.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul,
.e-small .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,
.e-small .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul {
  padding: 3px 5px;
}
.e-small.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li, .e-small.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li,
.e-small .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,
.e-small .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li {
  margin: 0 5px;
}

.e-speeddial-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99998;
}
.e-speeddial-overlay.e-speeddial-fixed {
  height: 100vh;
  width: 100vw;
  position: fixed;
}

.e-speeddial-hidden {
  visibility: hidden;
}

.e-speeddial-overlay {
  background-color: rgba(107, 114, 128, 0.75);
}

.e-speeddial-popup .e-speeddial-li {
  color: #fff;
}
.e-speeddial-popup .e-speeddial-li .e-speeddial-li-text {
  background: #424242;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: #424242;
}
.e-speeddial-popup .e-speeddial-li .e-speeddial-li-icon {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #424242;
  border-color: #424242;
}
.e-speeddial-popup .e-speeddial-li.e-disabled {
  color: #fff;
}
.e-speeddial-popup .e-speeddial-li.e-disabled .e-speeddial-li-text,
.e-speeddial-popup .e-speeddial-li.e-disabled .e-speeddial-li-icon {
  background: #424242;
  border-color: #424242;
}
.e-speeddial-popup .e-speeddial-li.e-speeddial-li-active:not(.e-disabled),
.e-speeddial-popup .e-speeddial-li:focus:not(.e-disabled) {
  color: #fff;
}
.e-speeddial-popup .e-speeddial-li.e-speeddial-li-active:not(.e-disabled) .e-speeddial-li-text,
.e-speeddial-popup .e-speeddial-li.e-speeddial-li-active:not(.e-disabled) .e-speeddial-li-icon,
.e-speeddial-popup .e-speeddial-li:focus:not(.e-disabled) .e-speeddial-li-text,
.e-speeddial-popup .e-speeddial-li:focus:not(.e-disabled) .e-speeddial-li-icon {
  background: #757575;
  border-color: #757575;
}
.e-speeddial-popup .e-speeddial-li:not(.e-disabled):hover {
  color: #fff;
}
.e-speeddial-popup .e-speeddial-li:not(.e-disabled):hover .e-speeddial-li-text,
.e-speeddial-popup .e-speeddial-li:not(.e-disabled):hover .e-speeddial-li-icon {
  background: #757575;
  border-color: #757575;
}
.e-speeddial-popup .e-speeddial-li:not(.e-disabled):active {
  color: #fff;
}
.e-speeddial-popup .e-speeddial-li:not(.e-disabled):active .e-speeddial-li-text,
.e-speeddial-popup .e-speeddial-li:not(.e-disabled):active .e-speeddial-li-icon {
  background: #9e9e9e;
  border-color: #9e9e9e;
}

/*! calendar layout */
ejs-calendar {
  display: block;
}

.e-calendar.e-disabled .e-header .e-prev, .e-calendar.e-disabled .e-header .e-next {
  cursor: default;
  pointer-events: none;
  touch-action: none;
}
.e-calendar.e-disabled .e-header .e-title {
  cursor: default;
  pointer-events: none;
  touch-action: none;
}
.e-calendar.e-disabled .e-content td {
  pointer-events: none;
  touch-action: none;
}
.e-calendar.e-disabled .e-btn.e-today {
  pointer-events: none;
  touch-action: none;
}

.e-calendar {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-tap-highlight-color: transparent;
  border-radius: 2px;
  display: block;
  overflow: auto;
  user-select: none;
}
.e-calendar.e-rtl .e-header .e-title {
  float: right;
  text-align: right;
}
.e-calendar.e-rtl .e-header .e-icon-container {
  float: left;
}
.e-calendar .e-header {
  background: none;
  display: table;
  font-weight: 500;
  position: relative;
  text-align: center;
  width: 100%;
}
.e-calendar .e-header button {
  background: transparent;
  border: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}
.e-calendar .e-header span {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px;
  vertical-align: middle;
}
.e-calendar .e-header span.e-disabled {
  cursor: default;
}
.e-calendar .e-week-header {
  padding: 0;
}
.e-calendar th {
  cursor: default;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
.e-calendar .e-content .e-selected, .e-calendar .e-content .e-state-hover {
  border-radius: 0;
}
.e-calendar .e-content span.e-day {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.e-calendar .e-content th, .e-calendar .e-content td {
  box-sizing: border-box;
}
.e-calendar .e-content td.e-disabled {
  opacity: 0.35;
  pointer-events: none;
  touch-action: none;
}
.e-calendar .e-content td.e-disabled.e-today {
  opacity: 1;
}
.e-calendar .e-content td.e-disabled.e-today span.e-day {
  box-shadow: inset 1px 0 #00b0ff, inset 0 1px #00b0ff, inset -1px 0 #00b0ff, inset 0 -1px #00b0ff;
  color: #808080;
}
.e-calendar .e-content td {
  cursor: pointer;
  padding: 2px;
  text-align: center;
}
.e-calendar .e-content td.e-week-number {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}
.e-calendar .e-content td.e-overlay {
  background: none;
  width: initial;
}
.e-calendar .e-content table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  float: left;
  margin: 0;
  outline: 0;
  padding: 0 10px 10px;
  table-layout: fixed;
  width: 100%;
}
.e-calendar .e-content td.e-other-month > span.e-day, .e-calendar .e-content td.e-other-year > span.e-day {
  display: none;
  font-weight: normal;
}
.e-calendar .e-content tr.e-month-hide {
  display: none;
  font-weight: normal;
}
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year {
  pointer-events: none;
  touch-action: none;
}
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month.e-disabled, .e-calendar .e-content td.e-other-year.e-disabled {
  pointer-events: none;
  touch-action: none;
}
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover {
  background-color: #303030;
  cursor: default;
}
.e-calendar .e-header .e-prev, .e-calendar .e-header .e-next {
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.e-calendar .e-header .e-title {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 0 5px;
  border: none;
  border-radius: 4px;
}
.e-calendar .e-header .e-title {
  margin-left: 5px;
}
.e-calendar .e-header .e-prev:hover, .e-calendar .e-header .e-next:hover {
  cursor: pointer;
}
.e-calendar .e-header .e-prev.e-overlay, .e-calendar .e-header .e-next.e-overlay {
  background: none;
}
.e-calendar .e-header.e-decade .e-title, .e-calendar .e-header.e-year .e-title {
  margin-left: 5px;
}
.e-calendar .e-header.e-decade .e-title {
  cursor: default;
}
.e-calendar .e-header .e-icon-container {
  display: inline-block;
  float: right;
  padding-top: 0;
}
.e-calendar .e-footer-container {
  text-transform: uppercase;
}

.e-calendar {
  border-spacing: 0;
  max-width: 246px;
  min-width: 240px;
  padding: 0;
}
.e-calendar.e-calendar-day-header-lg {
  max-width: 100%;
  min-width: 540px;
}
.e-calendar.e-week-number {
  min-width: 262px;
}
.e-calendar.e-week {
  max-width: 246px;
  min-width: 240px;
}
.e-calendar .e-header .e-title {
  line-height: 40px;
}
.e-calendar.e-rtl .e-header .e-title {
  text-align: right;
  text-indent: 4px;
}
.e-calendar .e-header {
  height: 40px;
}
.e-calendar .e-header.e-month {
  padding: 10px 10px 0 10px;
}
.e-calendar .e-header.e-year, .e-calendar .e-header.e-decade {
  padding: 10px 10px 0 10px;
}
.e-calendar th {
  font-weight: normal;
  height: 30px;
  text-transform: none;
}
.e-calendar .e-content .e-selected, .e-calendar .e-content .e-state-hover {
  border-radius: 0;
}
.e-calendar .e-content span.e-day {
  border: #616161;
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.e-calendar .e-content.e-month td.e-today span.e-day {
  line-height: 30px;
}
.e-calendar .e-content.e-year table, .e-calendar .e-content.e-decade table {
  border-spacing: 0;
  padding: 10px;
}
.e-calendar .e-content.e-month td {
  height: 30px;
  padding: 2px;
}
.e-calendar .e-content .tfooter > tr > td {
  height: 36px;
  line-height: 36px;
}
.e-calendar .e-content.e-year td, .e-calendar .e-content.e-decade td {
  height: 45px;
  padding: 6px;
}
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day {
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  width: 45px;
}
.e-calendar .e-header .e-icon-container .e-prev, .e-calendar .e-header .e-icon-container .e-next {
  height: 36px;
  width: 36px;
}
.e-calendar .e-footer-container {
  background-color: #303030;
  border-top: none;
  text-align: center;
  cursor: default;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 10px 10px 10px 10px;
  width: 100%;
}
.e-small.e-calendar,
.e-small .e-calendar {
  max-width: 246px;
  min-width: 240px;
  padding: 0;
  min-height: 220px;
}
.e-small.e-calendar.e-calendar-day-header-lg,
.e-small .e-calendar.e-calendar-day-header-lg {
  max-width: 100%;
  min-width: 540px;
}
.e-small.e-calendar .e-content span.e-day,
.e-small .e-calendar .e-content span.e-day {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
  line-height: 24px;
}
.e-small.e-calendar .e-content.e-month td,
.e-small .e-calendar .e-content.e-month td {
  height: 24px;
}
.e-small.e-calendar .e-header,
.e-small .e-calendar .e-header {
  height: 32px;
}
.e-small.e-calendar .e-header button span,
.e-small .e-calendar .e-header button span {
  font-size: 12px;
  padding: 6px;
  line-height: 14px;
}
.e-small.e-calendar .e-header .e-title,
.e-small .e-calendar .e-header .e-title {
  font-size: 13px;
  line-height: 32px;
}
.e-small.e-calendar .e-header .e-icon-container .e-prev, .e-small.e-calendar .e-header .e-icon-container .e-next,
.e-small .e-calendar .e-header .e-icon-container .e-prev,
.e-small .e-calendar .e-header .e-icon-container .e-next {
  height: 28px;
  width: 28px;
}
.e-small.e-calendar th,
.e-small .e-calendar th {
  font-size: 12px;
  height: 24px;
}
.e-calendar .e-btn.e-today.e-flat.e-disabled, .e-calendar .e-btn.e-today.e-flat.e-disabled:hover, .e-calendar .e-btn.e-today.e-flat.e-disabled:active, .e-calendar .e-btn.e-today.e-flat.e-disabled:focus, .e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
  opacity: 0.35;
  outline: none;
  pointer-events: none;
  touch-action: none;
}

.e-content-placeholder.e-calendar.e-placeholder-calendar {
  background-size: 250px 336px;
  min-height: 336px;
}

.e-calendar {
  background-color: #303030;
  border: 1px solid #616161;
  box-shadow: none;
}
.e-calendar .e-date-icon-prev, .e-calendar .e-date-icon-next {
  color: rgba(255, 255, 255, 0.7);
}
.e-calendar th {
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.e-calendar .e-header {
  border-bottom: 0;
}
.e-calendar .e-header a span {
  border: #616161;
  color: rgba(255, 255, 255, 0.75);
}
.e-calendar .e-header .e-title {
  color: #fff;
}
.e-calendar .e-header .e-title:hover {
  background: none;
  cursor: pointer;
  text-decoration: none;
}
.e-calendar .e-header .e-title:focus {
  box-shadow: 0 0 0 1px #fff;
  background: none;
  text-decoration: none;
}
.e-calendar .e-header .e-title:active {
  box-shadow: none;
  background: none;
  text-decoration: none;
}
.e-calendar .e-header .e-prev:hover > span, .e-calendar .e-header .e-next:hover > span {
  border: none;
  color: #fff;
  cursor: pointer;
}
.e-calendar .e-header .e-prev:hover, .e-calendar .e-header .e-next:hover {
  background: none;
}
.e-calendar .e-header .e-prev:focus, .e-calendar .e-header .e-next:focus {
  box-shadow: 0 0 0 1px #fff;
}
.e-calendar .e-header .e-prev:active, .e-calendar .e-header .e-next:active {
  background: rgba(255, 255, 255, 0.18);
  color: #000;
}
.e-calendar .e-header button.e-prev:active span, .e-calendar .e-header button.e-next:active span {
  border: none;
  color: rgba(255, 255, 255, 0.75);
}
.e-calendar .e-header.e-decade .e-title {
  color: #fff;
  cursor: default;
}
.e-calendar .e-header .e-next.e-disabled span, .e-calendar .e-header .e-prev.e-disabled span {
  color: #fff;
  font-weight: normal;
}
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled {
  opacity: 0.35;
}

.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day {
  color: rgba(255, 255, 255, 0.3);
}
.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day {
  color: #000;
}
.e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day {
  color: #fff;
}
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day {
  background-color: #00b0ff;
}
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day {
  background: transparent;
}
.e-calendar .e-content .e-week-number span {
  color: rgba(255, 255, 255, 0.42);
}
.e-calendar .e-content td.e-focused-date span.e-day, .e-calendar .e-content td.e-focused-date:hover span.e-day, .e-calendar .e-content td.e-focused-date:focus span.e-day {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
.e-calendar .e-content td.e-focused-date:hover span.e-day {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
}
.e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day {
  background: none;
  border: 1px solid #00b0ff;
  border-radius: 50%;
  box-shadow: none;
  color: #00b0ff;
}
.e-calendar .e-content td.e-focused-date.e-today span.e-day {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #00b0ff;
  box-shadow: none;
  color: #00b0ff;
}
.e-calendar .e-content td.e-today:focus span.e-day, .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #00b0ff;
}
.e-calendar .e-content td.e-today:hover span.e-day, .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #00b0ff;
  color: #00b0ff;
}
.e-calendar .e-content td.e-today.e-selected span.e-day {
  background-color: #00b0ff;
  border: 1px solid #00b0ff;
  box-shadow: inset 0 0 0 2px rgba(66, 66, 66, 0.7);
  color: #000;
}
.e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
  background: #00b0ff;
  color: #000;
}
.e-calendar .e-content span {
  color: #fff;
}
.e-calendar .e-content .e-disabled span.e-day:hover {
  background: none;
  border: 0;
  color: #fff;
}
.e-calendar .e-content .e-other-month:hover span.e-day {
  color: rgba(255, 255, 255, 0.3);
}
.e-calendar .e-content .e-other-month span.e-day, .e-calendar .e-content .e-other-month.e-today span.e-day {
  color: rgba(255, 255, 255, 0.3);
}
.e-calendar .e-content .e-other-month.e-today:hover span.e-day {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-calendar .e-content thead {
  background: none;
  border-bottom: 0;
}
.e-calendar .e-content td:hover span.e-day, .e-calendar .e-content td:focus span.e-day {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
}
.e-calendar .e-content td:focus span.e-day {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  border-radius: 50%;
}
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day {
  background: none;
  border: none;
  color: #fff;
}
.e-calendar .e-content td.e-selected span.e-day {
  background-color: #00b0ff;
  color: #000;
  border: none;
  border-radius: 50%;
}
.e-calendar .e-content .e-footer {
  color: #00b0ff;
}
.e-calendar.e-device .e-prev:hover, .e-calendar.e-device .e-next:hover, .e-calendar.e-device .e-prev:active, .e-calendar.e-device .e-next:active, .e-calendar.e-device .e-prev:focus, .e-calendar.e-device .e-next:focus {
  background: none;
}
.e-calendar.e-device button.e-prev:active span, .e-calendar.e-device button.e-next:active span {
  color: rgba(255, 255, 255, 0.7);
}
.e-small.e-calendar .e-header .e-title,
.e-small .e-calendar .e-header .e-title {
  color: #fff;
}

.e-calendar .e-zoomin {
  animation: animatezoom 0.3s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.e-calendar .e-calendar-content-table .e-cell.e-focused-cell span.e-day {
  box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;
}

/*! component icons */
.e-calendar .e-header .e-date-icon-prev::before {
  content: "\e910";
}
.e-calendar .e-header .e-date-icon-next::before {
  content: "\e916";
}

/*! component's default definitions and variables */
/*! component's theme wise override material-definitions and variables */
.e-card {
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
  justify-content: center;
  line-height: 16px;
  min-height: 48px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
.e-card > * {
  justify-content: center;
}
.e-card > .e-card-header-title {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 16px;
  padding: 16px;
}
.e-card > .e-card-header-title + :not(.e-card-header-title) {
  margin-top: 0;
  padding-top: 0;
}
.e-card > .e-card-title {
  font-size: 18px;
  line-height: 12px;
  padding: 8px;
}
.e-card > .e-card-title + :not(.e-card-title) {
  margin-top: 0;
  padding-top: 0;
}
.e-card > .e-card-header-title,
.e-card > .e-card-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-card .e-card-header-caption {
  line-height: normal;
}
.e-card .e-card-header-caption .e-card-header-title {
  font-size: 15px;
}
.e-card .e-card-header-caption .e-card-sub-title {
  font-size: 14px;
}
.e-card .e-card-stacked {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.e-card.e-card-horizontal,
.e-card .e-card-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.e-card.e-card-horizontal .e-card-image,
.e-card.e-card-horizontal img,
.e-card .e-card-horizontal .e-card-image,
.e-card .e-card-horizontal img {
  margin: 2px;
}
.e-card .e-card-horizontal {
  line-height: normal;
  padding: 2px;
}
.e-card.e-card-horizontal > * {
  flex: 1;
}
.e-card.e-card-horizontal .e-card-stacked {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
.e-card.e-card-horizontal .e-card-stacked > :first-child {
  flex-grow: 1;
}
.e-card .e-card-separator {
  display: block;
}
.e-card .e-card-corner {
  border-radius: 50%;
}
.e-card .e-card-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: normal;
  min-height: 30px;
  padding: 16px 0 16px 16px;
  width: inherit;
}
.e-card .e-card-header .e-card-content {
  padding-left: 0;
  padding-right: 0;
}
.e-card .e-card-header .e-card-actions {
  justify-content: flex-start;
}
.e-card .e-card-header .e-card-header-image {
  align-self: center;
  display: flex;
}
.e-card .e-card-header .e-card-header-caption {
  align-self: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 0 8px;
}
.e-card .e-card-header .e-card-header-caption:first-child {
  padding: 0;
}
.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  padding: 0 0 8px;
}
.e-card .e-card-header .e-card-header-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
}
.e-card .e-card-header .e-card-corner {
  border-radius: 50%;
}
.e-card .e-card-image {
  background-size: cover;
  min-height: 150px;
  position: relative;
  width: 100%;
}
.e-card .e-card-image .e-card-title {
  bottom: 0;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 22px;
  min-height: 40px;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  text-overflow: ellipsis;
  width: inherit;
}
.e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
  bottom: auto;
  top: 0;
}
.e-card .e-card-image .e-card-title.e-card-top-right {
  text-align: right;
}
.e-card .e-card-image .e-card-title.e-card-bottom-right {
  text-align: right;
}
.e-card .e-card-actions {
  box-sizing: border-box;
  display: inline-block;
  justify-content: flex-start;
  padding: 8px;
}
.e-card .e-card-actions.e-card-vertical {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.e-card .e-card-actions.e-card-vertical .e-card-btn,
.e-card .e-card-actions.e-card-vertical a {
  align-self: initial;
  box-sizing: border-box;
  display: inline-block;
  justify-content: center;
  margin: 0 0 8px 0;
  text-align: center;
  width: 100%;
}
.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
.e-card .e-card-actions.e-card-vertical a:last-child {
  margin-bottom: 0;
}
.e-card .e-card-actions button,
.e-card .e-card-actions a {
  align-items: center;
  align-self: center;
  cursor: pointer;
  display: inline-flex;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}
.e-card .e-card-actions .e-card-btn span,
.e-card .e-card-actions .e-card-btn span.e-icons {
  display: flex;
  font-size: 14px;
  height: 24px;
  width: 24px;
}
.e-card .e-card-actions .e-card-btn span::before,
.e-card .e-card-actions .e-card-btn span.e-icons::before {
  align-self: center;
  display: flex;
  justify-content: center;
  width: inherit;
}
.e-card .e-card-actions .e-card-btn > * {
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
}
.e-card .e-card-actions .e-card-btn,
.e-card .e-card-actions a {
  border-radius: 2px;
}
.e-card .e-card-actions .e-card-btn,
.e-card .e-card-actions a {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  line-height: 36px;
  margin: 0 0 0 8px;
  min-height: 36px;
  padding: 0 6px;
  text-decoration: none;
  text-transform: none;
}
.e-card .e-card-actions .e-card-btn:first-child,
.e-card .e-card-actions a:first-child {
  margin-left: 0;
}
.e-card .e-card-content {
  font-size: 14px;
  line-height: normal;
  padding: 16px;
  word-wrap: break-word;
}
.e-card .e-card-content + :not(.e-card-content),
.e-card .e-card-content + .e-card-actions.e-card-vertical {
  margin-top: 0;
  padding-top: 0;
}
.e-card .e-card-content,
.e-card .e-card-content p {
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* stylelint-disable property-no-vendor-prefix */
.e-card {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #303030;
  border: 1px solid #000;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
  color: #000;
  outline: none;
}
.e-card:hover {
  background-color: #303030;
  border-color: #000;
}
.e-card:focus {
  background-color: #303030;
  border-color: #000;
}
.e-card:active {
  background-color: #303030;
  border-color: #000;
}
.e-card .e-card-separator {
  border-bottom: 1px solid #000;
}
.e-card .e-card-header-caption .e-card-header-title {
  color: #fff;
}
.e-card .e-card-header-caption .e-card-sub-title {
  color: rgba(255, 255, 255, 0.7);
}
.e-card .e-card-image .e-card-title {
  background-color: #fff;
  color: #000;
}
.e-card .e-card-actions .e-card-btn span,
.e-card .e-card-actions .e-card-btn span.e-icons {
  color: #000;
}
.e-card .e-card-actions .e-card-btn,
.e-card .e-card-actions a {
  background-color: #fff;
  border: 0;
  color: #000;
  outline: 0;
}
.e-card .e-card-actions .e-card-btn:hover,
.e-card .e-card-actions a:hover {
  background-color: #fff;
  border: 0;
  color: #000;
}
.e-card .e-card-actions .e-card-btn:focus,
.e-card .e-card-actions a:focus {
  background-color: #fff;
  border: 0;
  color: #000;
}
.e-card .e-card-actions .e-card-btn:active,
.e-card .e-card-actions a:active {
  background-color: #fff;
  border: 0;
  color: #000;
}
.e-card .e-card-content {
  color: rgba(255, 255, 255, 0.7);
}

.e-carousel {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.e-carousel .e-carousel-items,
.e-carousel .e-carousel-slide-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.e-carousel .e-carousel-items.e-swipe-start {
  cursor: pointer;
}
.e-carousel.e-partial .e-carousel-slide-container {
  padding: 0 100px;
}
@media screen and (max-width: 480px) {
  .e-carousel.e-partial .e-carousel-slide-container {
    padding: 0 75px;
  }
}
@media screen and (max-width: 320px) {
  .e-carousel.e-partial .e-carousel-slide-container {
    padding: 0 50px;
  }
}
.e-carousel .e-carousel-items {
  width: calc(var(--carousel-items-count) * 100%);
  display: flex;
  flex-direction: row;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
}
.e-carousel .e-carousel-items .e-carousel-item {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: calc(100% / var(--carousel-items-count));
}
.e-carousel.e-blazor-carousel .e-carousel-items {
  transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
  transition: transform;
}
.e-carousel.e-blazor-carousel.e-rtl .e-carousel-items {
  transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
  transition: transform;
}
.e-carousel.e-carousel-fade-animation .e-carousel-items.e-fade-in-out {
  transition-property: none;
  animation: fade-in-out 0.6s ease-in-out;
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.e-carousel.e-carousel-slide-animation .e-carousel-items.e-slide {
  transition-duration: 0.6s;
}
.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  top: 0;
}
.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item.e-active {
  opacity: 1;
  pointer-events: visible;
}
.e-carousel .e-carousel-navigators {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.e-carousel .e-carousel-navigators .e-play-pause,
.e-carousel .e-carousel-navigators .e-previous,
.e-carousel .e-carousel-navigators .e-next {
  padding: 0.5em;
  pointer-events: auto;
}
.e-carousel .e-carousel-navigators .e-play-pause .e-btn,
.e-carousel .e-carousel-navigators .e-previous .e-btn,
.e-carousel .e-carousel-navigators .e-next .e-btn {
  border: 0;
  box-shadow: none;
}
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:hover,
.e-carousel .e-carousel-navigators .e-previous .e-btn:hover,
.e-carousel .e-carousel-navigators .e-next .e-btn:hover {
  border-radius: 50%;
}
.e-carousel .e-carousel-navigators .e-play-pause .e-btn.e-rtl,
.e-carousel .e-carousel-navigators .e-previous .e-btn.e-rtl,
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
  transform: rotate(180deg);
}
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
  line-height: 1;
  padding-left: 3px;
}
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
  display: none;
}
.e-carousel .e-carousel-indicators {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  min-height: 48px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  pointer-events: auto;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar {
  padding: 0;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 6px;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator div {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 12px;
  transition-duration: 0.6s;
  transition-property: background-color, border-color;
  transition-timing-function: ease-in-out;
  width: 12px;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator .e-ripple-element {
  display: none;
}
.e-carousel .e-carousel-indicators.e-dynamic {
  min-height: 36px;
}
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars {
  display: block;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
  white-space: nowrap;
  width: 80px;
}
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  left: calc(32px - 16px * var(--carousel-items-current));
  margin: 0 4px;
  opacity: 1;
  position: relative;
  transform: scale(0.33);
  transition-duration: 0.6s;
  transition-property: transform, left;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
  width: 8px;
}
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
  transform: scale(1);
}
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-prev, .e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-next {
  transform: scale(0.66);
}
.e-carousel .e-carousel-indicators.e-fraction {
  min-height: 36px;
}
.e-carousel .e-carousel-indicators.e-progress {
  min-height: 4px;
}
.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars {
  height: 4px;
  width: 100%;
}
.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
  transition-duration: 0.6s;
  transform-origin: left top;
  width: 100%;
}

.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled),
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled),
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) {
  background-color: transparent;
}
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled) .e-btn-icon,
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled) .e-btn-icon,
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) .e-btn-icon {
  color: #fff;
}
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):active, .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus, .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):hover,
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):active,
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus,
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):hover,
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):active,
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus,
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):hover {
  background-color: rgba(255, 255, 255, 0.4);
  outline: none;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div {
  background: #fff;
  border-color: #fff;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:active, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible {
  border-color: #000;
}
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar.e-active .e-indicator div {
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar {
  background-color: #fff;
}
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
  background-color: #00b0ff;
}
.e-carousel .e-carousel-indicators.e-fraction .e-indicator-bars {
  color: #fff;
}
.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars {
  background-color: rgba(0, 176, 255, 0.4);
}
.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
  background-color: #00b0ff;
}

.e-carousel .e-previous-icon::before {
  content: "\e904";
}
.e-carousel .e-next-icon::before {
  content: "\e913";
}
.e-carousel .e-play-icon::before {
  content: "\e324";
}
.e-carousel .e-pause-icon::before {
  content: "\e326";
}
.e-carousel.e-rtl .e-previous-icon::before {
  content: "\e913";
}
.e-carousel.e-rtl .e-next-icon::before {
  content: "\e904";
}

.e-checkbox-wrapper,
.e-css.e-checkbox-wrapper {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  user-select: none;
}
.e-checkbox-wrapper label,
.e-css.e-checkbox-wrapper label {
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  margin: 0;
  position: relative;
  white-space: nowrap;
}

.e-checkbox-wrapper:focus .e-frame, .e-checkbox-wrapper.e-focus .e-frame,
.e-css.e-checkbox-wrapper:focus .e-frame,
.e-css.e-checkbox-wrapper.e-focus .e-frame {
  box-shadow: none;
}

.e-checkbox-wrapper .e-ripple-container,
.e-css.e-checkbox-wrapper .e-ripple-container {
  border-radius: 50%;
  bottom: -9px;
  height: 36px;
  left: -9px;
  pointer-events: none;
  position: absolute;
  right: -9px;
  top: -9px;
  width: 36px;
  z-index: 1;
}
.e-checkbox-wrapper .e-label,
.e-css.e-checkbox-wrapper .e-label {
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}

.e-checkbox-wrapper .e-checkbox,
.e-css.e-checkbox-wrapper .e-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.e-checkbox-wrapper .e-checkbox + .e-label,
.e-css.e-checkbox-wrapper .e-checkbox + .e-label {
  margin-right: 10px;
}

.e-checkbox-wrapper .e-frame,
.e-css.e-checkbox-wrapper .e-frame {
  border: 2px solid;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "e-icons";
  height: 18px;
  line-height: 10px;
  padding: 2px 0;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}
.e-checkbox-wrapper .e-frame + .e-label,
.e-css.e-checkbox-wrapper .e-frame + .e-label {
  margin-left: 10px;
}
.e-checkbox-wrapper .e-frame + .e-ripple-container,
.e-css.e-checkbox-wrapper .e-frame + .e-ripple-container {
  left: auto;
}

.e-checkbox-wrapper .e-check,
.e-css.e-checkbox-wrapper .e-check {
  font-size: 12px;
}

.e-checkbox-wrapper .e-stop,
.e-css.e-checkbox-wrapper .e-stop {
  font-size: 10px;
  line-height: 10px;
}

.e-checkbox-wrapper.e-checkbox-disabled,
.e-css.e-checkbox-wrapper.e-checkbox-disabled {
  cursor: default;
  pointer-events: none;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame {
  cursor: default;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-label,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label {
  cursor: default;
}

.e-checkbox-wrapper.e-rtl .e-ripple-container,
.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container {
  right: -9px;
}
.e-checkbox-wrapper.e-rtl .e-frame,
.e-css.e-checkbox-wrapper.e-rtl .e-frame {
  margin: 0;
}
.e-checkbox-wrapper.e-rtl .e-frame:hover,
.e-css.e-checkbox-wrapper.e-rtl .e-frame:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}
.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container,
.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container {
  left: -9px;
  right: auto;
}
.e-checkbox-wrapper.e-rtl .e-label,
.e-css.e-checkbox-wrapper.e-rtl .e-label {
  margin-left: 0;
  margin-right: 10px;
}
.e-checkbox-wrapper.e-rtl .e-label + .e-frame,
.e-css.e-checkbox-wrapper.e-rtl .e-label + .e-frame {
  margin: 0;
}
.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label,
.e-css.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label {
  margin-left: 10px;
  margin-right: 0;
}

.e-checkbox-wrapper.e-small .e-frame,
.e-css.e-checkbox-wrapper.e-small .e-frame {
  height: 14px;
  line-height: 6px;
  width: 14px;
}
.e-checkbox-wrapper.e-small .e-check,
.e-css.e-checkbox-wrapper.e-small .e-check {
  font-size: 10px;
}
.e-checkbox-wrapper.e-small .e-stop,
.e-css.e-checkbox-wrapper.e-small .e-stop {
  font-size: 8px;
  line-height: 6px;
}
.e-checkbox-wrapper.e-small .e-label,
.e-css.e-checkbox-wrapper.e-small .e-label {
  font-size: 13px;
  line-height: 14px;
}
.e-checkbox-wrapper.e-small .e-ripple-container,
.e-css.e-checkbox-wrapper.e-small .e-ripple-container {
  bottom: -9px;
  height: 32px;
  left: -9px;
  right: -9px;
  top: -9px;
  width: 32px;
}

.e-checkbox-wrapper[readonly] {
  pointer-events: none;
}

.e-small .e-checkbox-wrapper .e-frame,
.e-small.e-checkbox-wrapper .e-frame,
.e-small .e-css.e-checkbox-wrapper .e-frame,
.e-small.e-css.e-checkbox-wrapper .e-frame {
  height: 14px;
  line-height: 6px;
  width: 14px;
}
.e-small .e-checkbox-wrapper .e-frame:hover,
.e-small.e-checkbox-wrapper .e-frame:hover,
.e-small .e-css.e-checkbox-wrapper .e-frame:hover,
.e-small.e-css.e-checkbox-wrapper .e-frame:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}
.e-small .e-checkbox-wrapper .e-check,
.e-small.e-checkbox-wrapper .e-check,
.e-small .e-css.e-checkbox-wrapper .e-check,
.e-small.e-css.e-checkbox-wrapper .e-check {
  font-size: 10px;
}
.e-small .e-checkbox-wrapper .e-stop,
.e-small.e-checkbox-wrapper .e-stop,
.e-small .e-css.e-checkbox-wrapper .e-stop,
.e-small.e-css.e-checkbox-wrapper .e-stop {
  font-size: 8px;
  line-height: 6px;
}
.e-small .e-checkbox-wrapper .e-label,
.e-small.e-checkbox-wrapper .e-label,
.e-small .e-css.e-checkbox-wrapper .e-label,
.e-small.e-css.e-checkbox-wrapper .e-label {
  font-size: 13px;
  line-height: 14px;
}
.e-small .e-checkbox-wrapper .e-ripple-container,
.e-small.e-checkbox-wrapper .e-ripple-container,
.e-small .e-css.e-checkbox-wrapper .e-ripple-container,
.e-small.e-css.e-checkbox-wrapper .e-ripple-container {
  bottom: -9px;
  height: 32px;
  left: -9px;
  right: -9px;
  top: -9px;
  width: 32px;
}

.e-checkbox-wrapper,
.e-css.e-checkbox-wrapper {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-tap-highlight-color: transparent;
}
.e-checkbox-wrapper .e-frame,
.e-css.e-checkbox-wrapper .e-frame {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}
.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-checkbox-wrapper .e-frame.e-stop,
.e-css.e-checkbox-wrapper .e-frame.e-stop {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.e-checkbox-wrapper .e-ripple-element,
.e-css.e-checkbox-wrapper .e-ripple-element {
  background: rgba(0, 176, 255, 0.26);
}

.e-checkbox-wrapper .e-ripple-check .e-ripple-element,
.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element {
  background: rgba(255, 255, 255, 0.12);
}

.e-checkbox-wrapper:active .e-ripple-element,
.e-css.e-checkbox-wrapper:active .e-ripple-element {
  background: rgba(255, 255, 255, 0.12);
}
.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element,
.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element {
  background: rgba(0, 176, 255, 0.26);
}

.e-checkbox-wrapper .e-label,
.e-css.e-checkbox-wrapper .e-label {
  color: #fff;
}

.e-checkbox-wrapper .e-checkbox:focus + .e-frame, .e-checkbox-wrapper .e-checkbox:active + .e-frame,
.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame,
.e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, .e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check {
  background-color: #00b0ff;
  border-color: transparent;
  box-shadow: none;
  color: #000;
}
.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop, .e-checkbox-wrapper .e-checkbox:active + .e-frame.e-stop,
.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop,
.e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-stop {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.7);
}

.e-checkbox-wrapper:hover .e-frame,
.e-css.e-checkbox-wrapper:hover .e-frame {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}
.e-checkbox-wrapper:hover .e-frame.e-check,
.e-css.e-checkbox-wrapper:hover .e-frame.e-check {
  background-color: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-checkbox-wrapper:hover .e-frame.e-stop,
.e-css.e-checkbox-wrapper:hover .e-frame.e-stop {
  color: rgba(255, 255, 255, 0.7);
}
.e-checkbox-wrapper:hover .e-label,
.e-css.e-checkbox-wrapper:hover .e-label {
  color: rgba(255, 255, 255, 0.7);
}

.e-checkbox-wrapper.e-checkbox-disabled .e-frame,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
  color: #000;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.e-checkbox-wrapper.e-checkbox-disabled .e-label,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label {
  color: rgba(255, 255, 255, 0.3);
}

.e-checkbox-wrapper.e-focus .e-ripple-container,
.e-css.e-checkbox-wrapper.e-focus .e-ripple-container {
  background-color: rgba(255, 255, 255, 0.12);
}
.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check,
.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check {
  background-color: rgba(0, 176, 255, 0.26);
}
.e-checkbox-wrapper.e-focus .e-frame, .e-checkbox-wrapper.e-focus .e-frame.e-check,
.e-css.e-checkbox-wrapper.e-focus .e-frame,
.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check {
  outline: transparent 0 solid;
  outline-offset: 0;
}

.e-checkbox-wrapper .e-check::before,
.e-css.e-checkbox-wrapper .e-check::before {
  content: "\e933";
}

.e-checkbox-wrapper .e-stop::before,
.e-css.e-checkbox-wrapper .e-stop::before {
  content: "\e934";
}

.e-clone-chip {
  z-index: 2000;
}

.e-chip-list {
  display: flex;
  padding: 4px;
}
.e-chip-list.e-chip,
.e-chip-list .e-chip {
  -webkit-tap-highlight-color: transparent;
  border: 0 solid;
  border-radius: 14px;
  font-size: 13px;
  margin: 4px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  height: 28px;
  line-height: 1.5em;
  outline: none;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}
.e-chip-list.e-chip .e-chip-avatar,
.e-chip-list .e-chip .e-chip-avatar {
  background-size: cover;
  display: flex;
  overflow: hidden;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  font-size: 13px;
  margin: 0 8px 0 -10px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.e-chip-list.e-chip .e-chip-avatar-wrap, .e-chip-list.e-chip.e-chip-avatar-wrap,
.e-chip-list .e-chip .e-chip-avatar-wrap,
.e-chip-list .e-chip.e-chip-avatar-wrap {
  border-radius: 14px;
}
.e-chip-list.e-chip .e-chip-icon,
.e-chip-list .e-chip .e-chip-icon {
  background-size: cover;
  display: flex;
  overflow: hidden;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 8px 0 -6px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.e-chip-list.e-chip .e-chip-drag.e-drag-and-drop, .e-chip-list.e-chip .e-chip-drag.e-error-treeview,
.e-chip-list .e-chip .e-chip-drag.e-drag-and-drop,
.e-chip-list .e-chip .e-chip-drag.e-error-treeview {
  margin: 0 8px 0 -6px;
}
.e-chip-list.e-chip .e-chip-text,
.e-chip-list .e-chip .e-chip-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-chip-list.e-chip .e-chip-delete,
.e-chip-list .e-chip .e-chip-delete {
  background-size: cover;
  display: flex;
  overflow: hidden;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 -2px 0 8px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.e-chip-list.e-chip .e-chip-delete.e-dlt-btn::before,
.e-chip-list .e-chip .e-chip-delete.e-dlt-btn::before {
  font-family: "e-icons";
}
.e-chip-list.e-chip .image-url,
.e-chip-list .e-chip .image-url {
  background-size: cover;
  display: flex;
  overflow: hidden;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 8px 0 -6px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.e-chip-list.e-chip .trailing-icon-url,
.e-chip-list .e-chip .trailing-icon-url {
  background-size: cover;
  display: flex;
  overflow: hidden;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 -2px 0 8px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "e-icons";
}
.e-chip-list.e-chip .e-chip-template,
.e-chip-list .e-chip .e-chip-template {
  display: inline-flex;
}
.e-chip-list:not(.e-chip) {
  flex-wrap: wrap;
}
.e-chip-list.e-multi-selection .e-chip::before {
  align-items: center;
  justify-content: center;
  line-height: 1;
  display: flex;
  font-family: "e-icons";
  height: 20px;
  width: 20px;
  margin: 0 4px 0 -6px;
  margin-top: 0;
  overflow: hidden;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before {
  width: 0;
}
.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before {
  display: none;
}
.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before {
  height: 28px;
  width: 28px;
  margin: 0 8px 0 -10px;
  margin-top: 0;
}
.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon, .e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar {
  display: none;
}
.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap::before {
  display: flex;
}
.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before {
  width: 20px;
}
.e-chip-list.e-rtl.e-chip .e-chip-avatar, .e-chip-list.e-rtl .e-chip .e-chip-avatar {
  margin: 0 -10px 0 8px;
}
.e-chip-list.e-rtl.e-chip .e-chip-icon, .e-chip-list.e-rtl .e-chip .e-chip-icon {
  margin: 0 -6px 0 8px;
}
.e-chip-list.e-rtl.e-chip .e-chip-drag.e-drag-and-drop, .e-chip-list.e-rtl.e-chip .e-chip-drag.e-error-treeview, .e-chip-list.e-rtl .e-chip .e-chip-drag.e-drag-and-drop, .e-chip-list.e-rtl .e-chip .e-chip-drag.e-error-treeview {
  margin: 0 -6px 0 8px;
}
.e-chip-list.e-rtl.e-chip .e-chip-delete, .e-chip-list.e-rtl .e-chip .e-chip-delete {
  margin: 0 8px 0 -2px;
}
.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap {
  border-radius: 14px;
}
.e-chip-list.e-rtl.e-chip .trailing-icon-url, .e-chip-list.e-rtl .e-chip .trailing-icon-url {
  margin: 0 8px 0 -2px;
}
.e-chip-list.e-rtl.e-multi-selection .e-chip::before {
  margin: 0 -6px 0 8px;
  margin-top: 0;
}
.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before {
  margin: 0 -10px 0 8px;
  margin-top: 0;
}

.e-drag-indicator {
  background-color: #00b0ff;
  height: 28px;
  width: 2px;
  position: absolute;
  display: none;
  z-index: 1000;
}

.e-chip-list.e-selection .e-chip.e-active {
  background: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active .e-chip-icon,
.e-chip-list.e-selection .e-chip.e-active .e-chip-delete {
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-focused {
  background: #0086c2;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon,
.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete {
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar {
  background-color: #00b0ff;
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon,
.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-selection .e-chip.e-active.e-clone-chip {
  background: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-clone-chip .e-chip-icon,
.e-chip-list.e-selection .e-chip.e-active.e-clone-chip .e-chip-delete {
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-clone-chip .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-clone-chip .e-drag-and-drop, .e-chip-list.e-selection .e-chip.e-active.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline {
  background: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon,
.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete {
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused {
  background: #0086c2;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon,
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete {
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar {
  background-color: #00b0ff;
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon,
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar {
  background-color: rgba(31, 31, 31, 0);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip {
  background: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip .e-chip-delete {
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-selection .e-chip:active {
  background: rgba(0, 176, 255, 0.32);
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-selection .e-chip:active .e-chip-icon,
.e-chip-list.e-selection .e-chip:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-selection .e-chip:active .e-chip-avatar {
  background-color: rgba(61, 195, 255, 0.32);
  color: #fff;
}
.e-chip-list.e-selection .e-chip:active.e-outline {
  background: rgba(0, 176, 255, 0.32);
  border-color: #757575;
  color: #fff;
}
.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon,
.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar {
  background-color: rgba(61, 195, 255, 0.32);
  color: #fff;
}
.e-chip-list.e-chip, .e-chip-list .e-chip {
  background: #616161;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip .e-chip-icon,
.e-chip-list.e-chip .e-chip-delete, .e-chip-list .e-chip .e-chip-icon,
.e-chip-list .e-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip .e-chip-delete.e-dlt-btn {
  color: rgba(255, 255, 255, 0.8);
}
.e-chip-list.e-chip .e-chip-avatar, .e-chip-list .e-chip .e-chip-avatar {
  background-color: gray;
  color: #fff;
}
.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #fff;
}
.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip:hover, .e-chip-list .e-chip:hover {
  background: #6e6e6e;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip:hover .e-chip-icon,
.e-chip-list.e-chip:hover .e-chip-delete, .e-chip-list .e-chip:hover .e-chip-icon,
.e-chip-list .e-chip:hover .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip:hover .e-chip-avatar, .e-chip-list .e-chip:hover .e-chip-avatar {
  background-color: #8d8d8d;
  color: #fff;
}
.e-chip-list.e-chip.e-focused, .e-chip-list .e-chip.e-focused {
  box-shadow: none;
  background: #878787;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-focused .e-chip-delete, .e-chip-list .e-chip.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-focused .e-chip-avatar {
  background-color: #8d8d8d;
  color: #fff;
}
.e-chip-list.e-chip.e-focused.e-active, .e-chip-list .e-chip.e-focused.e-active {
  background: #878787;
  border-color: transparent;
  color: #fff;
  box-shadow: none;
}
.e-chip-list.e-chip.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-focused.e-active .e-chip-avatar {
  background-color: #a6a6a6;
  color: #fff;
}
.e-chip-list.e-chip.e-active, .e-chip-list .e-chip.e-active {
  background: #949494;
  border-color: transparent;
  color: #fff;
  box-shadow: none;
}
.e-chip-list.e-chip.e-active .e-chip-icon,
.e-chip-list.e-chip.e-active .e-chip-delete, .e-chip-list .e-chip.e-active .e-chip-icon,
.e-chip-list .e-chip.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-active .e-chip-avatar, .e-chip-list .e-chip.e-active .e-chip-avatar {
  background-color: #b3b3b3;
  color: #fff;
}
.e-chip-list.e-chip:active, .e-chip-list .e-chip:active {
  background: #949494;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
}
.e-chip-list.e-chip:active .e-chip-icon,
.e-chip-list.e-chip:active .e-chip-delete, .e-chip-list .e-chip:active .e-chip-icon,
.e-chip-list .e-chip:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip:active .e-chip-avatar, .e-chip-list .e-chip:active .e-chip-avatar {
  background-color: #b3b3b3;
  color: #fff;
}
.e-chip-list.e-chip.e-disabled, .e-chip-list .e-chip.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  pointer-events: none;
}
.e-chip-list.e-chip.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-disabled .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-clone-chip, .e-chip-list .e-chip.e-clone-chip {
  background: #949494;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-clone-chip .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-clone-chip .e-chip-delete.e-dlt-btn {
  color: rgba(255, 255, 255, 0.8);
}
.e-chip-list.e-chip.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-clone-chip .e-chip-avatar {
  background-color: #b3b3b3;
  color: #fff;
}
.e-chip-list.e-chip.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-outline, .e-chip-list .e-chip.e-outline {
  background: transparent;
  border-color: #757575;
  color: #fff;
  border-width: 1px;
}
.e-chip-list.e-chip.e-outline .e-chip-icon,
.e-chip-list.e-chip.e-outline .e-chip-delete, .e-chip-list .e-chip.e-outline .e-chip-icon,
.e-chip-list .e-chip.e-outline .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn {
  color: rgba(255, 255, 255, 0.8);
}
.e-chip-list.e-chip.e-outline .e-chip-avatar, .e-chip-list .e-chip.e-outline .e-chip-avatar {
  background-color: gray;
  color: #fff;
}
.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #fff;
}
.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-outline:hover, .e-chip-list .e-chip.e-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #757575;
  color: #fff;
}
.e-chip-list.e-chip.e-outline:hover .e-chip-icon,
.e-chip-list.e-chip.e-outline:hover .e-chip-delete, .e-chip-list .e-chip.e-outline:hover .e-chip-icon,
.e-chip-list .e-chip.e-outline:hover .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-outline:hover .e-chip-avatar, .e-chip-list .e-chip.e-outline:hover .e-chip-avatar {
  background-color: gray;
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-focused, .e-chip-list .e-chip.e-outline.e-focused {
  background: rgba(255, 255, 255, 0.24);
  border-color: #757575;
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete, .e-chip-list .e-chip.e-outline.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-outline.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-focused.e-active, .e-chip-list .e-chip.e-outline.e-focused.e-active {
  background: rgba(255, 255, 255, 0.24);
  border-color: #757575;
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-active, .e-chip-list .e-chip.e-outline.e-active {
  background: rgba(255, 255, 255, 0.32);
  border-color: #757575;
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-active .e-chip-icon,
.e-chip-list.e-chip.e-outline.e-active .e-chip-delete, .e-chip-list .e-chip.e-outline.e-active .e-chip-icon,
.e-chip-list .e-chip.e-outline.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-active .e-chip-avatar, .e-chip-list .e-chip.e-outline.e-active .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.e-chip-list.e-chip.e-outline:active, .e-chip-list .e-chip.e-outline:active {
  background: rgba(255, 255, 255, 0.32);
  border-color: #757575;
  color: #fff;
}
.e-chip-list.e-chip.e-outline:active .e-chip-icon,
.e-chip-list.e-chip.e-outline:active .e-chip-delete, .e-chip-list .e-chip.e-outline:active .e-chip-icon,
.e-chip-list .e-chip.e-outline:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-outline:active .e-chip-avatar, .e-chip-list .e-chip.e-outline:active .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-disabled, .e-chip-list .e-chip.e-outline.e-disabled {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-outline.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-outline.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-outline.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-outline.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-outline.e-disabled .e-chip-avatar {
  background-color: rgba(31, 31, 31, 0);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-outline.e-clone-chip, .e-chip-list .e-chip.e-outline.e-clone-chip {
  background: #949494;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-outline.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-outline.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-clone-chip .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-outline.e-clone-chip .e-chip-delete.e-dlt-btn {
  color: rgba(255, 255, 255, 0.8);
}
.e-chip-list.e-chip.e-outline.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-outline.e-clone-chip .e-chip-avatar {
  background-color: #b3b3b3;
  color: #fff;
}
.e-chip-list.e-chip.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-outline.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-outline.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-primary, .e-chip-list .e-chip.e-primary {
  background: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary .e-chip-icon,
.e-chip-list.e-chip.e-primary .e-chip-delete, .e-chip-list .e-chip.e-primary .e-chip-icon,
.e-chip-list .e-chip.e-primary .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-primary .e-chip-delete.e-dlt-btn {
  color: rgba(0, 0, 0, 0.8);
}
.e-chip-list.e-chip.e-primary .e-chip-avatar, .e-chip-list .e-chip.e-primary .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #000;
}
.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #000;
}
.e-chip-list.e-chip.e-primary:hover, .e-chip-list .e-chip.e-primary:hover {
  background: #00a2eb;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary:hover .e-chip-icon,
.e-chip-list.e-chip.e-primary:hover .e-chip-delete, .e-chip-list .e-chip.e-primary:hover .e-chip-icon,
.e-chip-list .e-chip.e-primary:hover .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary:hover .e-chip-avatar, .e-chip-list .e-chip.e-primary:hover .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-focused, .e-chip-list .e-chip.e-primary.e-focused {
  background: #0086c2;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete, .e-chip-list .e-chip.e-primary.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-focused .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-focused.e-active, .e-chip-list .e-chip.e-primary.e-focused.e-active {
  background: #0086c2;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-active, .e-chip-list .e-chip.e-primary.e-active {
  background: #0078ad;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-active .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-active .e-chip-delete, .e-chip-list .e-chip.e-primary.e-active .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-active .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-active .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-active .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary:active, .e-chip-list .e-chip.e-primary:active {
  background: #0078ad;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary:active .e-chip-icon,
.e-chip-list.e-chip.e-primary:active .e-chip-delete, .e-chip-list .e-chip.e-primary:active .e-chip-icon,
.e-chip-list .e-chip.e-primary:active .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary:active .e-chip-avatar, .e-chip-list .e-chip.e-primary:active .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-disabled, .e-chip-list .e-chip.e-primary.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-primary.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-primary.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-primary.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-disabled .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-primary.e-clone-chip, .e-chip-list .e-chip.e-primary.e-clone-chip {
  background: #0078ad;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-primary.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-clone-chip .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-clone-chip .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-primary.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-primary.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-primary.e-clone-chip.e-error-treeview {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline, .e-chip-list .e-chip.e-primary.e-outline {
  background: transparent;
  border-color: #00b0ff;
  color: #00b0ff;
}
.e-chip-list.e-chip.e-primary.e-outline .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete, .e-chip-list .e-chip.e-primary.e-outline .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete {
  color: #00b0ff;
}
.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn {
  color: rgba(0, 176, 255, 0.8);
}
.e-chip-list.e-chip.e-primary.e-outline .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-outline .e-chip-avatar {
  background-color: #00b0ff;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #00b0ff;
}
.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline:hover, .e-chip-list .e-chip.e-primary.e-outline:hover {
  background: rgba(0, 176, 255, 0.18);
  border-color: #00b0ff;
  color: #00b0ff;
}
.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete, .e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete {
  color: #00b0ff;
}
.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-avatar {
  background-color: #00b0ff;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-focused, .e-chip-list .e-chip.e-primary.e-outline.e-focused {
  background: #0086c2;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete, .e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-avatar {
  background-color: #00b0ff;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active, .e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active {
  background: #0086c2;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar {
  background-color: #00b0ff;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-active, .e-chip-list .e-chip.e-primary.e-outline.e-active {
  background: #00b0ff;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete, .e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-avatar {
  background-color: #3dc3ff;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline:active, .e-chip-list .e-chip.e-primary.e-outline:active {
  background: #0078ad;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete, .e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-outline:active .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-disabled, .e-chip-list .e-chip.e-primary.e-outline.e-disabled {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-avatar {
  background-color: rgba(31, 31, 31, 0);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip, .e-chip-list .e-chip.e-primary.e-outline.e-clone-chip {
  background: #0078ad;
  border-color: transparent;
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-primary.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-primary.e-outline.e-clone-chip .e-chip-delete {
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-primary.e-outline.e-clone-chip .e-chip-avatar {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000;
}
.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-primary.e-outline.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-primary.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-primary.e-outline.e-clone-chip.e-error-treeview {
  color: #000;
}
.e-chip-list.e-chip.e-success, .e-chip-list .e-chip.e-success {
  background: #4caf50;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success .e-chip-icon,
.e-chip-list.e-chip.e-success .e-chip-delete, .e-chip-list .e-chip.e-success .e-chip-icon,
.e-chip-list .e-chip.e-success .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn {
  color: rgba(255, 255, 255, 0.8);
}
.e-chip-list.e-chip.e-success .e-chip-avatar, .e-chip-list .e-chip.e-success .e-chip-avatar {
  background-color: #75c378;
  color: #fff;
}
.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #fff;
}
.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-success:hover, .e-chip-list .e-chip.e-success:hover {
  background: #5ab55e;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success:hover .e-chip-icon,
.e-chip-list.e-chip.e-success:hover .e-chip-delete, .e-chip-list .e-chip.e-success:hover .e-chip-icon,
.e-chip-list .e-chip.e-success:hover .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success:hover .e-chip-avatar, .e-chip-list .e-chip.e-success:hover .e-chip-avatar {
  background-color: #84c887;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-focused, .e-chip-list .e-chip.e-success.e-focused {
  background: #77c27a;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-success.e-focused .e-chip-delete, .e-chip-list .e-chip.e-success.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-success.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-success.e-focused .e-chip-avatar {
  background-color: #a1d5a3;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-focused.e-active, .e-chip-list .e-chip.e-success.e-focused.e-active {
  background: #77c27a;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar {
  background-color: #a1d5a3;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-active, .e-chip-list .e-chip.e-success.e-active {
  background: #85c988;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-active .e-chip-icon,
.e-chip-list.e-chip.e-success.e-active .e-chip-delete, .e-chip-list .e-chip.e-success.e-active .e-chip-icon,
.e-chip-list .e-chip.e-success.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-active .e-chip-avatar, .e-chip-list .e-chip.e-success.e-active .e-chip-avatar {
  background-color: #afdcb1;
  color: #fff;
}
.e-chip-list.e-chip.e-success:active, .e-chip-list .e-chip.e-success:active {
  background: #85c988;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success:active .e-chip-icon,
.e-chip-list.e-chip.e-success:active .e-chip-delete, .e-chip-list .e-chip.e-success:active .e-chip-icon,
.e-chip-list .e-chip.e-success:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success:active .e-chip-avatar, .e-chip-list .e-chip.e-success:active .e-chip-avatar {
  background-color: #afdcb1;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-disabled, .e-chip-list .e-chip.e-success.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-success.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-success.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-success.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-success.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-success.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-success.e-disabled .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-success.e-clone-chip, .e-chip-list .e-chip.e-success.e-clone-chip {
  background: #85c988;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-success.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-success.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-success.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-success.e-clone-chip .e-chip-avatar {
  background-color: #afdcb1;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-success.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-success.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-success.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline, .e-chip-list .e-chip.e-success.e-outline {
  background: transparent;
  border-color: #4caf50;
  color: #4caf50;
}
.e-chip-list.e-chip.e-success.e-outline .e-chip-icon,
.e-chip-list.e-chip.e-success.e-outline .e-chip-delete, .e-chip-list .e-chip.e-success.e-outline .e-chip-icon,
.e-chip-list .e-chip.e-success.e-outline .e-chip-delete {
  color: #4caf50;
}
.e-chip-list.e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn {
  color: rgba(76, 175, 80, 0.8);
}
.e-chip-list.e-chip.e-success.e-outline .e-chip-avatar, .e-chip-list .e-chip.e-success.e-outline .e-chip-avatar {
  background-color: #4caf50;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #4caf50;
}
.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline:hover, .e-chip-list .e-chip.e-success.e-outline:hover {
  background: rgba(76, 175, 80, 0.18);
  border-color: #4caf50;
  color: #4caf50;
}
.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon,
.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete, .e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon,
.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete {
  color: #4caf50;
}
.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-avatar, .e-chip-list .e-chip.e-success.e-outline:hover .e-chip-avatar {
  background-color: #4caf50;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-focused, .e-chip-list .e-chip.e-success.e-outline.e-focused {
  background: #77c27a;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete, .e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar {
  background-color: #a1d5a3;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active, .e-chip-list .e-chip.e-success.e-outline.e-focused.e-active {
  background: #77c27a;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar {
  background-color: #a1d5a3;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-active, .e-chip-list .e-chip.e-success.e-outline.e-active {
  background: #4caf50;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon,
.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete, .e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon,
.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar, .e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar {
  background-color: #75c378;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline:active, .e-chip-list .e-chip.e-success.e-outline:active {
  background: #85c988;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon,
.e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete, .e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon,
.e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar, .e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar {
  background-color: #afdcb1;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-disabled, .e-chip-list .e-chip.e-success.e-outline.e-disabled {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-avatar {
  background-color: rgba(31, 31, 31, 0);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-success.e-outline.e-clone-chip, .e-chip-list .e-chip.e-success.e-outline.e-clone-chip {
  background: #85c988;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-success.e-outline.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-success.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-success.e-outline.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-success.e-outline.e-clone-chip .e-chip-avatar {
  background-color: #afdcb1;
  color: #fff;
}
.e-chip-list.e-chip.e-success.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-success.e-outline.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-success.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-success.e-outline.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-info, .e-chip-list .e-chip.e-info {
  background: #03a9f4;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info .e-chip-icon,
.e-chip-list.e-chip.e-info .e-chip-delete, .e-chip-list .e-chip.e-info .e-chip-icon,
.e-chip-list .e-chip.e-info .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-info .e-chip-delete.e-dlt-btn {
  color: rgba(255, 255, 255, 0.8);
}
.e-chip-list.e-chip.e-info .e-chip-avatar, .e-chip-list .e-chip.e-info .e-chip-avatar {
  background-color: #38bffd;
  color: #fff;
}
.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #fff;
}
.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-info:hover, .e-chip-list .e-chip.e-info:hover {
  background: #17b0f5;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info:hover .e-chip-icon,
.e-chip-list.e-chip.e-info:hover .e-chip-delete, .e-chip-list .e-chip.e-info:hover .e-chip-icon,
.e-chip-list .e-chip.e-info:hover .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info:hover .e-chip-avatar, .e-chip-list .e-chip.e-info:hover .e-chip-avatar {
  background-color: #52c4f8;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-focused, .e-chip-list .e-chip.e-info.e-focused {
  background: #3fbef7;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-info.e-focused .e-chip-delete, .e-chip-list .e-chip.e-info.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-info.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-info.e-focused .e-chip-avatar {
  background-color: #7ad2f9;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-focused.e-active, .e-chip-list .e-chip.e-info.e-focused.e-active {
  background: #3fbef7;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-avatar {
  background-color: #7ad2f9;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-active, .e-chip-list .e-chip.e-info.e-active {
  background: #54c5f8;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-active .e-chip-icon,
.e-chip-list.e-chip.e-info.e-active .e-chip-delete, .e-chip-list .e-chip.e-info.e-active .e-chip-icon,
.e-chip-list .e-chip.e-info.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-active .e-chip-avatar, .e-chip-list .e-chip.e-info.e-active .e-chip-avatar {
  background-color: #8fd9fa;
  color: #fff;
}
.e-chip-list.e-chip.e-info:active, .e-chip-list .e-chip.e-info:active {
  background: #54c5f8;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info:active .e-chip-icon,
.e-chip-list.e-chip.e-info:active .e-chip-delete, .e-chip-list .e-chip.e-info:active .e-chip-icon,
.e-chip-list .e-chip.e-info:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info:active .e-chip-avatar, .e-chip-list .e-chip.e-info:active .e-chip-avatar {
  background-color: #8fd9fa;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-disabled, .e-chip-list .e-chip.e-info.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-info.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-info.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-info.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-info.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-info.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-info.e-disabled .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-info.e-clone-chip, .e-chip-list .e-chip.e-info.e-clone-chip {
  background: #54c5f8;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-info.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-info.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-info.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-info.e-clone-chip .e-chip-avatar {
  background-color: #8fd9fa;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-info.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-info.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-info.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline, .e-chip-list .e-chip.e-info.e-outline {
  background: transparent;
  border-color: #03a9f4;
  color: #03a9f4;
}
.e-chip-list.e-chip.e-info.e-outline .e-chip-icon,
.e-chip-list.e-chip.e-info.e-outline .e-chip-delete, .e-chip-list .e-chip.e-info.e-outline .e-chip-icon,
.e-chip-list .e-chip.e-info.e-outline .e-chip-delete {
  color: #03a9f4;
}
.e-chip-list.e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn {
  color: rgba(3, 169, 244, 0.8);
}
.e-chip-list.e-chip.e-info.e-outline .e-chip-avatar, .e-chip-list .e-chip.e-info.e-outline .e-chip-avatar {
  background-color: #03a9f4;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #03a9f4;
}
.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline:hover, .e-chip-list .e-chip.e-info.e-outline:hover {
  background: rgba(3, 169, 244, 0.18);
  border-color: #03a9f4;
  color: #03a9f4;
}
.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon,
.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete, .e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon,
.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete {
  color: #03a9f4;
}
.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-avatar, .e-chip-list .e-chip.e-info.e-outline:hover .e-chip-avatar {
  background-color: #03a9f4;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-focused, .e-chip-list .e-chip.e-info.e-outline.e-focused {
  background: #3fbef7;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete, .e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-avatar {
  background-color: #7ad2f9;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active, .e-chip-list .e-chip.e-info.e-outline.e-focused.e-active {
  background: #3fbef7;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar {
  background-color: #7ad2f9;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-active, .e-chip-list .e-chip.e-info.e-outline.e-active {
  background: #03a9f4;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon,
.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete, .e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon,
.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-avatar, .e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-avatar {
  background-color: #38bffd;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline:active, .e-chip-list .e-chip.e-info.e-outline:active {
  background: #54c5f8;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon,
.e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete, .e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon,
.e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline:active .e-chip-avatar, .e-chip-list .e-chip.e-info.e-outline:active .e-chip-avatar {
  background-color: #8fd9fa;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-disabled, .e-chip-list .e-chip.e-info.e-outline.e-disabled {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-avatar {
  background-color: rgba(31, 31, 31, 0);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-info.e-outline.e-clone-chip, .e-chip-list .e-chip.e-info.e-outline.e-clone-chip {
  background: #54c5f8;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-info.e-outline.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-info.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-info.e-outline.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-info.e-outline.e-clone-chip .e-chip-avatar {
  background-color: #8fd9fa;
  color: #fff;
}
.e-chip-list.e-chip.e-info.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-info.e-outline.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-info.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-info.e-outline.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-warning, .e-chip-list .e-chip.e-warning {
  background: #ff9800;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning .e-chip-icon,
.e-chip-list.e-chip.e-warning .e-chip-delete, .e-chip-list .e-chip.e-warning .e-chip-icon,
.e-chip-list .e-chip.e-warning .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-warning .e-chip-delete.e-dlt-btn {
  color: rgba(255, 255, 255, 0.8);
}
.e-chip-list.e-chip.e-warning .e-chip-avatar, .e-chip-list .e-chip.e-warning .e-chip-avatar {
  background-color: #ffb13d;
  color: #fff;
}
.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #fff;
}
.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-warning:hover, .e-chip-list .e-chip.e-warning:hover {
  background: #ffa014;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning:hover .e-chip-icon,
.e-chip-list.e-chip.e-warning:hover .e-chip-delete, .e-chip-list .e-chip.e-warning:hover .e-chip-icon,
.e-chip-list .e-chip.e-warning:hover .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning:hover .e-chip-avatar, .e-chip-list .e-chip.e-warning:hover .e-chip-avatar {
  background-color: #ffb951;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-focused, .e-chip-list .e-chip.e-warning.e-focused {
  background: #ffb13d;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete, .e-chip-list .e-chip.e-warning.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-focused .e-chip-avatar {
  background-color: #ffca7a;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-focused.e-active, .e-chip-list .e-chip.e-warning.e-focused.e-active {
  background: #ffb13d;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-avatar {
  background-color: #ffca7a;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-active, .e-chip-list .e-chip.e-warning.e-active {
  background: #ffb952;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-active .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-active .e-chip-delete, .e-chip-list .e-chip.e-warning.e-active .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-active .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-active .e-chip-avatar {
  background-color: #ffd28f;
  color: #fff;
}
.e-chip-list.e-chip.e-warning:active, .e-chip-list .e-chip.e-warning:active {
  background: #ffb952;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning:active .e-chip-icon,
.e-chip-list.e-chip.e-warning:active .e-chip-delete, .e-chip-list .e-chip.e-warning:active .e-chip-icon,
.e-chip-list .e-chip.e-warning:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning:active .e-chip-avatar, .e-chip-list .e-chip.e-warning:active .e-chip-avatar {
  background-color: #ffd28f;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-disabled, .e-chip-list .e-chip.e-warning.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-warning.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-warning.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-warning.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-disabled .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-warning.e-clone-chip, .e-chip-list .e-chip.e-warning.e-clone-chip {
  background: #ffb952;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-warning.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-clone-chip .e-chip-avatar {
  background-color: #ffd28f;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-warning.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-warning.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-warning.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline, .e-chip-list .e-chip.e-warning.e-outline {
  background: transparent;
  border-color: #ff9800;
  color: #ff9800;
}
.e-chip-list.e-chip.e-warning.e-outline .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete, .e-chip-list .e-chip.e-warning.e-outline .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete {
  color: #ff9800;
}
.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn {
  color: rgba(255, 152, 0, 0.8);
}
.e-chip-list.e-chip.e-warning.e-outline .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-outline .e-chip-avatar {
  background-color: #ff9800;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #ff9800;
}
.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline:hover, .e-chip-list .e-chip.e-warning.e-outline:hover {
  background: rgba(255, 152, 0, 0.18);
  border-color: #ff9800;
  color: #ff9800;
}
.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete, .e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete {
  color: #ff9800;
}
.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-avatar {
  background-color: #ff9800;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-focused, .e-chip-list .e-chip.e-warning.e-outline.e-focused {
  background: #ffb13d;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete, .e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-avatar {
  background-color: #ffca7a;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active, .e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active {
  background: #ffb13d;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar {
  background-color: #ffca7a;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-active, .e-chip-list .e-chip.e-warning.e-outline.e-active {
  background: #ff9800;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete, .e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-avatar {
  background-color: #ffb13d;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline:active, .e-chip-list .e-chip.e-warning.e-outline:active {
  background: #ffb952;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete, .e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-outline:active .e-chip-avatar {
  background-color: #ffd28f;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-disabled, .e-chip-list .e-chip.e-warning.e-outline.e-disabled {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-avatar {
  background-color: rgba(31, 31, 31, 0);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip, .e-chip-list .e-chip.e-warning.e-outline.e-clone-chip {
  background: #ffb952;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-warning.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-warning.e-outline.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-warning.e-outline.e-clone-chip .e-chip-avatar {
  background-color: #ffd28f;
  color: #fff;
}
.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-warning.e-outline.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-warning.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-warning.e-outline.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-danger, .e-chip-list .e-chip.e-danger {
  background: #ff6652;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger .e-chip-icon,
.e-chip-list.e-chip.e-danger .e-chip-delete, .e-chip-list .e-chip.e-danger .e-chip-icon,
.e-chip-list .e-chip.e-danger .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn {
  color: rgba(255, 255, 255, 0.8);
}
.e-chip-list.e-chip.e-danger .e-chip-avatar, .e-chip-list .e-chip.e-danger .e-chip-avatar {
  background-color: #ff9c8f;
  color: #fff;
}
.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #fff;
}
.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-danger:hover, .e-chip-list .e-chip.e-danger:hover {
  background: #ff7260;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger:hover .e-chip-icon,
.e-chip-list.e-chip.e-danger:hover .e-chip-delete, .e-chip-list .e-chip.e-danger:hover .e-chip-icon,
.e-chip-list .e-chip.e-danger:hover .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger:hover .e-chip-avatar, .e-chip-list .e-chip.e-danger:hover .e-chip-avatar {
  background-color: #ffa89d;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-focused, .e-chip-list .e-chip.e-danger.e-focused {
  background: #ff8b7c;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete, .e-chip-list .e-chip.e-danger.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-focused .e-chip-avatar {
  background-color: #ffc1b9;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-focused.e-active, .e-chip-list .e-chip.e-danger.e-focused.e-active {
  background: #ff8b7c;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar {
  background-color: #ffc1b9;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-active, .e-chip-list .e-chip.e-danger.e-active {
  background: #ff9789;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-active .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-active .e-chip-delete, .e-chip-list .e-chip.e-danger.e-active .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-active .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-active .e-chip-avatar {
  background-color: #ffcdc6;
  color: #fff;
}
.e-chip-list.e-chip.e-danger:active, .e-chip-list .e-chip.e-danger:active {
  background: #ff9789;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger:active .e-chip-icon,
.e-chip-list.e-chip.e-danger:active .e-chip-delete, .e-chip-list .e-chip.e-danger:active .e-chip-icon,
.e-chip-list .e-chip.e-danger:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger:active .e-chip-avatar, .e-chip-list .e-chip.e-danger:active .e-chip-avatar {
  background-color: #ffcdc6;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-disabled, .e-chip-list .e-chip.e-danger.e-disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-danger.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-danger.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-danger.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-disabled .e-chip-avatar {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.e-chip-list.e-chip.e-danger.e-clone-chip, .e-chip-list .e-chip.e-danger.e-clone-chip {
  background: #ff9789;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-danger.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-clone-chip .e-chip-avatar {
  background-color: #ffcdc6;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-danger.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-danger.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-danger.e-clone-chip.e-error-treeview {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline, .e-chip-list .e-chip.e-danger.e-outline {
  background: transparent;
  border-color: #ff6652;
  color: #ff6652;
}
.e-chip-list.e-chip.e-danger.e-outline .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete, .e-chip-list .e-chip.e-danger.e-outline .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete {
  color: #ff6652;
}
.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn, .e-chip-list .e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn {
  color: rgba(255, 102, 82, 0.8);
}
.e-chip-list.e-chip.e-danger.e-outline .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-outline .e-chip-avatar {
  background-color: #ff6652;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, .e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
  color: #ff6652;
}
.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, .e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline:hover, .e-chip-list .e-chip.e-danger.e-outline:hover {
  background: rgba(255, 102, 82, 0.18);
  border-color: #ff6652;
  color: #ff6652;
}
.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete, .e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete {
  color: #ff6652;
}
.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-avatar {
  background-color: #ff6652;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-focused, .e-chip-list .e-chip.e-danger.e-outline.e-focused {
  background: #ff8b7c;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete, .e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar {
  background-color: #ffc1b9;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-focused.e-active, .e-chip-list .e-chip.e-danger.e-outline.e-focused.e-focused.e-active {
  background: #ff8b7c;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-delete, .e-chip-list .e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-avatar {
  background-color: #ffc1b9;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-active, .e-chip-list .e-chip.e-danger.e-outline.e-active {
  background: #ff6652;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete, .e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar {
  background-color: #ff9c8f;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline:active, .e-chip-list .e-chip.e-danger.e-outline:active {
  background: #ff9789;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete, .e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar {
  background-color: #ffcdc6;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-disabled, .e-chip-list .e-chip.e-danger.e-outline.e-disabled {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-delete, .e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-delete {
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-avatar {
  background-color: rgba(31, 31, 31, 0);
  color: rgba(255, 255, 255, 0.32);
}
.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip, .e-chip-list .e-chip.e-danger.e-outline.e-clone-chip {
  background: #ff9789;
  border-color: transparent;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip .e-chip-delete, .e-chip-list .e-chip.e-danger.e-outline.e-clone-chip .e-chip-icon,
.e-chip-list .e-chip.e-danger.e-outline.e-clone-chip .e-chip-delete {
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip .e-chip-avatar, .e-chip-list .e-chip.e-danger.e-outline.e-clone-chip .e-chip-avatar {
  background-color: #ffcdc6;
  color: #fff;
}
.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list.e-chip.e-danger.e-outline.e-clone-chip.e-error-treeview, .e-chip-list .e-chip.e-danger.e-outline.e-clone-chip .e-drag-and-drop, .e-chip-list .e-chip.e-danger.e-outline.e-clone-chip.e-error-treeview {
  color: #fff;
}

.e-chip-list .e-chip-delete.e-dlt-btn::before {
  content: "\e208";
}
.e-chip-list.e-multi-selection .e-chip::before {
  content: "\e933";
}

.e-dropdown-btn,
.e-dropdown-btn.e-btn {
  box-shadow: none;
  text-transform: none;
  white-space: normal;
}
.e-dropdown-btn:hover,
.e-dropdown-btn.e-btn:hover {
  box-shadow: none;
}
.e-dropdown-btn:focus,
.e-dropdown-btn.e-btn:focus {
  box-shadow: none;
}
.e-dropdown-btn:active,
.e-dropdown-btn.e-btn:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-dropdown-btn .e-btn-icon,
.e-dropdown-btn.e-btn .e-btn-icon {
  font-size: 14px;
}
.e-dropdown-btn .e-caret,
.e-dropdown-btn.e-btn .e-caret {
  font-size: 14px;
}
.e-dropdown-btn.e-vertical,
.e-dropdown-btn.e-btn.e-vertical {
  line-height: 1;
  padding: 12px 12px;
}
.e-dropdown-btn.e-caret-hide .e-caret,
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
  display: none;
}
.e-dropdown-btn.e-small .e-dropdown-popup ul,
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
  padding: 8px 0;
}
.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
  padding: 0 16px;
}
.e-dropdown-btn.e-small.e-vertical,
.e-dropdown-btn.e-btn.e-small.e-vertical {
  line-height: 1;
  padding: 12px 12px;
}
.e-dropdown-btn.e-small .e-btn-icon,
.e-dropdown-btn.e-btn.e-small .e-btn-icon {
  font-size: 12px;
}
.e-dropdown-btn.e-small .e-btn-icon.e-caret,
.e-dropdown-btn.e-btn.e-small .e-btn-icon.e-caret {
  font-size: 12px;
}

.e-dropdown-popup {
  position: absolute;
}
.e-dropdown-popup ul {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  min-width: 120px;
  overflow: hidden;
  padding: 8px 0;
  user-select: none;
  white-space: nowrap;
}
.e-dropdown-popup ul .e-item {
  cursor: pointer;
  display: flex;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
}
.e-dropdown-popup ul .e-item.e-separator {
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-dropdown-popup ul .e-item.e-url {
  padding: 0;
}
.e-dropdown-popup ul .e-item .e-menu-url {
  display: block;
  padding: 0 16px;
  text-decoration: none;
  width: 100%;
}
.e-dropdown-popup ul .e-item .e-menu-icon {
  float: left;
  font-size: 14px;
  line-height: 36px;
  margin-right: 10px;
  vertical-align: middle;
  width: 1em;
}
.e-dropdown-popup ul .e-item.e-disabled {
  cursor: auto;
  pointer-events: none;
}
.e-dropdown-popup ul .e-item.e-separator {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  cursor: auto;
  height: auto;
  line-height: normal;
  margin: 8px 0;
  pointer-events: none;
}
.e-dropdown-popup.e-transparent {
  background: transparent;
  box-shadow: none;
}
.e-dropdown-popup.e-transparent .e-dropdown-menu {
  border: 0;
  height: 1px;
  min-width: 0;
  padding: 0;
  width: 1px;
}
.e-dropdown-popup.e-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-rtl.e-dropdown-popup .e-item .e-menu-icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.e-dropdown-popup-width ul {
  min-width: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-dropdown-popup-width ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-dropdown-popup {
  background: #424242;
  color: #fff;
}
.e-dropdown-popup ul .e-item .e-menu-url {
  color: #fff;
}
.e-dropdown-popup ul .e-item .e-menu-icon {
  color: #fff;
}
.e-dropdown-popup ul .e-item.e-focused {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.e-dropdown-popup ul .e-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
  color: #fff;
}
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
  color: #fff;
}
.e-dropdown-popup ul .e-separator {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.e-dropdown-btn.e-inherit,
.e-dropdown-btn.e-btn.e-inherit {
  background: inherit;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
}
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
.e-dropdown-btn.e-btn.e-inherit:hover,
.e-dropdown-btn.e-btn.e-inherit:focus,
.e-dropdown-btn.e-btn.e-inherit:active,
.e-dropdown-btn.e-btn.e-inherit.e-active {
  background: rgba(0, 0, 0, 0.056);
  border-color: transparent;
  box-shadow: none;
  color: inherit;
}

.e-dropdown-btn .e-caret::before,
.e-dropdown-btn.e-btn .e-caret::before {
  content: "\e969";
}

.e-split-btn-wrapper {
  display: inline-flex;
  white-space: nowrap;
  width: min-content;
}
.e-split-btn-wrapper .e-split-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
}
.e-split-btn-wrapper .e-split-btn:focus {
  outline-offset: 0;
}
.e-split-btn-wrapper .e-split-btn:hover {
  box-shadow: none;
}
.e-split-btn-wrapper .e-split-btn:focus {
  box-shadow: none;
}
.e-split-btn-wrapper .e-split-btn:active {
  box-shadow: none;
  z-index: 0;
}
.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
  padding-bottom: 10px;
  padding-top: 10px;
}
.e-split-btn-wrapper .e-split-btn .e-btn-icon {
  font-size: 14px;
  margin-left: 0;
  padding-right: 8px;
  width: auto;
}
.e-split-btn-wrapper .e-split-btn .e-icon-top {
  padding-bottom: 4px;
  padding-right: 0;
}
.e-split-btn-wrapper .e-split-btn.e-icon-btn {
  padding-left: 6px;
  padding-right: 6px;
}
.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
  padding-right: 0;
}
.e-split-btn-wrapper .e-dropdown-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
  box-shadow: none;
}
.e-split-btn-wrapper .e-dropdown-btn:active {
  box-shadow: none;
  z-index: 0;
}
.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
  z-index: 0;
}
.e-split-btn-wrapper .e-dropdown-btn:focus {
  outline-offset: 0;
}
.e-split-btn-wrapper .e-btn {
  box-shadow: none;
}
.e-split-btn-wrapper .e-btn:hover {
  box-shadow: none;
}
.e-split-btn-wrapper .e-btn:focus {
  box-shadow: none;
}
.e-split-btn-wrapper .e-btn:active {
  box-shadow: none;
}
.e-split-btn-wrapper .e-btn:disabled {
  box-shadow: none;
}
.e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
  box-shadow: none;
}
.e-split-btn-wrapper.e-rtl .e-split-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  margin-left: 0;
  padding-left: 4px;
  padding-right: 10px;
}
.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon {
  margin-right: 0;
  padding-left: 8px;
  padding-right: 0;
}
.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
  padding-left: 0;
}
.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
  padding-left: 6px;
  padding-right: 6px;
}
.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
  padding-left: 0;
}
.e-split-btn-wrapper.e-rtl .e-dropdown-btn {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  margin-left: 0;
}
.e-split-btn-wrapper.e-vertical {
  display: inline-block;
}
.e-split-btn-wrapper.e-vertical .e-split-btn,
.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
  display: block;
  width: 100%;
}
.e-split-btn-wrapper.e-vertical .e-split-btn {
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  line-height: 1;
  padding-bottom: 4px;
  padding-right: 10px;
}
.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top {
  padding-bottom: 4px;
}
.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  line-height: 0.417em;
  margin-left: 0;
  margin-top: 0;
  padding-bottom: 4px;
  padding-top: 4px;
}
.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
  padding-top: 0;
}
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  margin-left: 0;
}
.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn {
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
}

.e-split-btn-wrapper .e-split-btn {
  border-right-color: transparent;
}
.e-split-btn-wrapper .e-split-btn:focus {
  border-right-color: transparent;
}
.e-split-btn-wrapper .e-split-btn:active {
  border-right-color: transparent;
}
.e-split-btn-wrapper .e-split-btn:disabled {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.e-split-btn-wrapper .e-split-btn.e-inherit {
  border-color: transparent;
}
.e-split-btn-wrapper:hover :not(e-active) .e-split-btn {
  border-right-color: transparent;
}
.e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled {
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-rtl .e-split-btn {
  border-left-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-rtl .e-split-btn:focus {
  border-left-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-rtl .e-split-btn:active {
  border-left-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-rtl .e-split-btn:disabled {
  border-left-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-rtl .e-split-btn.e-inherit {
  border-color: transparent;
}
.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active) {
  border-left-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active):disabled {
  border-left-color: transparent;
}
.e-split-btn-wrapper.e-vertical .e-split-btn {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-vertical .e-split-btn.e-inherit, .e-split-btn-wrapper.e-vertical .e-split-btn.e-inherit:focus, .e-split-btn-wrapper.e-vertical .e-split-btn.e-inherit:active, .e-split-btn-wrapper.e-vertical .e-split-btn.e-inherit:disabled {
  border-color: transparent;
}
.e-split-btn-wrapper.e-vertical .e-split-btn:focus {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-vertical .e-split-btn:active {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-vertical .e-split-btn:disabled {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-vertical:hover .e-split-btn {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.e-split-btn-wrapper.e-vertical:hover .e-split-btn.e-inherit, .e-split-btn-wrapper.e-vertical:hover .e-split-btn.e-inherit:disabled {
  border-color: transparent;
}
.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled {
  border-bottom-color: transparent;
}
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
  border-left-color: transparent;
}
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:focus, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:active, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:disabled {
  border-color: transparent;
}
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus {
  border-left-color: transparent;
}
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active {
  border-left-color: transparent;
}
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled {
  border-left-color: transparent;
}
.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn {
  border-left-color: transparent;
}
.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn.e-inherit {
  border-color: transparent;
}

.e-numeric-container {
  width: 100%;
}

.e-content-placeholder.e-numeric.e-placeholder-numeric {
  background-size: 300px 33px;
  min-height: 33px;
}

.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  visibility: hidden;
  width: 0;
}

.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
  font-size: 12px;
}

.e-input-group-icon.e-spin-up::before {
  content: "\e834";
  font-family: "e-icons";
}

.e-input-group-icon.e-spin-down::before {
  content: "\e83d";
  font-family: "e-icons";
}

.e-tooltip-popup-container {
  position: relative;
}

.e-tooltip-wrap {
  max-width: 350px;
  min-width: 30px;
  padding: 0;
  position: absolute;
  visibility: visible;
}
.e-tooltip-wrap .e-arrow-tip {
  overflow: hidden;
  position: absolute;
}
.e-tooltip-wrap .e-arrow-tip.e-tip-bottom {
  height: 8px;
  left: 50%;
  top: 100%;
  width: 16px;
}
.e-tooltip-wrap .e-arrow-tip.e-tip-top {
  height: 8px;
  left: 50%;
  top: -9px;
  width: 16px;
}
.e-tooltip-wrap .e-arrow-tip.e-tip-left {
  height: 16px;
  left: -9px;
  top: 48%;
  width: 8px;
}
.e-tooltip-wrap .e-arrow-tip.e-tip-right {
  height: 16px;
  left: 100%;
  top: 50%;
  width: 8px;
}
.e-tooltip-wrap .e-tooltip-close {
  cursor: pointer;
  float: right;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: inherit;
}
.e-tooltip-wrap .e-tip-content {
  background-color: inherit;
  height: 100%;
  line-height: 16px;
  overflow-wrap: break-word;
  overflow-x: hidden;
  padding: 3px 6px;
  position: relative;
  white-space: normal;
  width: 100%;
  word-break: break-word;
  z-index: 1;
}
.e-tooltip-content-placeholder {
  display: none;
}

.e-tooltip-wrap {
  border-radius: 2px;
  filter: none;
  opacity: 0.9;
}
.e-tooltip-wrap.e-popup {
  background-color: #eee;
  border: 1px solid #eee;
}
.e-tooltip-wrap .e-arrow-tip-outer {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #eee;
}
.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
  border-bottom: 8px solid #eee;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #eee;
  border-top: 8px solid transparent;
}
.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #eee;
  border-top: 8px solid transparent;
}
.e-tooltip-wrap .e-arrow-tip-inner {
  height: 0;
  position: absolute;
  width: 0;
  z-index: 10;
}
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
  color: #eee;
  font-family: "e-icons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
  right: 16px;
}
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left {
  bottom: 16px;
}
.e-tooltip-wrap .e-tooltip-close {
  background-color: #303030;
  border-color: #eee;
  border-radius: 8px;
  color: #eee;
}
.e-tooltip-wrap .e-tooltip-close:hover {
  background-color: #303030;
  color: #bdbdbd;
}
.e-tooltip-wrap .e-tip-content {
  border-radius: inherit;
  color: #000;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 11px;
}

.e-tooltip-close::before {
  content: "\e7e9";
  font-size: 16px;
}

.e-arrow-tip-inner.e-tip-right::before {
  content: "\e848";
}

.e-arrow-tip-inner.e-tip-top::before {
  content: "\e918";
}

.e-arrow-tip-inner.e-tip-bottom::before {
  content: "\e919";
}

.e-arrow-tip-inner.e-tip-left::before {
  content: "\e84b";
}

/* stylelint-disable property-no-vendor-prefix */
.e-control-wrapper.e-slider-container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: inline-block;
  height: 18px;
  line-height: normal;
  outline: none;
  position: relative;
  user-select: none;
}
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
  cursor: default;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 3;
}
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-tab-handle::after, .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-start.e-tab-handle::after {
  background-color: transparent;
}
.e-control-wrapper.e-slider-container:hover .e-scale .e-tick, .e-control-wrapper.e-slider-container:active .e-scale .e-tick {
  visibility: visible;
}
.e-control-wrapper.e-slider-container::after {
  content: "material-dark";
  display: none;
}
.e-control-wrapper.e-slider-container .e-slider {
  box-sizing: border-box;
  cursor: default;
  display: block;
  outline: 0 none;
  padding: 0;
  position: relative;
}
.e-control-wrapper.e-slider-container .e-slider .e-handle {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: grab;
  height: 12px;
  width: 12px;
  outline: none;
  position: absolute;
  touch-action: none;
  transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
  z-index: 10;
  /* stylelint-disable */
  cursor: -webkit-grab;
  cursor: grab;
  /* stylelint-enable */
}
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-large-thumb-size {
  transform: scale(1.5);
}
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
  /* stylelint-disable */
  cursor: -webkit-grabbing;
  cursor: grabbing;
  /* stylelint-enable */
}
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
  background-color: #303030;
  border: 2px solid rgba(255, 255, 255, 0.26);
}
.e-control-wrapper.e-slider-container .e-slider .e-handle::after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* stylelint-disable */
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  /* stylelint-enable */
  border: 0 solid;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  opacity: 0.26;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -1;
}
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
  background-color: #e0e0e0;
  opacity: 0.38;
}
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle::after {
  /* stylelint-disable */
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  /* stylelint-enable */
  background-color: #00b0ff;
}
.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle {
  margin: 0 -6px 0 0;
  top: calc(50% - 6px);
}
.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick {
  background-position-x: right;
}
.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick {
  background-position-x: left;
}
.e-control-wrapper.e-slider-container.e-rtl.e-vertical {
  direction: ltr;
}
.e-control-wrapper.e-slider-container.e-disabled.e-material-slider .e-slider .e-handle.e-handle-first {
  background-color: #757575;
}
.e-control-wrapper.e-slider-container.e-disabled:hover .e-scale .e-tick {
  visibility: hidden;
}
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-range {
  background: rgba(255, 255, 255, 0.3);
}
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
  background: #757575;
  transform: scale(0.5) !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
  background-color: #757575;
  border: 0;
}
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle::after {
  /* stylelint-disable */
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(1);
  /* stylelint-enable */
  background: transparent;
  border: 7px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 26px;
  width: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  opacity: 1;
  transition: none;
  z-index: -1;
}
.e-control-wrapper.e-slider-container.e-disabled .e-btn {
  cursor: default;
}
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
  cursor: default;
}
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable {
  display: block;
}
.e-control-wrapper.e-slider-container.e-horizontal {
  height: 48px;
  width: 100%;
}
.e-control-wrapper.e-slider-container.e-horizontal .e-first-button {
  left: 0;
  margin-top: -9px;
  top: 50%;
}
.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///8G+5iqAAAAL3RSTlMABAgMEBQYHCAkKDA0ODxETFRYYGRsdHyAh4uTm6Onr7O/w8fL09ff4+fr7/P3+/6nVicAAADJSURBVHgBldJHdoNgAANhQUjvPTHuxbgAuv/t/J5O8I82Wn27UfGaVmjvBwvsdmEDUH33JuBxYwNQ/48m4LWzAbie2QR8nkzA/coGoPodTMDzzgagae1ykHAASDgAJBwAEk4xSDgAJBwAEg4ACacYJBwAEg4ACYeAjyMEaqYQSC97CFT/DQxID2sIpK8zBLqZQyC9dRDoajIyID1tIVD10zMg3S0ZSF4IJC8GkhcDyQuB5MVA8kIgeTGQvBhIXggkLwaSFwLJK3cBRvanB71ijlkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 7px;
  width: 7px;
  position: absolute;
  top: calc(50% - 3.6px);
  left: calc(50% - 4.6px);
}
.e-control-wrapper.e-slider-container.e-horizontal .e-second-button {
  right: 0;
  margin-top: -9px;
  top: 50%;
}
.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////////+/v7+/v7+/v7////////+/v7////+/v7+/v7+/v7+/v7+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///9VYKa9AAAAL3RSTlMABAgMEBQYHCAoLDQ4PEBMUFhcZGx0eICDi5Obn6ers7vDx8vP19vf4+fr7/P3++LF0fAAAADNSURBVHgBldNHbsNAGEPhkZSi9F4S915k6d3/dga8Jgjw7bkYzPeXS5ObkkX3EQ5gcRcO6H/qbACbp3AAo6twwOEtHMCsDQecvqpsAKuHcMDw12QD2L2EA/C8EFleiCwvRJYXIssLmeGFzPBCZnghM7yQGV7IDC9Eglc26D6zwfS2JIP9a/To4b8pyWD9GH1c/11FNOZthO/4nvEeX5dksH2OTnT4rUsyWN4Xk4cj8nBEHo7IwxF5OCIPR+ThiDwckYcj8nBEHo5Iw5GdAVm8p9sPUXNKAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 7px;
  width: 7px;
  position: absolute;
  top: calc(50% - 3.6px);
  left: calc(50% - 2.6px);
}
.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn {
  padding: 0 30px;
}
.e-control-wrapper.e-slider-container.e-horizontal .e-slider {
  height: 32px;
  width: 100%;
  position: relative;
  top: calc(50% - 16px);
}
.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track {
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.26);
  top: calc(50% - 1px);
}
.e-control-wrapper.e-slider-container.e-horizontal .e-handle {
  margin-left: -6px;
  top: calc(50% - 6px);
}
.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-range {
  height: 2px;
}
.e-control-wrapper.e-slider-container.e-horizontal .e-range {
  height: 2px;
  top: calc(50% - 1px);
  top: calc(50% - 2px);
}
.e-control-wrapper.e-slider-container.e-horizontal .e-limits {
  background-color: rgba(255, 255, 255, 0.26);
  position: absolute;
  height: 2px;
  top: calc(50% - 1px);
}
.e-control-wrapper.e-slider-container.e-vertical {
  height: inherit;
  width: 48px;
  padding: 38px 0;
}
.e-control-wrapper.e-slider-container.e-vertical .e-slider {
  height: 100%;
  width: 32px;
  left: calc(50% - 16px);
  position: relative;
}
.e-control-wrapper.e-slider-container.e-vertical .e-slider-track {
  background: rgba(255, 255, 255, 0.26);
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 2px;
  left: calc(50% - 1px);
  border-radius: 4px;
}
.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn {
  height: 100%;
  padding: 30px 0;
}
.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider {
  height: 100%;
  width: 2px;
}
.e-control-wrapper.e-slider-container.e-vertical .e-first-button {
  bottom: 0;
  margin-right: -9px;
  right: 50%;
}
.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: calc(50% - 2.7px);
  left: calc(50% - 3.8px);
}
.e-control-wrapper.e-slider-container.e-vertical .e-second-button {
  top: 0;
  margin-right: -9px;
  right: 50%;
}
.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: calc(50% - 4.7px);
  left: calc(50% - 3.8px);
}
.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle {
  margin-bottom: -6px;
}
.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle {
  margin-bottom: -6px;
  left: calc(50% - 6px);
}
.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range {
  width: 2px;
  left: calc(50% - 1px);
}
.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits {
  background-color: rgba(255, 255, 255, 0.26);
  position: absolute;
  width: 2px;
  left: calc(50% - 1px);
}
.e-control-wrapper.e-slider-container .e-range {
  border-radius: 2px;
  position: absolute;
  transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out;
}
.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal, .e-control-wrapper.e-slider-container .e-range.e-drag-vertical {
  cursor: pointer;
}
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
  height: 7px;
  top: 5px;
  background-position: bottom;
}
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large {
  height: 10px;
  top: 5px;
}
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick {
  background-position: right;
  width: 50%;
  left: 1px;
}
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick {
  height: 7px;
  top: 10px;
  background-position-x: center;
}
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large {
  height: 10px;
  top: 13px;
}
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick {
  background-position: left;
  width: 50%;
  left: calc(50% - 1px);
}
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick {
  background-position: center;
  height: 12px;
}
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large {
  height: 20px;
  top: 4px;
}
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick {
  background-position: center;
  width: 100%;
}
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-large {
  width: 100%;
}
.e-control-wrapper.e-slider-container .e-scale {
  box-sizing: content-box;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  height: 28px;
  width: 100%;
  line-height: normal;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  position: absolute;
  top: calc(50% - 14px);
  z-index: 1;
}
.e-control-wrapper.e-slider-container .e-scale .e-tick {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAHCAYAAAAie5yXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBlcYxAQAACAJBNOlHMboMFOCmG+Bkq6jyZBgBrr7SD7YAAAAASUVORK5CYII=");
  cursor: default;
  outline: none;
  position: relative;
  user-select: none;
}
.e-control-wrapper.e-slider-container .e-scale .e-tick.e-large {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAKCAYAAACe5Y9JAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAfSURBVHgBrcYxAQAACAJBNOlHMboMROCmG+Bkq2jlAZHeAbRZSr3QAAAAAElFTkSuQmCC");
}
.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
  color: #fff;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 10px;
  outline: none;
  position: absolute;
  user-select: none;
  white-space: nowrap;
}
.e-control-wrapper.e-slider-container .e-scale.e-v-scale {
  height: 100%;
  width: 28px;
  left: calc(50% - 14px);
  top: 0;
}
.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick {
  background-repeat: no-repeat;
}
.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick {
  background-position-y: top;
}
.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick {
  background-position-y: bottom;
}
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick {
  display: inline-block;
  background-repeat: repeat-y;
}
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before, .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child {
  top: -18px;
}
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after, .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both {
  bottom: -20px;
}
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-first-tick {
  background-position-x: left;
}
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick {
  background-position-x: right;
}
.e-control-wrapper.e-slider-container .e-scale .e-tick {
  visibility: hidden;
}
.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
  visibility: visible;
}
.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before {
  right: 26px;
}
.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after {
  left: 27px;
}
.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both {
  right: 41px;
}
.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child {
  left: 39px;
}

.e-slider-tooltip.e-tooltip-wrap.e-popup {
  background-color: #00b0ff;
  border: 0;
  border-radius: 8px;
  /* stylelint-disable */
  cursor: -webkit-grab;
  cursor: grab;
  /* stylelint-enable */
  opacity: 1;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
  display: block;
  opacity: 0;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start {
  background-color: rgba(255, 255, 255, 0.26);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-inner {
  color: #000;
  opacity: 0;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-bottom {
  border-top-color: rgba(255, 255, 255, 0.26);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-top {
  border-bottom-color: rgba(255, 255, 255, 0.26);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-right {
  border-left-color: rgba(255, 255, 255, 0.26);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-left {
  border-right-color: rgba(255, 255, 255, 0.26);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
  /* stylelint-disable */
  cursor: -webkit-grabbing;
  cursor: grabbing;
  /* stylelint-enable */
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
  visibility: visible;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content {
  background-color: transparent;
  height: 16px;
  width: 100%;
  overflow: hidden;
  padding: 0 8px;
  text-align: center;
  top: calc(50% - 8px);
  position: relative;
  line-height: 16px;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show {
  color: #000;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-hide {
  color: transparent;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
  color: #00b0ff;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
  border-top-color: #00b0ff;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
  border-bottom-color: #00b0ff;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-right {
  border-left-color: #00b0ff;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-left {
  border-right-color: #00b0ff;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default {
  background-color: #00b0ff;
  border: 0;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 0%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  /* stylelint-disable */
  cursor: -webkit-grab;
  cursor: grab;
  /* stylelint-enable */
  opacity: 1;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
  background-color: rgba(255, 255, 255, 0.26);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
  /* stylelint-disable */
  cursor: -webkit-grabbing;
  cursor: grabbing;
  /* stylelint-enable */
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
  visibility: hidden;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before {
  transform: rotate(45deg);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before .e-tip-content {
  transform: rotate(-45deg);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after {
  transform: rotate(225deg);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after .e-tip-content {
  transform: rotate(-225deg);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before {
  transform: rotate(-45deg);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before .e-tip-content {
  transform: rotate(45deg);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after {
  transform: rotate(-225deg);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after .e-tip-content {
  transform: rotate(225deg);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content {
  background-color: transparent;
  height: 16px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
  top: calc(50% - 8px);
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-show {
  color: #000;
}
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-hide {
  color: transparent;
}

.e-slider-horizantal-color {
  height: 100%;
  top: 0;
  position: absolute;
}

.e-slider-vertical-color {
  position: absolute;
  width: 100%;
  left: -1px;
}

.e-slider-hover .e-scale .e-tick {
  visibility: visible;
}

/* stylelint-enable property-no-vendor-prefix */
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-first, .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-second {
  background: transparent;
  border-color: transparent;
}
.e-control-wrapper.e-slider-container .e-slider-button {
  background-color: rgba(255, 255, 255, 0.42);
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  padding: 0;
}
.e-control-wrapper.e-slider-container .e-slider .e-range {
  background-color: #00b0ff;
}
.e-control-wrapper.e-slider-container .e-slider .e-handle {
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip {
  background-color: transparent;
  border-color: transparent;
}
.e-control-wrapper.e-slider-container.e-slider-hover .e-slider-track {
  background-color: rgba(255, 255, 255, 0.26);
}
.e-control-wrapper.e-slider-container.e-slider-hover .e-range {
  background-color: #00b0ff;
}
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
  border-color: #00b0ff;
}
.e-colorpicker-wrapper,
.e-colorpicker-container {
  display: inline-block;
  line-height: 0;
  outline: none;
  user-select: none;
}
.e-colorpicker-wrapper .e-colorpicker,
.e-colorpicker-container .e-colorpicker {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
  font-family: initial;
  line-height: 14px;
  padding: 0 4px;
}
.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: 8px;
  border-radius: 2px;
  height: 18px;
  margin-top: 0;
  position: relative;
  width: 18px;
}
.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview {
  border-radius: 2px;
}
.e-colorpicker-wrapper *,
.e-colorpicker-container * {
  box-sizing: border-box;
}
.e-colorpicker-wrapper.e-disabled .e-palette .e-tile,
.e-colorpicker-container.e-disabled .e-palette .e-tile {
  cursor: default;
}
.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover,
.e-colorpicker-container.e-disabled .e-palette .e-tile:hover {
  border: 0;
  box-shadow: none;
}
.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected,
.e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected {
  border: 0;
}
.e-colorpicker-wrapper.e-disabled .e-container .e-handler, .e-colorpicker-wrapper.e-disabled .e-container .e-preview-container, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,
.e-colorpicker-container.e-disabled .e-container .e-handler,
.e-colorpicker-container.e-disabled .e-container .e-preview-container,
.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,
.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,
.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
  cursor: default;
}
.e-colorpicker-wrapper.e-disabled .e-container .e-hsv-container,
.e-colorpicker-container.e-disabled .e-container .e-hsv-container {
  pointer-events: none;
}

.e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
  line-height: 0;
}

/* stylelint-disable property-no-vendor-prefix */
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.e-colorpicker.e-modal {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  pointer-events: auto;
}
.e-colorpicker.e-hsv-model {
  background-color: transparent;
}

.sf-colorpicker .e-switch-ctrl-btn .e-ctrl-btn {
  position: relative;
}

.e-show-value .sf-colorpicker.e-color-palette .e-selected-value, .e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn {
  width: 270px;
}

.e-dropdown-popup.e-transparent .e-container {
  display: none;
}

body.e-colorpicker-overflow {
  overflow: visible;
}

.e-container {
  border: 0;
  border-radius: 0;
  display: inline-block;
  line-height: 0;
  outline: none;
  user-select: none;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.e-container.e-color-picker {
  width: 270px;
}
.e-container.e-color-picker .e-mode-switch-btn {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
}
.e-container.e-color-palette {
  width: auto;
}
.e-container.e-color-palette .e-mode-switch-btn {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%;
}
.e-container .e-custom-palette {
  width: auto;
}
.e-container .e-custom-palette .e-palette {
  padding: 10px;
}
.e-container .e-custom-palette.e-palette-group {
  height: 270px;
  overflow-y: scroll;
}
.e-container .e-palette {
  border-bottom: 0;
  display: table;
  line-height: 0;
  outline: none;
  user-select: none;
}
.e-container .e-palette .e-row {
  display: table-row;
  white-space: nowrap;
}
.e-container .e-palette .e-tile {
  border: 0.5px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  width: 27px;
}
.e-container .e-palette .e-tile.e-selected {
  outline: #000 0.5px solid;
  position: relative;
}
.e-container .e-palette .e-tile:hover {
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.e-container .e-palette .e-tile.e-nocolor-item {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: 8px;
}
.e-container .e-hsv-container {
  border-bottom: 0;
  position: relative;
  touch-action: none;
}
.e-container .e-hsv-container .e-hsv-color {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  height: 170px;
}
.e-container .e-hsv-container .e-handler {
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  touch-action: none;
  user-select: none;
  width: 8px;
}
.e-container .e-slider-preview {
  display: inline-block;
  width: 100%;
  padding: 10px 16px;
}
.e-container .e-slider-preview .e-colorpicker-slider {
  display: inline-block;
  width: 82.34%;
}
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
  height: 18px;
}
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider {
  height: 18px;
  top: calc(50% - 9px);
}
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track {
  height: 6px !important;
  /* stylelint-disable-line declaration-no-important */
  top: calc(50% - 3px);
  border-radius: 0;
}
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
  border-radius: 6px;
  cursor: pointer;
  height: 14px;
  top: calc(50% - 7px);
  width: 14px;
}
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active {
  cursor: pointer;
}
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size {
  transform: scale(1);
}
.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track {
  background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
}
.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  border: 0;
  z-index: 0;
}
.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track {
  background-size: contain;
  border: 0;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  width: 100%;
  z-index: 1;
}
.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.e-container .e-slider-preview .e-preview-container {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: 10px;
  border: 1px solid #bdbdbd;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin-left: 4.205%;
  position: relative;
  top: -2px;
  width: 13.45%;
}
.e-container .e-slider-preview .e-preview-container .e-preview {
  display: block;
  height: 16px;
  position: absolute;
  width: 100%;
}
.e-container .e-slider-preview .e-preview-container .e-preview.e-current {
  border-bottom: 1px solid #bdbdbd;
  top: 0;
}
.e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
  height: 14px;
  top: 16px;
}
.e-container .e-selected-value {
  align-items: center;
  display: flex;
  padding: 0 16px 16px;
  user-select: none;
  width: 100%;
}
.e-container .e-selected-value .e-input-container .e-float-input input {
  padding-left: 0;
  text-align: center;
}
.e-container .e-selected-value .e-input-container .e-numeric-hidden {
  display: none;
}
.e-container .e-selected-value .e-value-switch-btn {
  font-family: "e-icons";
  margin-top: 0;
  padding: 2px 3px;
  font-size: 16px;
  line-height: 16px;
}
.e-container .e-input-container {
  display: inline-block;
  width: 89.8%;
}
.e-container .e-input-container .e-float-input {
  display: inline-block;
  margin-right: 3.75%;
  vertical-align: baseline;
}
.e-container .e-input-container .e-float-input:first-child {
  width: 33%;
}
.e-container .e-input-container .e-float-input:first-child input {
  height: auto;
}
.e-container .e-input-container .e-float-input.e-numeric {
  height: auto;
  width: 12%;
}
.e-container .e-input-container .e-float-input.e-numeric input {
  height: auto;
}
.e-container .e-input-container .e-float-input .e-float-text {
  text-align: center;
}
.e-container .e-switch-ctrl-btn {
  display: inline-block;
  padding: 0 16px 16px;
  white-space: nowrap;
  width: 100%;
}
.e-container .e-switch-ctrl-btn .e-ctrl-btn {
  float: right;
  text-align: right;
  white-space: nowrap;
  width: 89.913%;
}
.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel {
  margin-left: 0;
}
.e-container .e-switch-ctrl-btn .e-mode-switch-btn {
  background-origin: border-box;
  background-position: center;
  background-size: cover;
  float: left;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
}
.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus {
  box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.e-container .e-value-switch-btn, .e-container .e-mode-switch-btn {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  width: 10.09%;
  height: 24px;
}
.e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.e-container.e-color-picker .e-value-switch-btn:focus {
  outline: none;
}
.e-container.e-color-palette .e-palette + .e-selected-value, .e-container.e-color-palette .e-palette-group + .e-selected-value {
  padding: 16px 16px;
}
.e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, .e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn {
  padding: 23px 16px 16px;
}
.e-container.e-color-palette .e-clr-pal-rec-wpr {
  padding: 0;
}
.e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  height: 36px;
  padding: 7px 16px;
  line-height: 22px;
  color: #ffffff;
}
.e-container.e-color-palette .e-clr-pal-rec-wpr .e-palette.e-recent-palette {
  padding: 9px 10.5px;
}
.e-container.e-color-palette .e-clr-pal-rec-wpr .e-palette.e-recent-palette .e-tile {
  height: 18px !important;
  /* stylelint-disable-line declaration-no-important */
  width: 18px !important;
  /* stylelint-disable-line declaration-no-important */
  margin: 0 3.5px;
  border: 0.5px solid #616161;
}
.e-container.e-color-palette .e-clr-pal-rec-wpr .e-palette.e-recent-palette .e-tile:hover {
  border: 0.5px solid transparent !important;
  /* stylelint-disable-line declaration-no-important */
}

.sf-colorpicker.e-container .e-input-container .e-float-input {
  float: left;
  margin-left: -1px;
}

.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
  vertical-align: super;
}
.e-hide-opacity .e-container .e-slider-preview .e-preview-container {
  top: 0;
}
.e-hide-opacity .e-container .e-float-input:first-child {
  width: 36%;
}
.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 16%;
}

.e-hide-hex-value .e-container .e-float-input.e-numeric {
  width: 21%;
}
.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 29.59%;
}

.e-hide-valueswitcher .e-container .e-input-container {
  width: 100%;
}
.e-hide-valueswitcher .e-container .e-float-input:first-child {
  width: 33%;
}
.e-hide-valueswitcher .e-container .e-float-input.e-numeric {
  width: 13%;
}
.e-hide-valueswitcher .e-container .e-float-input:last-child {
  margin-right: 0;
}
.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
  width: 36%;
}
.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 17.58%;
}
.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric {
  width: 22%;
}
.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 30.82%;
}

.e-rtl .e-container .e-hsv-container .e-hsv-color {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
  background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
}
.e-rtl .e-container .e-slider-preview .e-preview-container {
  margin-left: 0;
  margin-right: 4.205%;
}
.e-rtl .e-container .e-selected-value .e-float-input {
  margin-left: 3.75%;
  margin-right: 0;
}
.e-rtl .e-container .e-selected-value .e-float-input input {
  padding-right: 0;
}
.e-rtl .e-container .e-selected-value .e-float-input .e-float-text {
  right: -12px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-rtl .e-container .e-selected-value .e-value-switch-btn {
  transform: rotate(180deg);
}
.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
  float: right;
}
.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn {
  float: left;
  text-align: left;
}
.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel {
  margin-left: 0;
  margin-right: 0;
}
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
  float: right;
  margin-right: -1px;
}
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
  margin-left: 0;
}

.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child {
  width: 100%;
}

.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 0%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  min-width: 26px;
  transform: translateY(18px) rotate(45deg) scale(0.01);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: 8px;
  border-radius: 50%;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
  width: 24px;
}

.e-split-preview,
.e-tip-transparent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.e-container.e-color-palette .e-clr-pal-rec-wpr + .e-switch-ctrl-btn {
  padding-top: 12px;
}

.e-container {
  background-color: #303030;
}
.e-container .e-palette .e-tile:hover {
  border-color: rgba(255, 255, 255, 0.42);
}
.e-container .e-palette .e-tile.e-selected {
  border-color: rgba(255, 255, 255, 0.42);
}
.e-container .e-handler.e-hide-handler, .e-container .e-handle.e-hide-handler {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) {
  background-color: #fff;
  border-color: #fff;
}
.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) {
  background-color: #fff;
  border-color: #fff;
}
.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.e-colorpicker-wrapper.e-disabled .e-value-switch-btn, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,
.e-colorpicker-container.e-disabled .e-value-switch-btn,
.e-colorpicker-container.e-disabled .e-mode-switch-btn {
  color: rgba(255, 255, 255, 0.3);
}
.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,
.e-colorpicker-container.e-disabled .e-value-switch-btn:focus,
.e-colorpicker-container.e-disabled .e-mode-switch-btn:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.3);
  outline: none;
  outline-offset: unset;
}
.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,
.e-colorpicker-container.e-disabled .e-value-switch-btn:active,
.e-colorpicker-container.e-disabled .e-mode-switch-btn:active {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
.e-colorpicker-container .e-icon-btn:disabled,
.e-colorpicker-container .e-icon-btn.e-disabled {
  background-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.1);
}

.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
  background-color: #fff;
  border-color: #fff;
}

.e-container .e-value-switch-btn::before {
  content: "\e430";
}

.e-contextmenu-wrapper ul,
.e-contextmenu-container ul {
  font-weight: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  user-select: none;
  font-size: 14px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
  display: none;
  min-width: 120px;
  position: absolute;
}
.e-contextmenu-wrapper ul.e-ul, .e-contextmenu-wrapper ul.e-ul *,
.e-contextmenu-container ul.e-ul,
.e-contextmenu-container ul.e-ul * {
  box-sizing: border-box;
}
.e-contextmenu-wrapper ul.e-ul:focus, .e-contextmenu-wrapper ul.e-ul *:focus,
.e-contextmenu-container ul.e-ul:focus,
.e-contextmenu-container ul.e-ul *:focus {
  outline: none;
}
.e-contextmenu-wrapper ul.e-contextmenu,
.e-contextmenu-container ul.e-contextmenu {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
}
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
  display: flex;
}
.e-contextmenu-wrapper ul.e-ul,
.e-contextmenu-container ul.e-ul {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-contextmenu-wrapper ul .e-menu-item,
.e-contextmenu-container ul .e-menu-item {
  cursor: pointer;
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
}
.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide,
.e-contextmenu-container ul .e-menu-item.e-menu-hide {
  display: none;
}
.e-contextmenu-wrapper ul .e-menu-item.e-menu-header,
.e-contextmenu-container ul .e-menu-item.e-menu-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,
.e-contextmenu-container ul .e-menu-item .e-menu-url {
  text-decoration: none;
}
.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
  display: inline-block;
  vertical-align: middle;
}
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
.e-contextmenu-container ul .e-menu-item.e-separator {
  cursor: auto;
  line-height: normal;
  pointer-events: none;
}
.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,
.e-contextmenu-container ul .e-menu-item .e-menu-url {
  display: inline-block;
  min-width: 120px;
}
.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
  font-size: 14px;
  line-height: 36px;
  margin-right: 10px;
  width: 1em;
}
.e-contextmenu-wrapper ul .e-menu-item .e-caret,
.e-contextmenu-container ul .e-menu-item .e-caret {
  line-height: 36px;
  margin-left: 16px;
  margin-right: 0;
  position: absolute;
  right: 8px;
}
.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon,
.e-contextmenu-container ul .e-menu-item.e-menu-caret-icon {
  padding-right: 36px;
}
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
.e-contextmenu-container ul .e-menu-item.e-separator {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: auto;
  margin: 8px 0;
}
.e-contextmenu-wrapper ul .e-menu-item .e-caret,
.e-contextmenu-container ul .e-menu-item .e-caret {
  font-size: 12px;
}
.e-contextmenu-wrapper ul .e-menu-item .e-previous,
.e-contextmenu-container ul .e-menu-item .e-previous {
  margin-right: 16px;
}
.e-contextmenu-wrapper ul .e-menu-item.e-disabled,
.e-contextmenu-container ul .e-menu-item.e-disabled {
  cursor: auto;
  pointer-events: none;
}
.e-contextmenu-wrapper ul .e-menu-item .e-checkbox-wrapper,
.e-contextmenu-container ul .e-menu-item .e-checkbox-wrapper {
  width: max-content;
}

.e-contextmenu-wrapper.e-sfcontextmenu,
.e-contextmenu-container.e-sfcontextmenu {
  position: absolute;
}
.e-contextmenu-wrapper.e-sfcontextmenu .e-menu-vscroll,
.e-contextmenu-container.e-sfcontextmenu .e-menu-vscroll {
  position: absolute;
}
.e-contextmenu-wrapper.e-sfcontextmenu ul,
.e-contextmenu-container.e-sfcontextmenu ul {
  white-space: nowrap;
}
.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent,
.e-contextmenu-container.e-sfcontextmenu ul.e-transparent {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 1px;
  left: 0;
  min-width: 0;
  padding: 0;
  top: 0;
  width: 0;
}
.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item,
.e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item {
  height: 0;
  padding: 0;
}
.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator,
.e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator {
  border: 0;
  margin: 0;
}
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
}
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
  height: 100%;
  width: inherit;
}
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
  height: 16px;
}
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
  padding: 16px 0;
}
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
  box-shadow: none;
  margin-top: -12px;
  width: inherit;
}

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
  margin-right: 0;
}
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret,
.e-rtl.e-contextmenu-container .e-menu-item .e-caret {
  margin-left: 0;
  margin-right: 16px;
  right: auto;
}
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
  margin-left: 10px;
}
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret,
.e-rtl.e-contextmenu-container .e-menu-item .e-caret {
  left: 8px;
}
.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon,
.e-rtl.e-contextmenu-container .e-menu-item.e-menu-caret-icon {
  padding-left: 36px;
  padding-right: 16px;
}
.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon,
.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon {
  padding-left: 16px;
}
.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon,
.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon.e-menu-caret-icon {
  padding-left: 36px;
}

.e-contextmenu-wrapper .e-menu-item,
.e-contextmenu-container .e-menu-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-contextmenu-wrapper ul,
.e-contextmenu-container ul {
  background-color: #424242;
  color: #fff;
}
.e-contextmenu-wrapper ul .e-menu-item.e-menu-header,
.e-contextmenu-container ul .e-menu-item.e-menu-header {
  border-bottom-color: #616161;
}
.e-contextmenu-wrapper ul .e-menu-item .e-caret,
.e-contextmenu-container ul .e-menu-item .e-caret {
  color: rgba(255, 255, 255, 0.7);
}
.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,
.e-contextmenu-container ul .e-menu-item .e-menu-url {
  color: #fff;
}
.e-contextmenu-wrapper ul .e-menu-item.e-focused,
.e-contextmenu-container ul .e-menu-item.e-focused {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: 0 solid #616161;
  outline-offset: 0;
}
.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret,
.e-contextmenu-container ul .e-menu-item.e-focused .e-caret {
  color: rgba(255, 255, 255, 0.7);
}
.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
.e-contextmenu-container ul .e-menu-item.e-focused .e-menu-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-contextmenu-wrapper ul .e-menu-item.e-selected,
.e-contextmenu-container ul .e-menu-item.e-selected {
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  outline: 0 solid rgba(255, 255, 255, 0.18);
  outline-offset: 0;
}
.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret,
.e-contextmenu-container ul .e-menu-item.e-selected .e-caret {
  color: #fff;
}
.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon,
.e-contextmenu-container ul .e-menu-item.e-selected .e-menu-icon {
  color: #fff;
}
.e-contextmenu-wrapper ul .e-disabled,
.e-contextmenu-container ul .e-disabled {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.e-contextmenu-wrapper ul .e-disabled .e-menu-icon,
.e-contextmenu-container ul .e-disabled .e-menu-icon {
  color: rgba(255, 255, 255, 0.3);
}
.e-contextmenu-wrapper ul .e-disabled .e-caret,
.e-contextmenu-container ul .e-disabled .e-caret {
  color: rgba(255, 255, 255, 0.3);
}
.e-contextmenu-wrapper ul .e-disabled .e-menu-url,
.e-contextmenu-container ul .e-disabled .e-menu-url {
  color: rgba(255, 255, 255, 0.3);
}
.e-contextmenu-wrapper ul .e-separator,
.e-contextmenu-container ul .e-separator {
  border-bottom-color: #616161;
}

.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
  background-color: #424242;
  border: none;
}
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
  border-color: #616161;
  background: #424242;
}

.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
.e-contextmenu-container ul .e-menu-item .e-previous::before {
  content: "\e977";
}
.e-contextmenu-wrapper ul .e-menu-item .e-caret::before,
.e-contextmenu-container ul .e-menu-item .e-caret::before {
  content: "\e956";
}

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret::before,
.e-rtl.e-contextmenu-container .e-menu-item .e-caret::before {
  content: "\e937";
}

/*! component's theme wise override material-definitions and variables */
/* stylelint-disable */
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
  background: #1E1E1E;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
.e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
  border: 1px dotted #424242;
  position: absolute;
}
.e-dashboardlayout.e-control.e-responsive {
  width: 100% !important;
}
.e-dashboardlayout.e-control.e-prevent {
  user-select: none;
}
.e-dashboardlayout.e-control .e-panel.e-ssr {
  position: relative;
}
.e-dashboardlayout.e-control .e-panel {
  border: 1px #616161 solid;
  height: 100%;
  user-select: none;
  width: 100%;
  border-radius: 2px;
}
.e-dashboardlayout.e-control .e-panel:hover {
  border: 1px #9e9e9e solid;
}
.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
  display: block;
}
.e-dashboardlayout.e-control .e-panel:active {
  border: 1px #00b0ff solid;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container {
  height: 100%;
  width: 100%;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
  height: inherit;
  width: inherit;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
  display: none;
}
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
  transition: top 0.1s, left 0.1s;
}
.e-dashboardlayout.e-control .e-panel .e-panel-header {
  border-bottom: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  padding: 2px 12px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-header div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
  display: inline-block;
}
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
  float: right;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
  position: absolute;
  touch-action: none;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
  border: none;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
  cursor: e-resize;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
  cursor: w-resize;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
  cursor: n-resize;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
  cursor: s-resize;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
  cursor: nw-resize;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
  cursor: ne-resize;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
  cursor: sw-resize;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
  cursor: se-resize;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
  font-family: "e-icons";
  position: absolute;
}
.e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
  cursor: move;
  z-index: 1111 !important;
}
.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
  float: left;
}
.e-dashboardlayout.e-control .e-drag:hover {
  cursor: move;
}
.e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
.e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
  cursor: default;
}
.e-dashboardlayout.e-control .e-holder {
  background: rgba(0, 176, 255, 0.25);
  border: 2px rgba(0, 176, 255, 0.25) dotted;
  border-radius: 0;
  position: absolute;
  border-radius: 2px;
}
.e-dashboardlayout.e-control .e-holder.e-holder-transition {
  transition: top 0.3s, left 0.3s;
}

.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
  height: 100%;
  width: 100%;
}

.e-dashboardlayout.e-control {
  display: block;
  position: relative;
}
.e-dashboardlayout.e-control .e-panel {
  background: #303030;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: absolute;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
  color: rgba(255, 255, 255, 0.7);
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
  background: none;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  height: 16px;
  width: 16px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
  bottom: -5px;
  right: -6px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
  bottom: -5px;
  left: -6px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
  left: -6px;
  top: -5px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
  right: -6px;
  top: -5px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
  right: -6px;
  top: -5px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
  left: -6px;
  top: -5px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
  bottom: -5px;
  left: -6px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
  bottom: -5px;
  right: -6px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
  right: -6px;
  top: -5px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
  left: -6px;
  top: -5px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
  bottom: -5px;
  left: -6px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
  bottom: -5px;
  right: -6px;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
  height: 100%;
  padding: 20px 0;
  right: 1px;
  top: 0;
  width: 12px;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
  height: 100%;
  left: 0;
  padding: 20px 0;
  top: 0;
  width: 12px;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
  height: 12px;
  padding: 0 20px;
  top: 1px;
  width: 100%;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
  bottom: 1px;
  height: 12px;
  padding: 0 20px;
  width: 100%;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
  bottom: 0;
  right: 1px;
  z-index: 10;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
  left: 2px;
  top: 2px;
  z-index: 10;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
  right: 2px;
  top: 2px;
  z-index: 10;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
  bottom: 1px;
  left: 1px;
  z-index: 10;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
  bottom: 0;
  content: "\eb05";
  font-size: 12px;
  position: absolute;
  right: 0;
}
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
  bottom: 0;
  content: "\eb05";
  font-size: 12px;
  left: 0;
  position: absolute;
  transform: rotateY(180deg);
}

.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
  display: flex;
}

.e-date-wrapper:not(.e-filled) .e-date-icon.e-icons {
  box-sizing: border-box;
}

.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
  display: none;
}
.e-datepicker.e-popup-wrapper {
  border-radius: 0;
  overflow-y: hidden;
  pointer-events: auto;
}
.e-datepicker.e-date-modal {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.e-datepicker .e-model-header {
  background-color: #00b0ff;
  color: #fff;
  cursor: default;
  display: block;
  padding: 10px 10px 10px 15px;
}
.e-datepicker .e-model-header .e-model-year {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.e-datepicker .e-model-month, .e-datepicker .e-model-day {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

/* stylelint-disable */
.e-date-overflow {
  overflow: hidden !important;
}

.e-datepick-mob-popup-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
  min-width: 100%;
  min-height: 100%;
}

.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
  background-size: 250px 33px;
  min-height: 33px;
}

@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
    line-height: 64px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
  border-radius: 0;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
  height: 15vh;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
  float: right;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
  height: 15vh;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
  float: right;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
  height: 20vh;
  padding: 2vh 6vw;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
  margin: 12vh 0 0 0;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
  color: inherit;
  float: left;
  font-size: 18px;
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
    font-size: 18px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  font-weight: 400;
  padding: 0;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
  color: inherit;
  float: right;
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
    font-size: 18px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
  font-size: 5vw;
  line-height: 6vw;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade {
  height: 10vh;
  border-style: none;
  border-width: 0;
  border-color: #616161;
  padding: 2vh 2vw;
  line-height: 5vh;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
  position: inherit;
  line-height: inherit;
  margin-left: 5vw;
  text-align: left;
  vertical-align: middle;
  width: 60vw;
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
    font-size: 18px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
  margin-right: 0;
  vertical-align: inherit;
  height: 35px;
  width: 35px;
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
    height: 55px;
    width: 55px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
  vertical-align: inherit;
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
    font-size: 18px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
  margin-right: 0;
  vertical-align: inherit;
  height: 35px;
  width: 35px;
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
    height: 55px;
    width: 55px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
  vertical-align: inherit;
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
    font-size: 18px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
  float: right;
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
    font-size: 18px;
    height: 48px;
  }
}
@media (min-device-width: 768px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
    font-size: 18px;
    height: 64px;
    width: 64px;
    line-height: 64px;
  }
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
  height: 79vh;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
  display: none;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
  height: 69vh;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
  height: 69vh;
}

@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
    height: 25vh;
  }
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
    float: right;
  }
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
    overflow-y: auto;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
    height: 50vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
    height: 60vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade table {
    height: 60vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
    padding: 10px 0;
    height: 10%;
    font-size: 24px;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
    height: 30vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
    height: 25vh;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
    float: left;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
    margin: 12vh 0 0 0;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
    font-size: 4vw;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
    margin-right: 0;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
    line-height: 12vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
    line-height: inherit;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
    overflow-y: auto;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
    height: 60vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
    height: 65vh;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
    display: block;
    max-width: 100%;
    overflow: visible;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
    height: 70%;
    width: 100%;
  }
}
@media screen and (orientation: landscape) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
    display: table-row-group;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
    height: 69vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
    height: 65vh;
  }
}
/* stylelint-enable */
.e-datepicker.e-popup-wrapper,
.e-small.e-datepicker.e-popup-wrapper {
  border: none;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.e-datepicker .e-calendar,
.e-small.e-datepicker .e-calendar {
  background-color: #424242;
  border: none;
}

*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
  border: none;
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
  color: #00b0ff;
}
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
  color: #00b0ff;
}

/*! component icons */
.e-input-group-icon.e-date-icon,
*.e-control-wrapper .e-input-group-icon.e-date-icon {
  font-size: 16px;
  margin: 0 0 4px 0;
  min-height: 24px;
  min-width: 24px;
  outline: none;
}
.e-input-group-icon.e-date-icon::before,
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
  content: "\e901";
  font-family: "e-icons";
}
.e-input-group-icon.e-date-icon:focus,
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
  background: #eee;
  border-radius: 50%;
}

.e-small .e-input-group-icon.e-date-icon,
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
  font-size: 14px;
}

.e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
  min-height: 0;
  min-width: 20px;
}

.e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-date-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
  min-height: 0;
  min-width: 18px;
}

.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
  content: "\e932";
  font-family: "e-icons";
}

.e-radio-wrapper {
  display: inline-block;
  line-height: 1;
  position: relative;
}

/* stylelint-disable property-no-vendor-prefix */
.e-radio {
  -webkit-appearance: none;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.e-radio:not(:checked):not(:disabled):hover + label.e-rtl::after,
.e-radio:not(:checked):not(:disabled):hover + label.e-right::after {
  left: auto;
}
.e-radio + label {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.e-radio + label .e-label {
  display: inline-block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  padding-left: 28px;
  vertical-align: text-top;
  white-space: normal;
}
.e-radio + label::before {
  border: 2px solid;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
}
.e-radio + label:focus::before {
  box-shadow: none;
}
.e-radio + label::after {
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 5px;
  transform: scale(0);
  width: 8px;
}
.e-radio + label .e-ripple-container {
  border-radius: 50%;
  height: 34px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 34px;
  z-index: 1;
}
.e-radio + label.e-right .e-label, .e-radio + label.e-rtl .e-label {
  padding-left: 0;
  padding-right: 28px;
}
.e-radio + label.e-right::before, .e-radio + label.e-rtl::before {
  left: auto;
  right: 0;
}
.e-radio + label.e-right::after, .e-radio + label.e-rtl::after {
  left: auto;
  right: 5px;
}
.e-radio + label.e-right .e-ripple-container, .e-radio + label.e-rtl .e-ripple-container {
  left: auto;
  right: -8px;
}
.e-radio + label.e-right.e-rtl .e-label {
  padding-left: 28px;
  padding-right: 0;
}
.e-radio + label.e-right.e-rtl::before {
  left: 0;
  right: auto;
}
.e-radio + label.e-right.e-rtl::after {
  left: 5px;
  right: auto;
}
.e-radio + label.e-right.e-rtl .e-ripple-container {
  left: -8px;
  right: auto;
}
.e-radio + label.e-small .e-label {
  line-height: 14px;
  padding-left: 24px;
}
.e-radio + label.e-small::before {
  height: 14px;
  width: 14px;
}
.e-radio + label.e-small::after {
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}
.e-radio + label.e-small .e-ripple-container {
  left: -10px;
  top: -10px;
}
.e-radio + label.e-small.e-right .e-label, .e-radio + label.e-small.e-rtl .e-label {
  padding-left: 0;
  padding-right: 24px;
}
.e-radio + label.e-small.e-right::after, .e-radio + label.e-small.e-rtl::after {
  left: auto;
  right: 4px;
}
.e-radio + label.e-small.e-right .e-ripple-container, .e-radio + label.e-small.e-rtl .e-ripple-container {
  left: auto;
  right: -10px;
}
.e-radio + label.e-small.e-right.e-rtl .e-label {
  padding-left: 24px;
  padding-right: 0;
}
.e-radio + label.e-small.e-right.e-rtl::after {
  left: 4px;
  right: auto;
}
.e-radio + label.e-small.e-right.e-rtl .e-ripple-container {
  left: -10px;
  right: auto;
}
.e-radio:checked + label::after {
  transform: scale(1);
  transition: transform ease 280ms, background-color ease 280ms;
}

.e-small .e-radio + label .e-label,
.e-radio + label.e-small .e-label {
  line-height: 14px;
  padding-left: 24px;
}
.e-small .e-radio + label::before,
.e-radio + label.e-small::before {
  height: 14px;
  width: 14px;
}
.e-small .e-radio + label::after,
.e-radio + label.e-small::after {
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}
.e-small .e-radio + label .e-ripple-container,
.e-radio + label.e-small .e-ripple-container {
  left: -10px;
  top: -10px;
}
.e-small .e-radio + label.e-right .e-label, .e-small .e-radio + label.e-rtl .e-label,
.e-radio + label.e-small.e-right .e-label,
.e-radio + label.e-small.e-rtl .e-label {
  padding-left: 0;
  padding-right: 24px;
}
.e-small .e-radio + label.e-right::after, .e-small .e-radio + label.e-rtl::after,
.e-radio + label.e-small.e-right::after,
.e-radio + label.e-small.e-rtl::after {
  left: auto;
  right: 4px;
}
.e-small .e-radio + label.e-right .e-ripple-container, .e-small .e-radio + label.e-rtl .e-ripple-container,
.e-radio + label.e-small.e-right .e-ripple-container,
.e-radio + label.e-small.e-rtl .e-ripple-container {
  left: auto;
  right: -10px;
}
.e-small .e-radio + label.e-right.e-rtl .e-label,
.e-radio + label.e-small.e-right.e-rtl .e-label {
  padding-left: 24px;
  padding-right: 0;
}
.e-small .e-radio + label.e-right.e-rtl::after,
.e-radio + label.e-small.e-right.e-rtl::after {
  left: 4px;
  right: auto;
}
.e-small .e-radio + label.e-right.e-rtl .e-ripple-container,
.e-radio + label.e-small.e-right.e-rtl .e-ripple-container {
  left: -10px;
  right: auto;
}

.e-radio + label::before {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}
.e-radio + label.e-focus .e-ripple-container {
  background-color: rgba(255, 255, 255, 0.12);
}
.e-radio + label .e-label {
  color: #fff;
}
.e-radio + label .e-ripple-element {
  background-color: rgba(0, 176, 255, 0.26);
}
.e-radio + label:active .e-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.e-radio:focus + label::before {
  border-color: #00b0ff;
  box-shadow: none;
}
.e-radio:focus + label::before {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}
.e-radio:hover + label::before {
  border-color: rgba(255, 255, 255, 0.7);
}
.e-radio:checked + label::before {
  background-color: transparent;
  border-color: #00b0ff;
}
.e-radio:checked + label::after {
  background-color: #00b0ff;
  color: #00b0ff;
}
.e-radio:checked + label:active .e-ripple-element {
  background-color: rgba(0, 176, 255, 0.26);
}
.e-radio:checked + .e-focus .e-ripple-container {
  background-color: rgba(0, 176, 255, 0.26);
}
.e-radio:checked + .e-focus::before {
  outline: transparent 0 solid;
  outline-offset: 0;
}
.e-radio:checked:focus + label::before {
  border-color: #00b0ff;
}
.e-radio:checked:focus + label::after {
  background-color: #00b0ff;
}
.e-radio:checked + label:hover::before {
  border-color: #00b0ff;
}
.e-radio:checked + label:hover::after {
  background-color: #00b0ff;
}
.e-radio:disabled + label {
  cursor: default;
  pointer-events: none;
}
.e-radio:disabled + label::before {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.e-radio:disabled + label .e-ripple-container {
  background-color: transparent;
}
.e-radio:disabled + label .e-ripple-container::after {
  background-color: transparent;
  cursor: default;
}
.e-radio:disabled + label .e-label {
  color: rgba(255, 255, 255, 0.3);
}
.e-radio:disabled:checked + label::before {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.e-radio:disabled:checked + label::after {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.e-radio:disabled:checked + label .e-ripple-container, .e-radio:disabled:checked + label .e-ripple-container::after {
  background-color: transparent;
}

.e-switch-wrapper,
.e-css.e-switch-wrapper {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  position: relative;
  user-select: none;
  width: 34px;
}
.e-switch-wrapper .e-switch,
.e-css.e-switch-wrapper .e-switch {
  /* stylelint-disable property-no-vendor-prefix */
  -moz-appearance: none;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.e-switch-wrapper .e-switch-inner,
.e-css.e-switch-wrapper .e-switch-inner {
  -ms-transition: all 0.08s linear;
  -webkit-transition: all 0.08s linear;
  border: none;
  border-radius: 20px;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.08s linear;
  width: 100%;
}

.e-switch-wrapper .e-switch-on, .e-switch-wrapper .e-switch-off,
.e-css.e-switch-wrapper .e-switch-on,
.e-css.e-switch-wrapper .e-switch-off {
  -ms-transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  border-radius: inherit;
  display: flex;
  font-family: "";
  font-size: small;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.e-switch-wrapper .e-switch-on,
.e-css.e-switch-wrapper .e-switch-on {
  left: -100%;
  text-indent: -9999px;
}

.e-switch-wrapper .e-switch-off,
.e-css.e-switch-wrapper .e-switch-off {
  left: 0;
  opacity: 0.42;
  text-indent: -9999px;
}

.e-switch-wrapper .e-switch-handle,
.e-css.e-switch-wrapper .e-switch-handle {
  -ms-transition: all 0.08s linear;
  -webkit-transition: all 0.08s linear;
  border-radius: 50%;
  bottom: 0;
  height: 18px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  transition: all 0.08s linear;
  width: 18px;
}

.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on,
.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on {
  left: 0;
  opacity: 0.54;
}

.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off,
.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off {
  left: 100%;
}

.e-switch-wrapper .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
  left: 100%;
  margin-left: -18px;
}

.e-switch-wrapper.e-switch-disabled,
.e-css.e-switch-wrapper.e-switch-disabled {
  cursor: default;
  pointer-events: none;
}

.e-switch-wrapper .e-ripple-container,
.e-css.e-switch-wrapper .e-ripple-container {
  border-radius: 50%;
  bottom: -9px;
  height: 52px;
  left: -17px;
  pointer-events: none;
  position: absolute;
  top: -17px;
  width: 52px;
  z-index: 1;
}
.e-switch-wrapper.e-rtl .e-switch-handle,
.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
  left: 100%;
  margin-left: -18px;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
  left: 0;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
  left: -100%;
}
.e-switch-wrapper.e-rtl .e-switch-on,
.e-css.e-switch-wrapper.e-rtl .e-switch-on {
  left: 100%;
}
.e-switch-wrapper.e-rtl .e-switch-off,
.e-css.e-switch-wrapper.e-rtl .e-switch-off {
  left: 0;
}
.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
  border-radius: 50%;
  height: 18px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  transition: all 0.08s linear;
  width: 18px;
}

.e-switch-wrapper.e-small,
.e-css.e-switch-wrapper.e-small {
  height: 10px;
  width: 26px;
}
.e-switch-wrapper.e-small .e-switch-handle,
.e-css.e-switch-wrapper.e-small .e-switch-handle {
  height: 16px;
  width: 16px;
}
.e-switch-wrapper.e-small .e-ripple-container,
.e-css.e-switch-wrapper.e-small .e-ripple-container {
  border-radius: 50%;
  height: 36px;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 36px;
  z-index: 1;
}
.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active {
  left: 100%;
  margin-left: -16px;
}
.e-switch-wrapper.e-small .e-switch-on, .e-switch-wrapper.e-small .e-switch-off,
.e-css.e-switch-wrapper.e-small .e-switch-on,
.e-css.e-switch-wrapper.e-small .e-switch-off {
  font-size: 9px;
}
.e-switch-wrapper.e-small .e-switch-on,
.e-css.e-switch-wrapper.e-small .e-switch-on {
  text-indent: -9999px;
}
.e-switch-wrapper.e-small .e-switch-off,
.e-css.e-switch-wrapper.e-small .e-switch-off {
  text-indent: -9999px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
  left: 100%;
  margin-left: -16px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
  height: 16px;
  width: 16px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-on,
.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on {
  left: 100%;
  opacity: 0.54;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-off,
.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off {
  left: 0;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
  left: 0;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
  left: -100%;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
  left: 16px;
}

*.e-small .e-switch-wrapper,
*.e-small.e-switch-wrapper,
*.e-small .e-css.e-switch-wrapper,
*.e-small.e-css.e-switch-wrapper {
  height: 10px;
  width: 26px;
}
*.e-small .e-switch-wrapper .e-switch-handle,
*.e-small.e-switch-wrapper .e-switch-handle,
*.e-small .e-css.e-switch-wrapper .e-switch-handle,
*.e-small.e-css.e-switch-wrapper .e-switch-handle {
  height: 16px;
  width: 16px;
}
*.e-small .e-switch-wrapper .e-ripple-container,
*.e-small.e-switch-wrapper .e-ripple-container,
*.e-small .e-css.e-switch-wrapper .e-ripple-container,
*.e-small.e-css.e-switch-wrapper .e-ripple-container {
  border-radius: 50%;
  height: 36px;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 36px;
  z-index: 1;
}
*.e-small .e-switch-wrapper .e-switch-handle.e-switch-active,
*.e-small.e-switch-wrapper .e-switch-handle.e-switch-active,
*.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active,
*.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
  left: 100%;
  margin-left: -16px;
}
*.e-small .e-switch-wrapper .e-switch-on, *.e-small .e-switch-wrapper .e-switch-off,
*.e-small.e-switch-wrapper .e-switch-on,
*.e-small.e-switch-wrapper .e-switch-off,
*.e-small .e-css.e-switch-wrapper .e-switch-on,
*.e-small .e-css.e-switch-wrapper .e-switch-off,
*.e-small.e-css.e-switch-wrapper .e-switch-on,
*.e-small.e-css.e-switch-wrapper .e-switch-off {
  font-size: 9px;
}
*.e-small .e-switch-wrapper .e-switch-on,
*.e-small.e-switch-wrapper .e-switch-on,
*.e-small .e-css.e-switch-wrapper .e-switch-on,
*.e-small.e-css.e-switch-wrapper .e-switch-on {
  text-indent: -9999px;
}
*.e-small .e-switch-wrapper .e-switch-off,
*.e-small.e-switch-wrapper .e-switch-off,
*.e-small .e-css.e-switch-wrapper .e-switch-off,
*.e-small.e-css.e-switch-wrapper .e-switch-off {
  text-indent: -9999px;
}
*.e-small .e-switch-wrapper.e-rtl .e-switch-handle,
*.e-small.e-switch-wrapper.e-rtl .e-switch-handle,
*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,
*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
  left: 100%;
  margin-left: -16px;
}
*.e-small .e-switch-wrapper.e-rtl .e-switch-handle,
*.e-small.e-switch-wrapper.e-rtl .e-switch-handle,
*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,
*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
  height: 16px;
  width: 16px;
}
*.e-small .e-switch-wrapper.e-rtl .e-switch-on,
*.e-small.e-switch-wrapper.e-rtl .e-switch-on,
*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on,
*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on {
  left: 100%;
  opacity: 0.54;
}
*.e-small .e-switch-wrapper.e-rtl .e-switch-off,
*.e-small.e-switch-wrapper.e-rtl .e-switch-off,
*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off,
*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off {
  left: 0;
}
*.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
*.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
  left: 0;
}
*.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
*.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
  left: -100%;
}
*.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
*.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
  left: 16px;
}

.e-switch-wrapper,
.e-css.e-switch-wrapper {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-tap-highlight-color: transparent;
}
.e-switch-wrapper .e-switch-off,
.e-css.e-switch-wrapper .e-switch-off {
  background-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}
.e-switch-wrapper .e-switch-handle,
.e-css.e-switch-wrapper .e-switch-handle {
  background-color: #9e9e9e;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.e-switch-wrapper .e-switch-on,
.e-css.e-switch-wrapper .e-switch-on {
  background-color: #00b0ff;
  color: #fff;
}
.e-switch-wrapper .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
  background-color: #00b0ff;
}
.e-switch-wrapper .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper .e-switch-inner.e-switch-active {
  background-color: transparent;
  border-color: transparent;
}
.e-switch-wrapper .e-switch-inner,
.e-css.e-switch-wrapper .e-switch-inner {
  background-color: initial;
}
.e-switch-wrapper .e-ripple-element,
.e-css.e-switch-wrapper .e-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.e-switch-wrapper .e-ripple-check .e-ripple-element,
.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element {
  background-color: rgba(0, 176, 255, 0.12);
}
.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active {
  box-shadow: none;
}
.e-switch-wrapper.e-switch-disabled .e-switch-handle,
.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle {
  background-color: #616161;
  box-shadow: none;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off,
.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off {
  opacity: 0.12;
  background-color: #fff;
  border-color: #616161;
  color: transparent;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on,
.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on {
  color: transparent;
  opacity: 0.12;
  background-color: #fff;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner,
.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner {
  background-color: #fff;
  opacity: 0.12;
  border-color: transparent;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active {
  background-color: #fff;
  border-color: transparent;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner,
.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner {
  border-color: transparent;
  color: transparent;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,
.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
  color: transparent;
  background-color: #fff;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle,
.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle {
  background-color: #616161;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active {
  background-color: #616161;
}
.e-switch-wrapper:hover .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active {
  background-color: transparent;
  border-color: transparent;
}
.e-switch-wrapper:hover .e-switch-inner,
.e-css.e-switch-wrapper:hover .e-switch-inner {
  background-color: transparent;
  border-color: inherit;
}
.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on,
.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
  background-color: #00b0ff;
  color: #fff;
}
.e-switch-wrapper:hover .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
  background-color: #00b0ff;
}
.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active),
.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
  background-color: #9e9e9e;
}
.e-switch-wrapper.e-focus .e-switch-inner, .e-switch-wrapper:focus .e-switch-inner,
.e-css.e-switch-wrapper.e-focus .e-switch-inner,
.e-css.e-switch-wrapper:focus .e-switch-inner {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
  outline-offset: initial;
}
.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active, .e-switch-wrapper:focus .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper:focus .e-switch-inner.e-switch-active {
  background-color: transparent;
  border-color: transparent;
  outline: none;
}
.e-switch-wrapper.e-focus .e-ripple-container, .e-switch-wrapper:focus .e-ripple-container,
.e-css.e-switch-wrapper.e-focus .e-ripple-container,
.e-css.e-switch-wrapper:focus .e-ripple-container {
  background-color: rgba(255, 255, 255, 0.12);
}
.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container, .e-switch-wrapper:focus .e-ripple-check.e-ripple-container,
.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container,
.e-css.e-switch-wrapper:focus .e-ripple-check.e-ripple-container {
  background-color: rgba(0, 176, 255, 0.12);
}
.e-switch-wrapper.e-active .e-switch-inner, .e-switch-wrapper:active .e-switch-inner,
.e-css.e-switch-wrapper.e-active .e-switch-inner,
.e-css.e-switch-wrapper:active .e-switch-inner {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
  outline-offset: initial;
}
.e-switch-wrapper.e-active .e-switch-inner.e-switch-active, .e-switch-wrapper:active .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-active .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper:active .e-switch-inner.e-switch-active {
  background-color: transparent;
  border-color: transparent;
  outline: none;
}
.e-switch-wrapper.e-active .e-ripple-container, .e-switch-wrapper:active .e-ripple-container,
.e-css.e-switch-wrapper.e-active .e-ripple-container,
.e-css.e-switch-wrapper:active .e-ripple-container {
  background-color: rgba(255, 255, 255, 0.12);
}
.e-switch-wrapper.e-active .e-ripple-check.e-ripple-container, .e-switch-wrapper:active .e-ripple-check.e-ripple-container,
.e-css.e-switch-wrapper.e-active .e-ripple-check.e-ripple-container,
.e-css.e-switch-wrapper:active .e-ripple-check.e-ripple-container {
  background-color: rgba(0, 176, 255, 0.12);
}
.e-switch-wrapper.e-rtl.e-focus .e-switch-on,
.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on {
  background-color: rgba(0, 176, 255, 0.54);
}
.e-switch-wrapper.e-rtl.e-focus .e-switch-off,
.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off {
  background-color: rgba(0, 176, 255, 0.54);
}
.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  outline: none;
}
.e-switch-wrapper.e-rtl .e-switch-on,
.e-css.e-switch-wrapper.e-rtl .e-switch-on {
  background-color: #00b0ff;
}
.e-switch-wrapper.e-rtl .e-switch-handle,
.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
  background-color: #9e9e9e;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
  background-color: rgba(255, 255, 255, 0.42);
}
.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
  background-color: #00b0ff;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active {
  background-color: transparent;
  border-color: transparent;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active {
  background-color: transparent;
  border-color: transparent;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner,
.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner {
  border-color: inherit;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on,
.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on {
  background-color: #00b0ff;
}
.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active {
  background-color: #00b0ff;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on {
  color: transparent;
  opacity: 0.12;
  background-color: #fff;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off {
  opacity: 0.12;
  background-color: #fff;
  color: transparent;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle {
  background-color: #616161;
  box-shadow: none;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active {
  background-color: #616161;
  box-shadow: none;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner {
  background-color: #fff;
  border-color: transparent;
  opacity: 0.12;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
  color: transparent;
  background-color: #fff;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
  background-color: #fff;
  border-color: transparent;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner {
  border-color: transparent;
  color: transparent;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active {
  background-color: #616161;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle,
.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle {
  background-color: #616161;
}
.e-switch-wrapper .e-switch:focus,
.e-css.e-switch-wrapper .e-switch:focus {
  box-shadow: none;
}
.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
  background-color: #fff;
}

/* stylelint-disable property-no-vendor-prefix */
.e-listview {
  -webkit-overflow-scrolling: touch;
  border: 0 solid;
  border-radius: 0;
  display: block;
  overflow: auto;
  position: relative;
  width: 100%;
}
.e-listview:not(.e-list-template) .e-list-item {
  height: 36px;
  line-height: 36px;
  position: relative;
  padding: 0 16px;
}
.e-listview .e-list-item {
  border-bottom: 0 solid;
  cursor: pointer;
}
.e-listview .e-list-item.e-disabled, .e-listview .e-list-item.e-disabled * {
  cursor: default;
}

.e-listview.e-listview-template .e-list-item .e-checkbox {
  display: flex;
  align-items: baseline;
}

.e-listview .e-list-parent {
  margin: 0;
  padding: 0;
}

.e-listview .e-icon-back {
  margin-top: 2px;
}

.e-listview .e-list-header {
  align-items: center;
  display: flex;
  font-weight: bold;
  height: 48px;
  border-bottom: 1px solid;
  padding: 0 16px;
}
.e-listview .e-list-header .e-text.header,
.e-listview .e-list-header .e-headertemplate-text.nested-header {
  display: none;
}
.e-listview .e-list-header.e-list-navigation .e-text {
  cursor: pointer;
}
.e-listview .e-list-header .e-header-back-icon {
  display: none;
}
.e-listview .e-list-header .e-text {
  cursor: default;
  text-indent: 0;
}

.e-listview .e-list-navigation .e-but-back.e-header-back-icon {
  display: block;
}

.e-listview .e-has-header > .e-view {
  top: 45px;
}

.e-listview .e-back-button {
  cursor: pointer;
  padding-right: 30px;
}

.e-listview .e-list-group-item {
  border-bottom: 0 solid transparent;
  border-top: 1px solid;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 16px;
}
.e-listview .e-list-group-item .e-list-text {
  cursor: default;
}
.e-listview .e-list-group-item:first-child {
  border: 0;
  border-bottom: 0 solid transparent;
}

.e-listview .e-icon-collapsible {
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.e-listview .e-text-content {
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.e-listview .e-text-content.e-checkbox .e-list-text {
  width: calc(100% - 40px);
}
.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
  width: calc(100% - 90px);
}
.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
  width: calc(100% - 80px);
}

.e-listview .e-text-content * {
  display: inline-block;
  vertical-align: middle;
}

.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
  width: calc(100% - 92px);
}

.e-listview .e-checkbox .e-checkbox-left {
  margin: -2px 10px 0 0;
}
.e-listview .e-checkbox .e-checkbox-right {
  margin: -2px 0 0 10px;
}

.e-listview .e-list-text {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.e-listview .e-list-icon + .e-list-text, .e-listview .e-icon-wrapper .e-list-text, .e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
  width: calc(100% - 60px);
}

.e-listview .e-list-icon {
  margin-right: 12px;
  height: 18px;
  width: 18px;
}

.e-listview.e-virtualization .e-list-container {
  overflow: unset;
}

.e-listview .e-list-container {
  overflow: hidden;
  position: relative;
}

.e-listview .e-text .e-headertext {
  display: inline-block;
  line-height: 15px;
}

.e-listview.e-rtl {
  direction: rtl;
}
.e-listview.e-rtl .e-list-icon {
  margin-left: 16px;
  margin-right: 0;
}
.e-listview.e-rtl .e-icon-collapsible {
  left: 0%;
  right: initial;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.e-listview.e-rtl .e-list-header .e-text {
  cursor: pointer;
}
.e-listview.e-rtl .e-back-button {
  transform: rotate(180deg);
}
.e-listview.e-rtl .e-icon-back {
  margin-top: -2px;
}
.e-listview.e-rtl .e-checkbox .e-checkbox-left {
  margin: -2px 0 0 10px;
}
.e-listview.e-rtl .e-checkbox .e-checkbox-right {
  margin: -2px 10px 0 0;
}

.e-listview.e-disabled, .e-listview.e-disabled * {
  cursor: default;
}

.e-listview.e-disabled .e-checkbox .e-icons {
  cursor: default;
}

.e-listview {
  border-color: #fff;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
}
.e-listview .e-list-header {
  background-color: #424242;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.12);
  font-size: 20px;
}

.e-listview .e-icons:not(.e-primary .e-btn-icon, .e-check) {
  color: #fff;
}

.e-listview .e-list-item {
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  background-color: #303030;
  color: #fff;
}
.e-listview .e-list-item.e-hover, .e-listview .e-list-item.e-hover.e-active.e-checklist {
  background-color: #424242;
  color: #fff;
  border-color: transparent;
}
.e-listview .e-list-item.e-active {
  background-color: #616161;
  color: #fff;
}
.e-listview .e-list-item.e-active.e-checklist {
  background-color: #303030;
  color: #fff;
}
.e-listview .e-list-item.e-focused, .e-listview .e-list-item.e-focused.e-active.e-checklist {
  background-color: #616161;
  color: #fff;
}
.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: #00b0ff;
  color: #000;
  border-color: transparent;
}

.e-listview .e-list-group-item {
  background-color: #424242;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.12);
  font-size: 15px;
}

.e-listview.e-list-template .e-list-wrapper {
  height: inherit;
  position: relative;
}
.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
  padding: 0.2667em 1.0666em;
}
.e-listview.e-list-template .e-list-wrapper.e-list-multi-line {
  padding: 1.0666em;
}
.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding: 0.115em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 0.115em 0;
  word-wrap: break-word;
}
.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
  height: 2.6667em;
  width: 2.6667em;
  top: 0.2666em;
  left: 1.0667em;
  position: absolute;
}
.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
  padding-left: 4.8em;
  padding-right: 1.0666em;
}
.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
  padding-left: 1.0666em;
  padding-right: 4.8em;
}
.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  height: 2.6667em;
  width: 2.6667em;
  top: 0.2666em;
  right: 1.0667em;
  position: absolute;
}
.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
  top: 1.0666em;
}
.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  top: 1.0666em;
}
.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge {
  font-size: 12px;
  height: 1.6666em;
  width: 2.5em;
  top: 50%;
  right: 1.33em;
  line-height: 1.8666em;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
}
.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
  padding-left: 4.8em;
  padding-right: 4.1333em;
}
.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
  padding-left: 1.0666em;
  padding-right: 4.1333em;
}
.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0.72em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header, .e-listview.e-list-template .e-list-item.e-hover .e-list-content {
  color: #fff;
}
.e-listview.e-list-template .e-list-item.e-active .e-list-item-header, .e-listview.e-list-template .e-list-item.e-active .e-list-content {
  color: #fff;
}
.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
  left: inherit;
  right: 1.0667em;
}
.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
  padding-left: 1.0666em;
  padding-right: 4.8em;
}
.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
  padding-left: 4.8em;
  padding-right: 1.0666em;
}
.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  left: 1.0667em;
  right: inherit;
}
.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
  left: 1.33em;
  right: inherit;
}
.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
  padding-left: 4.1333em;
  padding-right: 4.8em;
}
.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
  padding-left: 4.1333em;
  padding-right: 1.0666em;
}

.e-listview .e-icon-collapsible::before {
  content: "\e913";
}
.e-listview .e-icon-back::before {
  content: "\e85b";
}

/* stylelint-disable-line no-empty-source */
.e-sortable {
  outline: none;
  position: relative;
  user-select: none;
}
.e-sortable .e-disabled {
  background-image: none;
  cursor: default;
  opacity: 0.35;
}
.e-sortable * {
  box-sizing: border-box;
}
.e-sortable *:focus {
  outline: none;
}

/* stylelint-disable */
.e-sortableclone {
  position: fixed !important;
}

/* stylelint-enable */
.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
  display: flex;
}

.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,
.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,
.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  visibility: hidden;
  width: 0;
}

.e-daterangepicker.e-popup {
  border: #616161;
  border-radius: 0;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  max-height: 500px;
  max-width: 730px;
}
.e-daterangepicker.e-popup.e-daterange-day-header-lg {
  max-width: 100%;
}
.e-daterangepicker.e-popup.e-preset-wrapper {
  min-width: 625px;
}
.e-daterangepicker.e-popup.e-preset-wrapper .e-presets {
  max-height: none;
}
.e-daterangepicker.e-popup .e-range-header {
  background: #424242;
  padding: 16px 16px 0 16px;
  width: auto;
}
.e-daterangepicker.e-popup .e-range-header .e-start-label, .e-daterangepicker.e-popup .e-range-header .e-end-label {
  cursor: default;
  display: inline-block;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
  width: 48%;
}
.e-daterangepicker.e-popup .e-range-header .e-change-icon {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  width: 4%;
}
.e-daterangepicker.e-popup .e-range-header .e-day-span {
  direction: ltr;
  font-size: 13px;
  height: 14px;
  margin: 0 0 15px 0;
  text-align: center;
  user-select: none;
  width: 100%;
}
.e-daterangepicker.e-popup .e-range-header .e-start-end {
  align-items: center;
  display: flex;
  height: 35px;
}
.e-daterangepicker.e-popup .e-separator {
  height: 1px;
  margin: 0;
}
.e-daterangepicker.e-popup .e-calendar {
  border: none;
  margin: 0;
  padding: 0;
}
.e-daterangepicker.e-popup .e-calendar .e-content table {
  padding: 0 10px 10px;
}
.e-daterangepicker.e-popup .e-calendar .e-header .e-title {
  cursor: pointer;
  line-height: 36px;
  width: auto;
  float: none;
  font-weight: normal;
  margin-left: 0;
}
.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade {
  padding: 10px 5px 0 5px;
}
.e-daterangepicker.e-popup .e-calendar .e-header .e-next {
  float: right;
}
.e-daterangepicker.e-popup .e-calendar .e-header .e-prev {
  float: left;
}
.e-daterangepicker.e-popup .e-calendar .e-header .e-next, .e-daterangepicker.e-popup .e-calendar .e-header .e-prev {
  height: 36px;
  width: 36px;
}
.e-daterangepicker.e-popup .e-calendar .e-header .e-next span, .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span {
  padding: 10px;
}
.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover {
  border-radius: 50% 0 0 50%;
}
.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover {
  border-radius: 0 50% 50% 0;
}
.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
  border: none;
}
.e-daterangepicker.e-popup .e-footer {
  align-items: center;
  border-top: 1px solid #616161;
  clear: both;
  display: flex;
  flex-direction: row-reverse;
  height: 48px;
}
.e-daterangepicker.e-popup .e-footer .e-btn {
  font-weight: 500;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  padding: 0 16px;
  text-overflow: ellipsis;
}
.e-daterangepicker.e-popup .e-footer .e-btn.e-apply {
  margin: 0 8px 0 8px;
}
.e-daterangepicker.e-popup .e-date-range-container {
  float: left;
}
.e-daterangepicker.e-popup .e-date-range-container.e-range-border {
  border-right: 1px solid #616161;
}
.e-daterangepicker.e-popup .e-calendar-container {
  display: flex;
}
.e-daterangepicker.e-popup .e-calendar-container .e-left-container, .e-daterangepicker.e-popup .e-calendar-container .e-right-container {
  float: left;
}
.e-daterangepicker.e-popup .e-calendar-container .e-left-container {
  border-right: 1px solid #616161;
}
.e-daterangepicker.e-popup .e-presets {
  max-height: 192px;
  overflow: auto;
  width: auto;
}
.e-daterangepicker.e-popup .e-presets .e-list-item {
  border-radius: 0;
  cursor: pointer;
  line-height: 48px;
  overflow: hidden;
  padding: 0 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.e-daterangepicker.e-popup .e-presets .e-list-parent {
  margin: 0;
  max-width: 160px;
  padding: 0;
}
.e-daterangepicker.e-popup .e-presets .e-text-content {
  line-height: 47px;
}
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
  font-size: 13px;
  height: 36px;
  line-height: 36px;
}
.e-daterangepicker.e-popup .e-hide-range {
  display: none;
}
.e-daterangepicker.e-rtl .e-date-range-container {
  float: right;
}
.e-daterangepicker.e-rtl .e-date-range-container.e-range-border {
  border-left: 1px solid #616161;
  border-right: 0;
}
.e-daterangepicker.e-rtl .e-date-range-container .e-left-container {
  border-left: 1px solid #616161;
  border-right: 0;
}
.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next {
  float: left;
}
.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev {
  float: right;
}
.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover {
  border-radius: 0 50% 50% 0;
}
.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover {
  border-radius: 50% 0 0 50%;
}
.e-daterangepicker.e-rtl .e-footer {
  flex-direction: row;
  justify-content: flex-end;
}
.e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel {
  margin: 0 8px 0 8px;
}
.e-daterangepicker.e-rtl .e-footer .e-btn.e-apply {
  margin-left: 0;
}

.e-small .e-daterangepicker.e-popup .e-range-header,
*.e-small.e-daterangepicker.e-popup .e-range-header {
  margin: 10px 10px 0 10px;
}
.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, .e-small .e-daterangepicker.e-popup .e-range-header .e-end-label,
*.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label,
*.e-small.e-daterangepicker.e-popup .e-range-header .e-end-label {
  font-size: 16px;
}
.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon,
*.e-small.e-daterangepicker.e-popup .e-range-header .e-change-icon {
  font-size: 12px;
}
.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end,
*.e-small.e-daterangepicker.e-popup .e-range-header .e-start-end {
  height: 32px;
}
.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span,
*.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span {
  font-size: 12px;
  margin: 0 0 10px 0;
}
.e-small .e-daterangepicker.e-popup .e-range-header .e-separator,
*.e-small.e-daterangepicker.e-popup .e-range-header .e-separator {
  margin: 0 10px;
}
.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply,
*.e-small.e-daterangepicker.e-popup .e-footer .e-btn.e-apply {
  margin: 10px 10px 10px 8px;
}
.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item,
*.e-small.e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item {
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}

/* stylelint-disable */
.e-range-overflow {
  overflow: hidden;
}

.e-daterangepick-mob-popup-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-control.e-lib.e-device.e-popup-open {
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
}

.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
  background-size: 250px 33px;
  min-height: 33px;
}

.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
  height: 20vh;
  padding: 2vh 2vw;
  margin: 0;
  color: #fff;
}
@media (max-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
    font-size: 16px;
  }
}
@media (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
    font-size: 18px;
  }
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
  float: right;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
  margin: 3vh 0 0 0;
}
@media (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
    min-height: 100%;
    height: 100%;
  }
}
@media (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
    min-height: 80vh;
    height: 80vh;
  }
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
  min-width: 100%;
  width: 100%;
  padding: 0;
  overflow: unset;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade {
  height: 10vh;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #616161;
  padding: 2vh 2vw;
  line-height: 5vh;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
  height: 36px;
  width: 36px;
}
@media (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
    font-size: 18px;
    padding: 11px;
  }
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
  height: 36px;
  width: 36px;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
  padding: 10px;
  line-height: 1;
}
@media (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
    font-size: 18px;
  }
}
@media (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
    line-height: 8vh;
  }
}
@media (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
    line-height: inherit;
  }
}
@media (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
    font-size: 18px;
  }
}
@media (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
    font-size: 18px;
    height: 48px;
  }
}
@media (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
    font-size: 18px;
    height: 64px;
    width: 64px;
    line-height: 64px;
  }
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover {
  border-radius: 0;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
  height: 100%;
}
@media (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
    min-height: 78vh;
    height: 78vh;
  }
}
@media (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
    min-height: 78vh;
    height: 78vh;
  }
}
@media (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
    min-height: 100%;
    height: 100%;
  }
}
@media (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
    min-height: 80vh;
    height: 80vh;
  }
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
  margin: 0;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
  height: 69vh;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
  padding: 0 2vw;
  height: 69vh;
  border-spacing: unset;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
  display: none;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
  max-height: 90%;
  height: 90%;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
  height: 100%;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
  font-size: 16px;
}
@media (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
    font-size: 18px;
  }
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
  position: relative;
  height: 100%;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
  height: 10%;
  padding: 2.5vh 2.5vw 2.5vh 1.5vw;
  display: flex;
  align-items: center;
  font-size: 3vh;
  border-bottom: none;
}
@media (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
    font-size: 18px;
  }
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
  float: left;
  padding: 1vh 2vw;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
  padding: 1vh 2vw;
  text-transform: uppercase;
}

@media screen and (orientation: landscape) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
    padding: 0;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 768px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
    font-size: 18px;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
    min-height: 70vh;
    height: 70vh;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
    min-height: 65%;
    height: 65%;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
    min-height: 70vh;
    height: 70vh;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-decade {
    height: 50vh;
  }
}
@media screen and (orientation: landscape) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
    max-height: 85%;
    height: 85%;
  }
}
@media screen and (orientation: landscape) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
    height: 15%;
    font-size: 18px;
  }
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
    padding: 1vh 1vw;
  }
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
    padding: 1vh 1vw;
  }
}
@media screen and (orientation: landscape) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
    height: 27vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
    height: 25vh;
  }
}
@media screen and (orientation: landscape) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
    margin: 0;
    height: 28px;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
    margin: 5vh 0 0 0;
  }
}
@media screen and (orientation: landscape) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
    margin: 8px 0;
    font-size: 16px;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
    min-height: 75vh;
    height: 75vh;
  }
}
@media screen and (orientation: landscape) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
    overflow-y: auto;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
    height: 60vh;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
    height: 65vh;
  }
}
@media screen and (orientation: landscape) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade table {
    display: table;
    border-spacing: unset;
  }
}
@media screen and (orientation: landscape) and (min-height: 600px) {
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade table {
    height: 65vh;
  }
}
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
  width: calc(100% - 80px);
}

.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
  width: calc(100% - 110px);
}

.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
  color: #00b0ff;
}
.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
  color: #00b0ff;
}

.e-daterangepicker.e-popup {
  background: #424242;
}
.e-daterangepicker.e-popup .e-calendar {
  background-color: #424242;
}
.e-daterangepicker.e-popup .e-calendar .e-header .e-title, .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover {
  color: #fff;
  text-decoration: none;
}
.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover {
  background-color: #616161;
  color: #fff;
}
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span {
  background-color: transparent;
  border: 1px solid #00b0ff;
  color: #00b0ff;
}
.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span {
  background: #616161;
  border: none;
  color: #fff;
}
.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day {
  background-color: #3b3b3b;
  border: none;
  color: #fff;
}
.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day {
  border: 1px solid #00b0ff;
}
.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day {
  border: 1px solid #00b0ff;
}
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span {
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.38);
}
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected {
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.38);
}
.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
  background-color: #00b0ff;
  color: #000;
}
.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day {
  background-color: #00b0ff;
  color: #000;
}
.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span {
  color: #fff;
}
.e-daterangepicker.e-popup .e-presets {
  background-color: #424242;
  color: #fff;
}
.e-daterangepicker.e-popup .e-presets .e-list-item.e-active {
  background-color: transparent;
  color: #00b0ff;
}
.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-daterangepicker.e-popup .e-start-label, .e-daterangepicker.e-popup .e-end-label {
  color: #fff;
}
.e-daterangepicker.e-popup .e-change-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-daterangepicker.e-popup .e-day-span {
  color: rgba(255, 255, 255, 0.7);
}
.e-daterangepicker.e-popup .e-separator {
  background-color: #616161;
}
.e-daterangepicker.e-popup .e-footer {
  background-color: #424242;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
  background-color: #00b0ff;
  color: #fff;
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
  color: #fff;
}

/*! component icons */
.e-input-group-icon.e-range-icon,
*.e-control-wrapper .e-input-group-icon.e-range-icon {
  font-size: 16px;
  margin: 0 0 4px 0;
  min-height: 24px;
  min-width: 24px;
  outline: none;
}
.e-input-group-icon.e-range-icon::before,
*.e-control-wrapper .e-input-group-icon.e-range-icon::before {
  content: "\e245";
  font-family: "e-icons";
}
.e-input-group-icon.e-range-icon:focus,
*.e-control-wrapper .e-input-group-icon.e-range-icon:focus {
  background: #eee;
  border-radius: 50%;
}

.e-daterangepicker .e-calendar .e-header .e-date-icon-next::before {
  content: "\e913";
}
.e-daterangepicker .e-calendar .e-header .e-date-icon-prev::before {
  content: "\e921";
}
.e-daterangepicker .e-change-icon::before {
  content: "\e85f";
}
.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-next::before {
  content: "\e921";
}
.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
  content: "\e913";
}
.e-daterangepicker.e-rtl .e-start-end .e-change-icon::before {
  content: "\e85b";
}

.e-small .e-input-group-icon.e-range-icon,
*.e-control-wrapper.e-small .e-input-group-icon.e-range-icon,
*.e-small .e-control-wrapper .e-input-group-icon.e-range-icon {
  font-size: 14px;
}

.e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon,
.e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon {
  min-height: 0;
  min-width: 20px;
}

.e-small .e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon,
.e-date-range-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-range-icon,
.e-small .e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon {
  min-height: 0;
  min-width: 18px;
}

.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-range-header .e-popup-close::before, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-model-header .e-popup-close::before {
  content: "\e932";
  font-family: "e-icons";
}
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-range-header .e-apply::before, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-model-header .e-apply::before {
  content: "\e7ff";
  font-family: "e-icons";
}

.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
  display: flex;
}

.e-datetime-wrapper {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-tap-highlight-color: transparent;
}
.e-datetime-wrapper .e-time-icon.e-icons::before {
  font-size: 16px;
}
.e-datetime-wrapper.e-control-wrapper {
  box-sizing: border-box;
}
.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
  pointer-events: none;
}
.e-datetime-wrapper .e-clear-icon {
  box-sizing: content-box;
}
.e-datetime-wrapper span {
  cursor: pointer;
}
.e-datetime-wrapper .e-input-group-icon.e-date-icon, .e-datetime-wrapper .e-input-group-icon.e-time-icon {
  font-size: 16px;
  margin: 0 0 4px;
  min-height: 24px;
  min-width: 24px;
  outline: none;
}
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
  border: 0;
  border-style: none;
  margin: 0 0 4px 6px;
}

.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
  margin: 0 6px 4px 0;
}

.e-control.e-datetimepicker.e-popup-wrapper.e-popup-container.e-popup-expand.e-popup.e-popup-open .e-datetime-mob-popup-wrap {
  align-items: normal;
}

.e-datetime-mob-popup-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.e-datetime-mob-popup-wrap .e-datetimepicker.e-popup.e-lib.e-control.e-popup-open {
  left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  position: relative;
  top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-datetimepicker.e-time-modal {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.e-datetimepicker.e-popup {
  border-style: solid;
  border-width: 1px;
  overflow: auto;
}
.e-datetimepicker.e-popup .e-content {
  position: relative;
}
.e-datetimepicker.e-popup .e-list-parent.e-ul {
  margin: 0;
  padding: 8px 0;
}
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
  color: #fff;
  cursor: default;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
  cursor: pointer;
}

.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
  line-height: 36px;
  text-indent: 16px;
}

.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
  font-size: 12px;
  line-height: 26px;
  text-indent: 12px;
}

.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
  font-size: 14px;
}
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
  background-size: 250px 33px;
  min-height: 33px;
}

.e-datetimepicker.e-popup-expand.e-popup {
  position: fixed;
}
.e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
  position: relative;
  width: 100%;
}

/*! datetimepicker theme */
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
  color: #00b0ff;
}
.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
  color: #00b0ff;
}

.e-datetimepicker.e-popup {
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.e-datetimepicker.e-popup .e-list-parent.e-ul {
  background-color: #424242;
}
.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
  border: none;
  color: #fff;
}
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
}
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #00b0ff;
}
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #00b0ff;
}

/*! component icons */
.e-datetime-wrapper .e-time-icon.e-icons::before {
  content: "\e20c";
  font-family: "e-icons";
}

.e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 20px;
}

.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon,
.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 18px;
}

/*! maskedtextbox layout */
.e-control-wrapper.e-mask .e-maskedtextbox {
  font-family: Arial, "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 12.5px;
}

.e-content-placeholder.e-mask.e-placeholder-mask {
  background-size: 300px 33px;
  min-height: 33px;
}

/*! maskedtextbox theme */
.e-control-wrapper.e-mask.e-error .e-maskedtextbox,
.e-utility-mask.e-error {
  color: #ff6652;
}

/* stylelint-disable-line no-empty-source */
.e-content-placeholder.e-textbox.e-placeholder-textbox {
  background-size: 300px 33px;
  min-height: 33px;
}

.e-input-group.e-input-focus.e-multi-line-input textarea.e-textbox {
  padding-right: 30px;
}

.e-input-group.e-input-focus.e-rtl.e-multi-line-input textarea.e-textbox {
  padding-left: 30px;
}

/* stylelint-disable-line no-empty-source */
/* stylelint-disable-line no-empty-source */
.e-input-group.e-multi-line-input.e-auto-width {
  width: auto;
}

.e-input-group.e-multi-line-input textarea.e-resize-x {
  resize: horizontal;
}
.e-input-group.e-multi-line-input textarea.e-resize-y {
  resize: vertical;
}
.e-input-group.e-multi-line-input textarea.e-resize-xy {
  resize: both;
}
.e-input-group.e-multi-line-input textarea.e-textarea.e-resize-none {
  resize: none;
}

.e-float-input .e-clear-icon:hover,
.e-float-input.e-control-wrapper .e-clear-icon:hover,
.e-input-group .e-clear-icon:hover,
.e-input-group.e-control-wrapper .e-clear-icon:hover {
  background: none;
  border: none;
}

.e-float-input:not(.e-disabled) .e-clear-icon:hover,
.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
.e-input-group:not(.e-disabled) .e-clear-icon:hover,
.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
  background: none;
}

/* stylelint-disable-line no-empty-source */
.e-upload {
  width: 100%;
}
.e-upload.e-control-wrapper {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-upload .e-hidden-file-input {
  border: 0;
  height: 0;
  margin: 0;
  outline: none;
  padding: 0;
  text-indent: 0;
  visibility: hidden;
  width: 0;
}
.e-upload .e-file-select-wrap {
  padding: 16px 0 16px 12px;
}
.e-upload .e-file-select-wrap .e-file-select,
.e-upload .e-file-select-wrap .e-file-select .e-uploader {
  display: inline-block;
  width: 0;
}
.e-upload .e-file-select-wrap .e-file-select .e-uploader {
  opacity: 0;
}
.e-upload .e-file-select-wrap .e-file-drop {
  font-family: inherit;
  font-size: 14px;
  margin-left: 12px;
}
.e-upload.e-form-upload .e-upload-files .e-upload-file-list {
  min-height: 35px;
  padding-bottom: 16px;
  padding-top: 12px;
}
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
  top: 0;
}
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
  display: none;
}
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
  line-height: 1.5;
  padding-top: 4px;
}
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
  color: #ff6652;
}
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 0;
  padding-top: 4px;
  position: relative;
}
.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
  color: #ff6652;
}
.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
  color: #ff6652;
}
.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
  box-sizing: border-box;
  top: 32px;
}
.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.e-upload .e-upload-files {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.e-upload .e-upload-files .e-upload-file-list {
  font-family: inherit;
  font-size: 14px;
  height: 100%;
  line-height: normal;
  min-height: 90px;
  position: relative;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container {
  display: block;
  height: 100%;
  margin-left: 12px;
  margin-right: 90px;
  min-height: 35px;
  position: relative;
  top: 3px;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
  float: left;
  font-family: inherit;
  font-size: 14px;
  max-width: 75%;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before {
  content: attr(data-tail);
  float: right;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
  display: block;
  font-family: inherit;
  font-size: 14px;
  padding-top: 12px;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden {
  visibility: hidden;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
  display: block;
  font-size: 11px;
  padding: 8px 0;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
  display: block;
  font-family: inherit;
  font-size: 11px;
  padding-bottom: 12px;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress {
  display: none;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
  display: block;
  height: 8px;
  padding-bottom: 6px;
  padding-top: 6px;
  position: absolute;
  width: 98%;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
  border-radius: 0;
  display: block;
  height: 2px;
  width: 100%;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
  border-radius: 0;
  display: inherit;
  height: 2px;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
  float: right;
  font-family: inherit;
  font-size: 11px;
  position: relative;
  right: 6px;
  top: -27px;
}
.e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  margin: 0 12px;
  margin-top: -18px;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: middle;
  width: 18px;
}
.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress {
  cursor: default;
}
.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons {
  padding: 18px 13px 18px 23px;
}
.e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons {
  right: 36px;
}
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, .e-upload .e-upload-files .e-clear-icon-focus {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 transparent;
}
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus {
  border-radius: 50%;
}
.e-upload .e-upload-files .e-file-delete-btn.e-icons {
  font-size: 11px;
  opacity: 1;
}
.e-upload .e-upload-files .e-file-abort-btn.e-icons {
  font-size: 15px;
  opacity: 1;
}
.e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn {
  font-family: inherit;
}
.e-upload .e-upload-actions {
  position: relative;
  text-align: right;
}
.e-upload .e-upload-actions .e-file-upload-btn {
  margin: 12px;
}
.e-upload .e-upload-actions .e-file-clear-btn {
  margin: 12px;
}
.e-upload.e-rtl .e-file-select-wrap {
  padding: 16px 12px 16px 0;
}
.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
  margin-right: 10px;
}
.e-upload.e-rtl .e-file-select-wrap .e-file-drop {
  margin-left: 60px;
  margin-right: 12px;
  position: relative;
}
.e-upload.e-rtl .e-upload-actions {
  text-align: left;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
  height: 100%;
  margin-left: 60px;
  margin-right: 12px;
  position: relative;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container {
  direction: ltr;
  float: right;
  width: 100%;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
  float: right;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
  float: right;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
  direction: ltr;
  float: right;
  position: relative;
  text-align: right;
  width: 100%;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
  float: right;
  position: initial;
  top: 46px;
  width: 89%;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
  float: left;
  right: -8px;
  top: -25px;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons {
  left: 0;
  margin-left: 12px;
  margin-right: 12px;
  right: auto;
  top: 50%;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
  left: 36px;
  right: auto;
}
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
  left: 36px;
}
.e-upload.e-disabled .e-file-drop {
  color: rgba(255, 255, 255, 0.3);
}
.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
  color: rgba(255, 255, 255, 0.3);
}
.e-upload .e-content-placeholder.e-upload.e-placeholder-upload {
  background-size: 400px 65px;
  min-height: 65px;
}

.e-small .e-upload .e-file-select-wrap {
  padding: 16px 0 16px 12px;
}
.e-small .e-upload .e-file-select-wrap .e-file-drop {
  font-size: 13px;
  margin-left: 12px;
}
.e-small .e-upload .e-upload-files .e-upload-file-list {
  min-height: 76px;
}
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
  font-size: 12px;
  padding-top: 10px;
}
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
  font-size: 12px;
  padding: 5px 0;
}
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
  font-size: 12px;
  padding-top: 10px;
}
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
  padding-bottom: 10px;
}
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
  padding-bottom: 3px;
  padding-top: 3px;
}
.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons {
  font-size: 10px;
  height: 24px;
  padding: 12px;
  width: 24px;
}
.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.e-small .e-upload.e-rtl .e-file-select-wrap {
  padding: 16px 12px 16px 0;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
  min-height: 35px;
  padding-bottom: 10px;
  padding-top: 6px;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
  top: 0;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
  display: none;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
  line-height: 1.5;
  padding-top: 4px;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
  color: #ff6652;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 0;
  padding-top: 4px;
  position: relative;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
  color: #ff6652;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
  color: #ff6652;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
  box-sizing: border-box;
  top: 34px;
}
.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}

.e-upload {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.e-upload .e-file-drop {
  color: #fff;
  vertical-align: middle;
}
.e-upload .e-upload-files {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.e-upload .e-upload-files .e-upload-file-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
  color: #fff;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
  color: #fff;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
  color: rgba(255, 255, 255, 0.7);
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
  color: #fff;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
  color: #22b24b;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails {
  color: #ff6652;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails {
  color: #ff6652;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap {
  background-color: rgba(255, 255, 255, 0.38);
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
  background: #00b0ff;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success {
  background: #22b24b;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed {
  background: #ff6652;
}
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text {
  color: #fff;
}
.e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons {
  color: rgba(255, 255, 255, 0.7);
}
.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, .e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, .e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, .e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, .e-upload .e-upload-files .e-file-play-btn.e-icons:hover {
  color: rgba(255, 255, 255, 0.7);
}
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: transparent;
  box-shadow: 0 0 0 transparent;
}

.e-upload .e-upload-files .e-file-remove-btn.e-icons::before {
  content: "\e945";
}

.e-upload .e-upload-files .e-icons.e-file-pause-btn::before {
  content: "\e326";
}

.e-upload .e-upload-files .e-icons.e-file-reload-btn::before {
  content: "\e99d";
}

.e-upload .e-upload-files .e-icons.e-file-play-btn::before {
  content: "\e324";
}

.e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
  content: "\e94a";
}

.e-upload .e-upload-files .e-file-abort-btn.e-icons::before {
  content: "\e974";
}

.e-upload .e-upload-files .e-icons.e-msie::before {
  position: relative;
  right: 10px;
}

.e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before {
  right: 12px;
}

/* stylelint-disable property-no-vendor-prefix */
.e-dialog {
  -webkit-flex-direction: column;
  border: none;
  border-radius: 2px;
  flex-direction: column;
  width: 100%;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
.e-dialog.e-popup {
  width: 100%;
}
.e-dialog.e-dlg-resizable {
  padding-bottom: 15px;
  touch-action: none;
}
.e-dialog .e-dlg-header-content {
  border-radius: 1px 1px 0 0;
  line-height: 30px;
}
.e-dialog .e-dlg-header-content + .e-dlg-content {
  padding-top: 0;
}
.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
  font-size: 12px;
  width: auto;
}
.e-dialog .e-dlg-header {
  display: block;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 80%;
}
.e-dialog .e-dlg-header.e-hide {
  display: none;
}
.e-dialog .e-dlg-modal {
  position: fixed;
}
.e-dialog .e-scroll-disabled {
  overflow: hidden !important;
}
.e-dialog .e-dlg-content {
  display: block;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  overflow: auto;
  overflow-x: hidden;
}
.e-dialog .e-dlg-content.e-hide {
  display: none;
}
.e-dialog .e-footer-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: none;
  bottom: 0;
  display: block;
  right: 0;
  width: 100%;
}
.e-dialog .e-footer-content.e-hide {
  display: none;
}
.e-dialog .e-footer-content {
  text-align: right;
}
.e-dialog .e-resize-handle {
  height: 15px;
  position: absolute;
  width: 15px;
}
.e-dialog .e-resize-handle.e-south-east {
  bottom: 0;
  cursor: nwse-resize;
  right: 0;
}
.e-dialog .e-resize-handle.e-south-west {
  bottom: 0;
  cursor: nesw-resize;
  left: 0;
  transform: rotate(90deg);
}
.e-dialog .e-resize-handle.e-north-east {
  cursor: nesw-resize;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
}
.e-dialog .e-resize-handle.e-north-west {
  cursor: nwse-resize;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.e-dialog .e-south,
.e-dialog .e-north,
.e-dialog .e-east,
.e-dialog .e-west {
  background-color: transparent;
  background-repeat: repeat;
  overflow: visible;
  position: absolute;
}
.e-dialog .e-east,
.e-dialog .e-west {
  cursor: ew-resize;
}
.e-dialog .e-south,
.e-dialog .e-north {
  cursor: ns-resize;
}
.e-dialog.e-blazor-hidden {
  left: 0;
  position: absolute;
}

.e-dialog .e-dlg-header-content {
  border-bottom: none;
  padding: 18px;
}
.e-dialog .e-dlg-content {
  padding: 18px;
}
.e-dialog .e-footer-content {
  padding: 8px;
}
.e-dialog .e-footer-content .e-btn {
  margin-left: 6px;
}

.e-alert-dialog .e-footer-content {
  border-top: none;
}

.e-rtl .e-footer-content .e-btn {
  margin-right: 6px;
}

.e-dialog.e-draggable > .e-dlg-header-content {
  cursor: move;
}

.e-dialog.e-device.e-draggable.e-popup-open {
  touch-action: none;
}

.e-dialog {
  max-height: 98%;
  max-width: 100%;
  min-width: 240px;
  position: absolute;
}

.e-rtl .e-footer-content .e-btn {
  margin-left: 0;
}

.e-rtl .e-footer-content {
  text-align: left;
}

.e-rtl .e-footer-content {
  text-align: left;
}

.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  float: left;
  left: 0;
  right: 0;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  bottom: 0;
  float: right;
  height: 30px;
  left: 0;
  position: relative;
  width: 30px;
}

.e-rtl.e-dialog .e-resize-handle.e-south-west {
  bottom: 0;
  cursor: sw-resize;
  direction: ltr;
  left: 0;
  text-align: initial;
  transform: rotate(90deg);
}

/* stylelint-disable declaration-no-important */
.e-dlg-target.e-scroll-disabled {
  overflow: hidden !important;
}

/* stylelint-enable declaration-no-important */
.e-dlg-overlay {
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  transition: opacity 0.15s linear;
  width: 100%;
}
.e-dlg-overlay.e-fade {
  opacity: 0;
}

.e-dlg-overflow-hidden {
  overflow: auto;
}

/* stylelint-disable declaration-no-important */
.e-dlg-fullscreen {
  height: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

/* stylelint-enable declaration-no-important */
.e-popup.e-popup-open.e-dialog {
  display: inline-flex;
}

.e-dlg-container {
  align-items: flex-start;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.e-dlg-center-center {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}

.e-dlg-left-center {
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  align-items: center;
  justify-content: flex-start;
}

.e-dlg-right-center {
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  align-items: center;
  justify-content: flex-end;
}

.e-dlg-left-top {
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.e-dlg-right-top {
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-end;
  align-items: flex-start;
  justify-content: flex-end;
}

.e-dlg-center-top {
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  align-items: center;
  flex-direction: column;
}

.e-dlg-left-bottom {
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-start;
  align-items: flex-end;
  justify-content: flex-start;
}

.e-dlg-right-bottom {
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

.e-dlg-center-bottom {
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.e-dialog .e-btn.e-dlg-closeicon-btn:hover,
.e-dialog .e-btn.e-dlg-closeicon-btn:focus,
.e-dialog .e-btn.e-dlg-closeicon-btn:active {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: transparent;
  box-shadow: 0 0 0 transparent;
}

.e-dialog .e-btn.e-dlg-closeicon-btn:active {
  background-color: rgba(255, 255, 255, 0.18);
}

.e-content-placeholder.e-dialog.e-placeholder-dialog {
  background-size: 400px 210px;
  min-height: 210px;
}

@media (min-width: 768px) {
  .e-alert-dialog.e-dialog.e-popup,
.e-confirm-dialog.e-dialog.e-popup {
    margin: 30px;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .e-alert-dialog.e-dialog.e-popup,
.e-confirm-dialog.e-dialog.e-popup {
    margin: 30px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .e-prompt-dialog.e-dialog.e-popup,
.e-prompt-dialog.e-dialog.e-popup {
    margin: 30px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .e-prompt-dialog.e-dialog.e-popup,
.e-prompt-dialog.e-dialog.e-popup {
    margin: 30px;
    width: 600px;
  }
}
.e-dlg-ref-element {
  display: none;
}

.e-dialog .e-footer-content {
  box-sizing: border-box;
}

.e-dialog {
  background-color: #424242;
  box-shadow: 0 12px 40px 5px rgba(0, 0, 0, 0.26);
}

.e-dlg-overlay {
  background-color: #000;
}

.e-footer-content {
  background-color: #424242;
}

.e-dlg-header,
.e-dlg-header * {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.e-dlg-content {
  color: rgba(255, 255, 255, 0.7);
}

.e-device .e-dlg-content {
  font-size: 14px;
}

.e-dlg-header-content {
  background-color: #424242;
}

.e-dlg-content {
  background-color: #424242;
}

.e-icon-dlg-close {
  color: #fff;
}

.e-dialog .e-btn.e-dlg-closeicon-btn:hover span {
  color: #fff;
}

.e-dialog .e-btn.e-dlg-closeicon-btn:active span,
.e-dialog .e-btn.e-dlg-closeicon-btn:focus span {
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}

.e-icon-dlg-close:active {
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}

.e-icon-dlg-close:hover {
  color: #fff;
}

.e-dlg-header-content .e-dlg-closeicon-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.e-dlg-header-content .e-dlg-closeicon-btn:active {
  background-color: rgba(255, 255, 255, 0.18);
}

.e-south-east {
  color: #fff;
}

.e-rtl .e-south-east {
  color: transparent;
}

.e-rtl .e-south-west {
  color: #fff;
}

.e-south-west,
.e-north-east,
.e-north-west {
  color: transparent;
}

.e-dialog .e-icon-dlg-close::before {
  content: "\e7fc";
  position: relative;
}
.e-dialog .e-icon-dlg-close {
  opacity: initial;
}
.e-dialog .e-icon-dlg-close:active {
  opacity: initial;
}
.e-dialog .e-icon-dlg-close:hover {
  opacity: initial;
}
.e-dialog .e-south-east::before,
.e-dialog .e-south-west::before,
.e-dialog .e-north-east::before,
.e-dialog .e-north-west::before {
  content: "\eb05";
}

@keyframes hscroll-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
  }
}
/*! h-scroll layout */
.e-hscroll {
  display: block;
  position: relative;
  width: 100%;
}
.e-hscroll.e-rtl.e-scroll-device {
  padding-left: 50px;
  padding-right: initial;
}
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav {
  transform: skewX(-16deg) translateX(-6px);
}
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
  left: 50px;
  right: auto;
  transform: skewX(-16deg) translateX(-6px);
}
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
  left: auto;
  right: 0;
}
.e-hscroll:not(.e-scroll-device) {
  padding: 0 40px;
}
.e-hscroll.e-scroll-device {
  padding-right: 50px;
}
.e-hscroll.e-scroll-device .e-scroll-nav {
  transform: skewX(-16deg) translateX(6px);
  width: 50px;
}
.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
  font-size: 14px;
  transform: skewX(16deg);
}
.e-hscroll.e-scroll-device .e-scroll-overlay {
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 100;
}
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
  left: auto;
  right: 50px;
  transform: skewX(-16deg) translateX(6px);
}
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
  left: 0;
  right: auto;
}
.e-hscroll.e-overlay .e-hscroll-content > * {
  pointer-events: none;
}
.e-hscroll > * {
  height: inherit;
  line-height: normal;
}
.e-hscroll .e-hscroll-content {
  display: inline-block;
  height: inherit;
  position: relative;
}
.e-hscroll .e-hscroll-content > * {
  pointer-events: auto;
}
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
  left: 0;
  right: auto;
}
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
  left: auto;
  right: 0;
}
.e-hscroll .e-scroll-nav {
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  min-height: 42px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 40px;
}
.e-hscroll .e-scroll-nav.e-scroll-left-nav {
  left: 0;
}
.e-hscroll .e-scroll-nav.e-scroll-right-nav {
  right: 0;
}
.e-hscroll .e-scroll-nav.e-ie-align {
  display: table;
}
.e-hscroll .e-nav-arrow {
  position: relative;
}
.e-hscroll .e-nav-arrow.e-icons {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 12px;
}
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
  pointer-events: none;
}

/*! h-scroll theme */
.e-hscroll .e-scroll-nav .e-icons {
  color: rgba(255, 255, 255, 0.54);
}
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  border-color: #000;
  box-shadow: 4px 0 8px 0 #fff;
}
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  background-color: #212121;
  border-color: #000;
  border-width: 0;
  box-shadow: -4px 0 8px 0 #fff;
}
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
  color: #fff;
}
.e-hscroll .e-scroll-overlay {
  background-color: transparent;
  background-repeat: repeat-x;
}
.e-hscroll .e-scroll-overlay.e-scroll-left-overlay {
  background-image: linear-gradient(to right, rgba(33, 33, 33, 0.5) 0, rgba(33, 33, 33, 0.0001) 100%);
}
.e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
  background-image: linear-gradient(to right, rgba(33, 33, 33, 0.0001) 0, rgba(33, 33, 33, 0.5) 100%);
}
.e-hscroll.e-rtl .e-scroll-nav {
  background: #212121;
}
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 0;
}
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.e-hscroll.e-rtl .e-scroll-nav:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #000;
}
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
  background: rgba(255, 255, 255, 0.1);
}
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #000;
}
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
  color: rgba(255, 255, 255, 0.54);
}
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #000;
}
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
  color: rgba(255, 255, 255, 0.54);
}
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  box-shadow: none;
  color: #000;
}
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
  color: rgba(255, 255, 255, 0.54);
}
.e-hscroll .e-scroll-nav {
  background: #212121;
}
.e-hscroll .e-scroll-nav.e-scroll-left-nav {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.e-hscroll .e-scroll-nav.e-scroll-right-nav {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.e-hscroll .e-scroll-nav::after {
  background-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  box-sizing: border-box;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 1px;
}
.e-hscroll .e-scroll-nav:active::after {
  animation: hscroll-popup-shadow 0.6s ease-out 0ms;
  visibility: visible;
}

/*! hscroll icons */
.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before {
  content: "\e904";
}
.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before {
  content: "\e913";
}
.e-hscroll.e-rtl .e-nav-left-arrow::before {
  content: "\e913";
}
.e-hscroll.e-rtl .e-nav-right-arrow::before {
  content: "\e904";
}
.e-hscroll.e-scroll-device .e-nav-right-arrow::before {
  content: "\e913";
}
.e-hscroll.e-scroll-device .e-nav-left-arrow::before {
  content: "\e904";
}
.e-hscroll .e-nav-left-arrow::before {
  content: "\e904";
  line-height: normal;
}
.e-hscroll .e-nav-right-arrow::before {
  content: "\e913";
  line-height: normal;
}

@keyframes vscroll-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
  }
}
/*! v-scroll layout */
.e-vscroll {
  display: block;
  position: relative;
  width: inherit;
}
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav {
  transform: skewX(-16deg) translateX(-6px);
}
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
  left: 56px;
  right: auto;
  transform: skewX(-16deg) translateX(-6px);
}
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
  left: auto;
  right: 0;
}
.e-vscroll:not(.e-scroll-device) {
  padding: 0 16px;
}
.e-vscroll.e-scroll-device .e-scroll-nav {
  transform: skewX(-16deg) translateX(6px);
  width: 56px;
  z-index: 1001;
}
.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
  font-size: 14px;
  transform: skewX(16deg);
}
.e-vscroll.e-scroll-device .e-scroll-overlay {
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 100;
}
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
  left: auto;
  right: 56px;
  transform: skewX(-16deg) translateX(6px);
}
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
  left: 0;
  right: auto;
}
.e-vscroll > * {
  height: inherit;
}
.e-vscroll .e-vscroll-content {
  display: inline-block;
  height: auto;
  position: relative;
  width: 100%;
}
.e-vscroll .e-vscroll-content > * {
  pointer-events: auto;
}
.e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav {
  left: auto;
  right: 0;
}
.e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav {
  left: 0;
  right: auto;
}
.e-vscroll .e-scroll-nav {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.e-vscroll .e-scroll-nav.e-scroll-up-nav {
  top: 0;
}
.e-vscroll .e-scroll-nav.e-scroll-down-nav {
  bottom: 0;
}
.e-vscroll .e-scroll-nav.e-ie-align {
  display: table;
}
.e-vscroll .e-nav-arrow {
  position: relative;
}
.e-vscroll .e-nav-arrow.e-icons {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/*! v-scroll theme */
.e-vscroll .e-icons {
  color: rgba(0, 0, 0, 0.54);
}
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
}
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 1px;
  box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
}
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
  color: #00b0ff;
}
.e-vscroll .e-scroll-overlay {
  background-color: transparent;
  background-repeat: repeat-x;
}
.e-vscroll .e-scroll-overlay.e-scroll-up-overlay {
  background-image: linear-gradient(-270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
  background-image: linear-gradient(-270deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}
.e-vscroll.e-rtl .e-scroll-nav {
  background: #fafafa;
}
.e-vscroll.e-rtl .e-scroll-nav:hover {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  border-color: rgba(0, 0, 0, 0.12);
  color: #000;
}
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  color: #000;
}
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  border-color: rgba(0, 0, 0, 0.12);
  color: #000;
}
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
  background: #bdbdbd;
  border: 0;
  box-shadow: none;
  color: #000;
}
.e-vscroll .e-scroll-nav {
  background: #fafafa;
}
.e-vscroll .e-scroll-nav.e-scroll-up-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.e-vscroll .e-scroll-nav.e-scroll-down-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.e-vscroll .e-scroll-nav::after {
  background-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  box-sizing: border-box;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 1px;
}
.e-vscroll .e-scroll-nav:active::after {
  animation: vscroll-popup-shadow 0.6s ease-out 0ms;
  visibility: visible;
}

/*! vscroll icons */
.e-vscroll.e-scroll-device .e-nav-up-arrow::before {
  content: "\e85e";
}
.e-vscroll.e-scroll-device .e-nav-down-arrow::before {
  content: "\e84f";
}
.e-vscroll .e-nav-up-arrow::before {
  content: "\e910";
  line-height: normal;
}
.e-vscroll .e-nav-down-arrow::before {
  content: "\e916";
  line-height: normal;
}

@keyframes tbar-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
  }
}
.e-toolbar {
  border-radius: 4px;
  display: block;
  height: 42px;
  min-height: 42px;
  position: relative;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
}
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
  position: absolute;
}
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
  width: calc(100% - 32px);
}
.e-toolbar .e-blazor-toolbar-items {
  position: absolute;
  top: -9999px;
  visibility: hidden;
}
.e-toolbar.e-control[class*=e-toolbar] {
  box-sizing: content-box;
}
.e-toolbar.e-corner {
  border-radius: 0;
}
.e-toolbar.e-hidden {
  display: none;
}
.e-toolbar .e-toolbar-items {
  border-radius: 4px 0 0 4px;
  display: inline-flex;
  height: 100%;
  vertical-align: middle;
  align-items: center;
}
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
  margin-bottom: 1px;
  margin-left: 18px;
  margin-right: 18px;
  white-space: normal;
  flex-wrap: wrap;
}
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
  margin: 0;
}
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator, .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
  display: none;
}
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
  display: inline;
}
.e-toolbar .e-toolbar-items.e-tbar-pos {
  display: block;
}
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
  display: table;
  height: 100%;
  top: 0;
}
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
  position: absolute;
}
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
  right: 0;
}
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
  left: 0;
}
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
  margin: 0 auto;
}
.e-toolbar .e-toolbar-items .e-toolbar-left,
.e-toolbar .e-toolbar-items .e-toolbar-center,
.e-toolbar .e-toolbar-items .e-toolbar-right {
  display: inline-block;
}
.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
  margin-left: 3px;
}
.e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
.e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
  margin-right: 3px;
}
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
  touch-action: pan-y pinch-zoom;
}
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
  margin-right: 3px;
}
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
  margin: 0;
}
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
  margin-right: 3px;
}
.e-toolbar .e-toolbar-item {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  min-height: 42px;
  vertical-align: middle;
  width: auto;
  flex: 0 0 auto;
}
.e-toolbar .e-toolbar-item.e-spacer {
  flex-grow: 1;
}
.e-toolbar .e-toolbar-item .e-tbar-btn {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  margin: 4px 0;
  min-height: 0;
  min-width: 0;
  padding: 0 1.5px;
  border-radius: 2px;
  line-height: 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
.e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
  padding: 0;
}
.e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
  padding: 0;
}
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
  margin: 0;
  min-width: 24px;
  width: auto;
  font-size: 14px;
  line-height: 24px;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
  padding: 0 1.5px;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
  outline: 0;
}
.e-toolbar .e-toolbar-item .e-tbar-btn div {
  vertical-align: middle;
}
.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
  font-size: 14px;
  padding: 0 2px 0 2px;
}
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
  height: inherit;
  min-width: 34px;
  padding: 3.5px;
}
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
  pointer-events: none;
}
.e-toolbar .e-toolbar-item.e-separator {
  margin: 7.5px 3px;
  min-height: 27px;
  min-width: 1px;
  height: calc(100% - 15px);
}
.e-toolbar .e-toolbar-item.e-separator + .e-separator, .e-toolbar .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-item.e-separator:first-of-type {
  display: none;
}
.e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
  padding: 0;
}
.e-toolbar .e-toolbar-item > * {
  text-overflow: ellipsis;
}
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
  pointer-events: auto;
}
.e-toolbar .e-toolbar-item.e-hidden {
  display: none;
}
.e-toolbar .e-toolbar-item input[type=checkbox] {
  height: auto;
}
.e-toolbar.e-vertical {
  display: flex;
  flex-direction: column;
}
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
  touch-action: pan-x pinch-zoom;
}
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
  height: auto;
}
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
  left: auto;
  right: auto;
  top: 0;
}
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
  bottom: 0;
  left: auto;
  right: auto;
}
.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-left: 0;
}
.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin-right: 0;
}
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
  display: flex;
  height: auto;
}
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
  min-width: 33px;
}
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
  height: auto;
  margin: 3px 7.5px;
  min-height: auto;
}
.e-toolbar.e-vertical .e-hor-nav {
  bottom: 0;
  height: auto;
  left: 0;
  min-height: 40px;
  min-width: 50px;
  right: auto;
  top: auto;
  width: auto;
}
.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
  bottom: 0;
  top: auto;
}
.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
  bottom: auto;
  top: 0;
}
.e-toolbar .e-hor-nav {
  align-items: center;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  min-height: 42px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.e-toolbar .e-hor-nav.e-ie-align {
  display: table;
}
.e-toolbar .e-popup-down-icon.e-icons,
.e-toolbar .e-popup-up-icon.e-icons {
  display: flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.e-toolbar.e-toolpop {
  overflow: visible;
}
.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
  display: none;
}
.e-toolbar .e-toolbar-pop {
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item {
  display: flex;
  height: auto;
  justify-content: center;
  min-height: 25px;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
  display: none;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
  min-height: 25px;
  min-width: 100%;
  padding: 0 4px;
  border: none;
  border-radius: 2px;
  justify-content: flex-start;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
  margin: 0;
  padding: 0;
  width: auto;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
  padding: 0;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
  height: auto;
  min-width: 34px;
  padding: 0;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item > * {
  height: 100%;
  min-width: 100%;
  text-overflow: ellipsis;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
  pointer-events: auto;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
  min-width: 100%;
}
.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
  display: none;
}
.e-toolbar .e-toolbar-pop .e-toolbar-popup,
.e-toolbar .e-toolbar-pop .e-toolpopup {
  text-align: center;
}
.e-toolbar.e-extended-toolbar {
  overflow: visible;
}
.e-toolbar.e-extended-toolbar.e-tbar-extended {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 42px;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0;
  margin-left: -1px;
  box-shadow: none;
  display: inline;
  white-space: normal;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
  display: inline-flex;
  min-height: 42px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
  min-height: 0;
  min-width: 0;
  padding: 0 1.5px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
  padding: 0 2px 0 2px;
  font-size: 14px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop),
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon:not(.e-toolbar-pop) {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  padding: 0;
  font-size: 14px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop),
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop) {
  padding: 0;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop),
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop) {
  padding: 0;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
  padding: 0 1.5px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
  min-width: 34px;
  padding: 3.5px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
  min-height: 25px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
  display: none;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
  display: none;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
  display: none;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
  display: inline;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
  width: inherit;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
  padding: 0 1.5px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
  font-size: 14px;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
  height: auto;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
  pointer-events: auto;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
  align-self: center;
  text-overflow: ellipsis;
}
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
  display: none;
}
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
  display: inline-flex;
}
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
  pointer-events: auto;
}
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
  display: table;
}
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-right: 3px;
}
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin-left: 3px;
}
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
  padding: 0;
}
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
  padding: 0;
}
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
  padding: 0 2px 0 2px;
}
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
  margin-left: 3px;
  margin-right: initial;
}
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
  margin: 0;
}
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
  margin-right: 3px;
}
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
  left: auto;
  right: 0;
}
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
  left: 0;
  right: auto;
}
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
  margin-left: 0;
  margin-right: 3px;
}
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
  margin-left: 3px;
}
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-left: 0;
}
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
  margin-right: 0;
}
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
  margin-right: 0;
  margin-left: 3px;
}
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
  margin-right: 3px;
}
.e-toolbar.e-rtl .e-hor-nav {
  left: 0;
  right: auto;
  border-radius: 4px 0 0 4px;
}
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
  margin: 0;
}
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
  margin: 0;
  margin-left: 3px;
}
.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
  left: 0;
  right: auto;
}
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
  padding-right: 3px;
  margin-left: 0;
}
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
  padding-left: 0;
}

/* stylelint-disable property-no-vendor-prefix */
.e-toolbar {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #212121;
  border: 1px solid #616161;
  box-shadow: none;
}
.e-toolbar .e-toolbar-items {
  background: #212121;
}
.e-toolbar .e-toolbar-item .e-tbar-btn {
  background: #212121;
  box-shadow: none;
  color: #fff;
  border: none;
}
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: none;
}
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
  box-shadow: none;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #000;
  border-style: solid;
  border-width: 0;
  border-radius: 2px;
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
  background: #616161;
  border-color: #616161;
  border-style: solid;
  border-width: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #000;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
  color: #fff;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
  color: #fff;
}
.e-toolbar .e-toolbar-item.e-separator {
  border: solid rgba(255, 255, 255, 0.24);
  border-width: 0 1px 0 0;
}
.e-toolbar .e-toolbar-item.e-overlay {
  background: #212121;
  opacity: 0.5;
  color: rgba(255, 255, 255, 0.3);
}
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
  color: rgba(255, 255, 255, 0.3);
}
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
  color: rgba(255, 255, 255, 0.3);
}
.e-toolbar.e-vertical .e-hor-nav {
  border: solid #616161;
  border-width: 1px 0 0 0;
}
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
  border: solid #616161;
  border-width: 0 0 1px 0;
}
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
  border-width: 0 0 1px 0;
}
.e-toolbar .e-hor-nav {
  background: #212121;
  border: solid #616161;
  border-width: 0 0 0 1px;
}
.e-toolbar .e-hor-nav::after {
  background-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  box-sizing: border-box;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 1px;
}
.e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
  border-bottom-right-radius: 4px;
}
.e-toolbar .e-hor-nav:active {
  border: 0;
  box-shadow: none;
  color: #fff;
  background: #212121;
}
.e-toolbar .e-hor-nav:active .e-icons {
  color: #fff;
}
.e-toolbar .e-hor-nav:active::after {
  animation: tbar-popup-shadow 0.6s ease-out 0ms;
  visibility: visible;
}
.e-toolbar .e-hor-nav:hover {
  background: rgba(255, 255, 255, 0.1);
  border-left: 1px solid #616161;
  color: #fff;
}
.e-toolbar .e-hor-nav:hover .e-icons {
  color: #fff;
}
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 0 1px;
}
.e-toolbar .e-hor-nav:hover:active {
  background: rgba(255, 255, 255, 0.1);
  border-color: #616161;
  border-style: solid;
  border-width: 0;
}
.e-toolbar .e-hor-nav:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #000;
  border-color: #000;
  border-style: solid;
  border-width: 0;
}
.e-toolbar .e-hor-nav:focus .e-icons {
  color: #fff;
}
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  border-width: 0;
}
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
  border-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  border-width: 0;
}
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
  color: #fff;
}
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
  color: #fff;
}
.e-toolbar .e-toolbar-pop {
  background: #212121;
  border: 1px solid #616161;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
}
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
  background: #212121;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-color: #000;
  border-style: solid;
  border-width: 0;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
  background: #616161;
  box-shadow: none;
  border-color: #616161;
  border-style: solid;
  border-width: 0;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #000;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
  outline: 0;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
  background: transparent;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
  background: #212121;
  box-shadow: none;
  border: none;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  border-color: #000;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  border-color: #000;
  border-style: solid;
  border-width: 0;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
  background: #616161;
  border-radius: 2px;
  box-shadow: none;
  border-color: #616161;
  border-style: solid;
  border-width: 0;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
  border: solid rgba(255, 255, 255, 0.24);
  border-width: 0 1px 0 0;
}
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
  background: #212121;
}
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
  background: #212121;
}
.e-toolbar.e-rtl .e-hor-nav {
  background: #212121;
  border: solid #616161;
  border-width: 0 1px 0 0;
}
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: solid #616161;
  border-width: 0 1px 0 0;
}

.e-toolbar .e-popup-down-icon::before {
  content: "\e916";
  line-height: normal;
}
.e-toolbar .e-popup-up-icon::before {
  content: "\e910";
  line-height: normal;
}

@keyframes tbar-alt-popup-shadow {
  0% {
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
  }
  100% {
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
  }
}
@keyframes hscroll-alt-popup-shadow {
  0% {
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
  }
  100% {
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
  }
}
.e-tab {
  display: block;
  position: relative;
}
.e-tab.e-hidden {
  display: none;
}
.e-tab.e-fill-mode .e-content, .e-tab.e-fill-mode .e-content .e-item, .e-tab.e-fill-mode .e-content .e-item > div, .e-tab.e-fill-mode .e-content .e-item > div > .e-blazor-template {
  height: 100%;
}
.e-tab .e-tab-header {
  height: 36px;
  min-height: 36px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header {
    height: 48px;
    min-height: 48px;
  }
}
.e-tab .e-tab-header::before {
  content: "";
  position: absolute;
  display: unset;
}
.e-tab .e-tab-header:not(.e-vertical)::before {
  bottom: 0;
  top: 0;
  width: 100%;
}
.e-tab .e-tab-header .e-toolbar-items {
  height: auto;
  margin: 0;
  min-height: 36px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-items {
    min-height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
}
.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0;
  }
}
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
  position: unset;
}
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
  left: unset;
  right: unset;
}
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
  background-color: unset;
  bottom: unset;
  content: unset;
  height: unset;
  left: unset;
  position: unset;
  right: unset;
  transition: unset;
}
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
  color: unset;
  content: unset;
  display: unset;
  font-weight: unset;
  height: unset;
  overflow: unset;
  visibility: unset;
}
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
  padding: 0;
}
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
  display: none;
}
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
  padding: 0;
}
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
  width: 40px;
  border-radius: 0;
}
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0;
  }
}
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
  margin: 0;
}
.e-tab .e-tab-header .e-hscroll-bar {
  overflow: hidden;
}
.e-tab .e-tab-header .e-indicator {
  display: block;
  position: absolute;
}
.e-tab .e-tab-header .e-indicator.e-hidden {
  display: none;
}
.e-tab .e-tab-header:not(.e-vertical) .e-indicator {
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  border-radius: 0;
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
  display: none;
}
.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
  height: 36px;
  margin: 0;
  min-height: 36px;
  min-width: auto;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 48px;
    min-height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  height: 36px;
  padding: 0 18px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: 48px;
    padding: 0 12px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
  align-content: center;
  align-items: center;
  display: inline-flex;
  height: 36px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
    height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
  display: inherit;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px;
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-active {
  margin: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-active {
    margin: 0;
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
  height: 36px;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
    height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
  margin-bottom: 0;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
  font-weight: 500;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
  top: 1px;
  left: 2px;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
  left: 0;
}
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
  height: 36px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
    height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
  display: none;
  margin: 0 0 0 10px;
  min-width: 10px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
    margin: 0 0 0 14px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-close-icon,
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
    font-size: 12px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
  top: 1px;
}
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
  display: inline-flex;
  height: 20px;
  min-width: 20px;
  width: 20px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
    height: 20px;
    width: 20px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 20px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
  position: relative;
  top: 1px;
  left: 2px;
}
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
  left: 0;
}
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
  justify-content: center;
  padding: 0 18px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
    padding: 0 24px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
  margin: 0 0 0 8px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-icon-right {
    margin: 0;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
    margin: 0 0 0 14px;
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
  height: 62px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
    height: 62px;
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
  align-items: center;
  display: flex;
  height: 62px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
    height: 62px;
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
  display: block;
  height: auto;
}
.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap {
  height: auto;
}
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
  position: absolute;
  right: 18px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
    right: 12px;
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
  margin: 8px 0 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
    margin: 10px 0 0;
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
  margin: 0 0 8px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
    margin: 0 0 10px;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.e-tab .e-tab-header .e-toolbar-pop {
  overflow-y: auto;
  padding: 0;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item {
  height: 36px;
  min-height: 36px;
  min-width: auto;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item {
    height: 48px;
    min-height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
  margin: 0;
  padding: 0;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
  height: 36px;
  padding: 0 16px;
  text-align: initial;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
    height: 48px;
    padding: 0 16px;
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
  height: 36px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
    height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
  display: inline-flex;
  width: 100%;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
  margin: 0 0 0 8px;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
  top: 0;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
    padding-right: 0;
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom {
  height: 36px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom {
    height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
  min-height: 36px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
    min-height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
  height: 36px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
    height: 48px;
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap {
  display: inline-flex;
  height: auto;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
  display: block;
  justify-content: center;
  margin: 0 0 0 10px;
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
    justify-content: center;
    margin: 0 0 0 12px;
    padding-left: 0;
    padding-right: 0;
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
  right: 18px;
  top: initial;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
  margin: 0;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom {
  display: inline-flex;
}
.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
  align-items: center;
  align-self: center;
  display: inline-flex;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon {
    display: inline-flex;
  }
}
.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
  margin-right: 20px;
}
.e-tab .e-tab-header .e-scroll-nav {
  height: 36px;
  min-height: 36px;
  min-width: auto;
  width: auto;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-scroll-nav {
    height: 48px;
    min-height: 48px;
  }
}
.e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav {
  padding: 0 9px;
}
.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav {
  padding: 0 9px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav {
    padding: 0 12px;
  }
}
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  top: 0;
  vertical-align: initial;
}
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}
.e-tab .e-tab-header .e-hor-nav {
  height: 36px;
  min-height: 36px;
  min-width: auto;
  padding: 0 9px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-hor-nav {
    height: 48px;
    min-height: 48px;
    padding: 0 12px;
  }
}
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  top: 0;
  vertical-align: initial;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
    font-size: 16px;
  }
}
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
  line-height: 24px;
}
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
  line-height: 24px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
    line-height: 24px;
  }
}
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
  transform: rotate(180deg);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
    transform: none;
    transition: none;
  }
}
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
  transform: rotate(0deg);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
    transform: none;
    transition: none;
  }
}
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
  line-height: 24px;
}
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
  line-height: 24px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
    line-height: 24px;
  }
}
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
  line-height: 24px;
  top: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
  position: unset;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
  left: unset;
  right: unset;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
  background-color: unset;
  content: unset;
  height: unset;
  left: unset;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
  color: unset;
  content: unset;
  display: unset;
  font-weight: unset;
  height: unset;
  overflow: unset;
  visibility: unset;
}
.e-tab .e-tab-header.e-horizontal-bottom::before {
  bottom: auto;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
  margin-top: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0;
  }
}
.e-tab .e-tab-header.e-horizontal-bottom .e-indicator {
  bottom: auto;
  top: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
    margin: 0;
  }
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
  height: 36px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
    height: 48px;
  }
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
  top: unset;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
  top: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
  height: initial;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
  height: initial;
  padding: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before {
  bottom: auto;
  top: 0;
}
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
  display: none;
}
.e-tab .e-tab-header.e-vertical {
  max-width: 150px;
  z-index: 1;
}
.e-tab .e-tab-header.e-vertical::before {
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
  bottom: 15px;
  height: auto;
  top: 15px;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
    bottom: 0;
    top: 0;
  }
}
.e-tab .e-tab-header.e-vertical .e-indicator {
  display: block;
  transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  width: 2px;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
  height: inherit;
  flex-direction: column;
  align-items: normal;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
  padding: 16px 0;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child {
  margin: 0;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
  margin: 0;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap {
  padding: 0 18px;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap {
  position: relative;
  width: 100%;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text,
.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before {
  text-align: center;
  width: 100%;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
  display: none;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
  min-height: 36px;
  min-width: 33px;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
  margin: 0;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
  right: -18px;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
  top: initial !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-tab .e-tab-header.e-vertical.e-vertical-left {
  float: left;
}
.e-tab .e-tab-header.e-vertical.e-vertical-left::before {
  right: 0;
}
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator {
  left: auto;
  right: 0;
}
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
  bottom: unset;
  height: unset;
}
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
  background-color: unset;
  bottom: unset;
  content: unset;
  height: unset;
  left: unset;
  position: unset;
  right: unset;
  transition: unset;
  width: unset;
}
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
  color: unset;
  content: unset;
  display: unset;
  font-weight: unset;
  height: unset;
  overflow: unset;
  visibility: unset;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right {
  float: right;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right::before {
  right: auto;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator {
  left: 0;
  right: auto;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap {
  text-align: right;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
  width: auto;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
  bottom: unset;
  height: unset;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
  background-color: unset;
  bottom: unset;
  content: unset;
  height: unset;
  left: unset;
  position: unset;
  right: unset;
  transition: unset;
  width: unset;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
  color: unset;
  content: unset;
  display: unset;
  font-weight: unset;
  height: unset;
  overflow: unset;
  visibility: unset;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
  height: 16px;
  justify-content: center;
  min-height: 16px;
  width: 100%;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  margin: 0 auto;
  width: 16px;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav {
  padding: 0 18px;
  width: 100%;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
  height: 100%;
  transform: none;
  transition: none;
  width: 100%;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
  float: left;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  text-transform: uppercase;
  transform: none;
  transition: none;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
  float: left;
  font-size: 12px;
  line-height: 36px;
  margin: 0 0 0 10px;
  vertical-align: initial;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
    font-size: 14px;
  }
}
.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav,
.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay {
  display: none;
}
.e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
  height: auto;
}
.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon {
  left: -18px;
}
.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav {
  padding: 0 18px;
}
.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
  float: right;
}
.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
  float: right;
  margin: 0 8px 0 0;
}
.e-tab .e-content {
  position: relative;
}
.e-tab .e-content .e-item.e-view {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.e-tab .e-content > .e-item {
  display: none;
}
.e-tab .e-content > .e-item.e-active {
  background: inherit;
  display: block;
}
.e-tab .e-content.e-progress {
  overflow: hidden;
}
.e-tab.e-vertical-tab .e-content {
  display: flex;
}
.e-tab.e-vertical-tab .e-content .e-item.e-active {
  display: flex;
  flex: none;
}
.e-tab.e-vertical-tab .e-content .e-item,
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
  width: 100%;
}
.e-tab.e-vertical-icon > .e-tab-header {
  height: 62px;
  min-height: 62px;
}
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
  display: none;
}
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
  height: 62px;
}
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
  position: unset;
}
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
  border: unset;
  content: unset;
  display: none;
  position: unset;
  top: unset;
  width: unset;
}
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
  content: unset;
  display: unset;
  position: unset;
  top: unset;
  width: unset;
  border: unset;
}
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
  height: 62px;
}
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
  height: 62px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
    font-size: 12px;
  }
}
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
  width: 2px;
}
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
  display: none;
}
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
  position: relative;
}
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
  height: 16px;
}
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
  top: unset;
}
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
  margin: 0;
}
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
  height: inherit;
}
.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
  height: 36px;
}
.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
  height: 36px;
}
.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
  height: 62px;
}
.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus {
  height: 36px;
}
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
  height: 36px;
}
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
  height: 36px;
}
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
  height: 36px;
  padding: 0;
}
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
  display: inherit;
}
.e-tab.e-template .e-content > .e-item {
  display: none;
}
.e-tab.e-template .e-content > .e-item.e-active {
  background: inherit;
  display: block;
}
.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,
.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align {
  display: flex;
}
.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
  display: block;
  line-height: 15px;
}
.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
  display: block;
  line-height: 14px;
}
.e-tab.e-ie .e-tab-header .e-popup-up-icon,
.e-tab.e-ie .e-tab-header .e-popup-down-icon {
  transform: none;
  transition: none;
}
.e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
  transform: rotate(180deg);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 480px) {
  .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
    transform: none;
    transition: none;
  }
}
.e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
  transform: rotate(0deg);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 480px) {
  .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
    transform: none;
    transition: none;
  }
}
.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,
.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align {
  display: flex;
}
.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
  display: block;
  line-height: 14px;
  position: relative;
}
.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
  display: block;
  line-height: 11px;
  position: relative;
}
.e-tab.e-edge .e-tab-header .e-popup-up-icon {
  transform: rotate(180deg);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 480px) {
  .e-tab.e-edge .e-tab-header .e-popup-up-icon {
    transform: none;
    transition: none;
  }
}
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
  transform: rotate(0deg);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 480px) {
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
    transform: none;
    transition: none;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
    transform: none;
    transition: none;
  }
}
.e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
  transform: rotate(180deg);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 480px) {
  .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
    transform: none;
    transition: none;
  }
}
.e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
  transform: rotate(0deg);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 480px) {
  .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
    transform: none;
    transition: none;
  }
}
.e-tab.e-safari .e-tab-header .e-close-icon::before {
  top: -1px;
}
.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before,
.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before,
.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,
.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before {
  top: 0;
}
.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before,
.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before,
.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
  top: 0;
}
.e-tab.e-disable {
  pointer-events: none;
}
.e-tab.e-fill .e-tab-header {
  height: 34px;
  min-height: 34px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill .e-tab-header {
    height: 46px;
    min-height: 46px;
  }
}
.e-tab.e-fill .e-tab-header .e-indicator {
  display: none;
}
.e-tab.e-fill .e-tab-header .e-toolbar-items {
  height: auto;
  min-height: 34px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill .e-tab-header .e-toolbar-items {
    min-height: 46px;
  }
}
.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
  padding: 0;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
  height: 34px;
  margin: 0;
  min-height: 34px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 46px;
    min-height: 46px;
  }
}
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom {
  height: 60px;
  min-height: 60px;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
  height: 34px;
  padding: 0 18px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: 46px;
    padding: 0 18px;
  }
}
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
  height: 34px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
    height: 46px;
  }
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
  padding: 0;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
  margin-bottom: 0;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
  height: 34px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
    height: 46px;
  }
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
  font-weight: 500;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
  height: 36px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
    height: 46px;
  }
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
  height: 60px;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
  height: auto;
}
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
  height: auto;
}
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
  padding: 0;
}
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop {
  padding-top: 0;
}
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
  margin-right: 0;
  padding: 0;
}
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
  height: 34px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
    height: 46px;
  }
}
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
  height: 44px;
}
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
  height: auto;
}
.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items {
  height: inherit;
}
.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
  padding: 0 18px;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
  height: 34px;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
  height: 34px;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
  height: 34px;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
  height: 60px;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
@media screen and (max-width: 480px) {
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
    height: auto;
  }
}
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin: 0;
}
.e-tab.e-fill.e-vertical-icon > .e-tab-header {
  height: 60px;
  min-height: 60px;
}
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
  padding: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin: 0;
  padding: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
  padding: 0 18px;
}
@media screen and (max-width: 480px) {
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
    padding: 0 18px;
  }
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
  padding: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
  margin-bottom: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
  font-weight: 500;
}
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
  display: block;
}
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
  padding: 0 18px;
}
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
  padding: 0;
}
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
  margin: 0;
  padding: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap {
  height: 36px;
}
.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
  margin: 0 10px 0 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
  margin: 0 10px 0 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon {
  left: 18px;
  right: auto;
}
.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
  margin-left: 20px;
  margin-right: 0;
}
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
    padding-left: 0;
  }
}
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon {
  margin: 0;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
  left: 16px;
  right: auto;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
  left: 18px;
  right: auto;
}
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
  margin: 0;
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
    margin: 0;
    padding-left: 10px;
    padding-right: 0;
  }
}
.e-tab.e-rtl .e-tab-header .e-hor-nav,
.e-tab.e-rtl .e-tab-header .e-scroll-right-nav {
  padding: 0 9px;
}
.e-tab.e-rtl .e-tab-header .e-scroll-left-nav {
  padding: 0 9px;
}
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
  display: none;
}
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
  margin: 0;
  width: 100%;
}

.e-tab-clone-element {
  overflow: visible;
  z-index: 10000;
}
.e-tab-clone-element:not(.e-separator) {
  height: 36px;
  margin: 0;
  min-height: 36px;
  min-width: auto;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element:not(.e-separator) {
    height: 48px;
    min-height: 48px;
  }
}
.e-tab-clone-element .e-tab-wrap {
  height: 36px;
  padding: 0 18px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element .e-tab-wrap {
    height: 48px;
    padding: 0 12px;
  }
}
.e-tab-clone-element .e-text-wrap {
  align-content: center;
  align-items: center;
  display: inline-flex;
  height: 36px;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element .e-text-wrap {
    height: 48px;
  }
}
.e-tab-clone-element .e-tab-text {
  display: inherit;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  align-self: auto;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element .e-tab-text {
    font-size: 14px;
  }
}
.e-tab-clone-element .e-icons.e-close-icon {
  display: none;
}
.e-tab-clone-element .e-close-icon,
.e-tab-clone-element .e-close-icon::before {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element .e-close-icon,
.e-tab-clone-element .e-close-icon::before {
    font-size: 12px;
  }
}
.e-tab-clone-element .e-close-icon::before {
  top: 1px;
}
.e-tab-clone-element .e-icons.e-tab-icon {
  display: inline-flex;
  height: 20px;
  min-width: 20px;
  width: 20px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element .e-icons.e-tab-icon {
    height: 20px;
    width: 20px;
  }
}
.e-tab-clone-element .e-tab-icon,
.e-tab-clone-element .e-tab-icon::before {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element .e-tab-icon,
.e-tab-clone-element .e-tab-icon::before {
    font-size: 20px;
  }
}
.e-tab-clone-element.e-icon .e-tab-wrap {
  justify-content: center;
  padding: 0 18px;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element.e-icon .e-tab-wrap {
    padding: 0 24px;
  }
}
.e-tab-clone-element .e-icon-right {
  margin: 0 0 0 8px;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element .e-icon-right {
    margin: 0;
  }
}
.e-tab-clone-element .e-icon-left + .e-tab-text {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element .e-icon-left + .e-tab-text {
    margin: 0 0 0 14px;
  }
}
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
  height: 62px;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
    height: 62px;
  }
}
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
  align-items: center;
  display: flex;
  height: 62px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
    height: 62px;
  }
}
.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
.e-tab-clone-element.e-itop .e-text-wrap, .e-tab-clone-element.e-ibottom .e-text-wrap {
  display: block;
  height: auto;
}
.e-tab-clone-element.e-itop .e-close-icon, .e-tab-clone-element.e-ibottom .e-close-icon {
  position: absolute;
  right: 18px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element.e-itop .e-close-icon, .e-tab-clone-element.e-ibottom .e-close-icon {
    right: 12px;
  }
}
.e-tab-clone-element.e-itop .e-tab-text {
  margin: 8px 0 0;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element.e-itop .e-tab-text {
    margin: 10px 0 0;
  }
}
.e-tab-clone-element.e-ibottom .e-tab-text {
  margin: 0 0 8px;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element.e-ibottom .e-tab-text {
    margin: 0 0 10px;
  }
}
.e-tab-clone-element .e-tab-icon.e-icon-top,
.e-tab-clone-element .e-tab-icon.e-icon-bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.e-tab-clone-element.e-close-show .e-icons.e-close-icon {
  align-items: center;
  align-self: center;
  display: inline-flex;
}
@media screen and (max-width: 480px) {
  .e-tab-clone-element.e-close-show .e-icons.e-close-icon {
    display: none;
  }
}
.e-tab-clone-element.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
.e-tab-clone-element.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
  margin-right: 20px;
}

.e-tab {
  background: transparent;
  border: none;
}
.e-tab .e-tab-header {
  background: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  border-bottom: 0;
}
.e-tab .e-tab-header::before {
  border-color: unset;
  border-style: solid;
}
.e-tab .e-tab-header:not(.e-vertical)::before {
  border-width: 0;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
  border-bottom: initial;
  margin-bottom: 0;
}
.e-tab .e-tab-header .e-toolbar-items {
  background: inherit;
}
.e-tab .e-tab-header .e-indicator {
  background: #00b0ff;
}
.e-tab .e-tab-header .e-toolbar-item {
  background: inherit;
  border: none;
}
.e-tab .e-tab-header .e-toolbar-item:hover {
  background: inherit;
}
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
  background: inherit;
}
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
  background: rgba(0, 176, 255, 0.12);
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
  background: inherit;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
    background: inherit;
  }
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
  color: #fff;
}
.e-tab .e-tab-header .e-toolbar-item.e-active {
  border: none;
  border-radius: 0;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
  border: 0;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
  color: #00b0ff;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
  position: unset;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
  border: unset;
  content: unset;
  display: unset;
  position: unset;
  width: unset;
  top: unset;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
  color: #00b0ff;
}
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon {
  color: #00b0ff;
}
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
  color: #00b0ff;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
  color: #fff;
}
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
  color: #fff;
}
.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay {
  background: inherit;
  opacity: 1;
  pointer-events: none;
}
.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
  color: rgba(255, 255, 255, 0.3);
}
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
  border: initial;
}
.e-tab .e-tab-header .e-toolbar-pop {
  background: #424242;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
  overflow-y: auto;
}
.e-tab .e-tab-header .e-toolbar-pop[e-animate=true] {
  overflow-y: hidden;
}
@media screen and (max-width: 480px) {
  .e-tab .e-tab-header .e-toolbar-pop {
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
  }
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon {
  color: #fff;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
  color: #fff;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
  background: rgba(255, 255, 255, 0.18);
  border-color: unset;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
  color: #fff;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
  color: #00b0ff;
}
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
  color: rgba(255, 255, 255, 0.3);
}
.e-tab .e-tab-header .e-scroll-nav,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav {
  background: inherit;
  border: 0;
}
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
  background: initial;
  color: #fff;
  border: 0;
}
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
  box-shadow: none;
  border: 0;
}
.e-tab .e-tab-header .e-scroll-nav:focus,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
  background: inherit;
}
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 0;
}
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
  background: initial;
  color: #fff;
}
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
  background: rgba(255, 255, 255, 0.12);
  border-color: unset;
  color: #fff;
}
.e-tab .e-tab-header .e-scroll-nav:active,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
  box-shadow: none;
  background: inherit;
  border: 0;
}
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background: initial;
  border-color: unset;
}
.e-tab .e-tab-header .e-hor-nav,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
  background: transparent;
  border: 0;
}
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
  background: initial;
  border: initial;
  border-radius: 0;
}
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
  color: #fff;
}
.e-tab .e-tab-header .e-hor-nav:focus,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
  background: transparent;
}
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
  background: rgba(255, 255, 255, 0.12);
  border: initial;
  border-radius: 0;
  color: #fff;
}
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
  background: initial;
  border: initial;
  border-radius: 0;
}
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
  background: initial;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.e-tab .e-tab-header .e-hor-nav:hover,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
  border: 0;
  background: transparent;
}
.e-tab .e-tab-header .e-hor-nav:hover:active,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
  background: transparent;
}
.e-tab .e-tab-header .e-hor-nav:active,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
  box-shadow: none;
  background: transparent;
}
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
  background: inherit;
  border: 0;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
}
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
  color: #fff;
}
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
  border: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom {
  border-color: unset;
  border-style: solid;
  border-width: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
  border-color: unset;
  border-style: solid;
  border-width: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
  border-color: unset;
  border-style: solid;
  border-width: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
  border-radius: 0;
}
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
  border-color: inherit unset unset;
  border-style: solid;
  border-width: 0;
  margin-top: 0;
  border-radius: 0;
}
.e-tab .e-tab-header.e-vertical {
  border-bottom: 0;
}
.e-tab .e-tab-header.e-vertical::before {
  border-width: 0;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
  border-bottom: 0;
  border-top: 0;
}
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
  border-radius: 0;
}
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
  border-radius: 0;
  border-right: initial;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
  border-radius: 0;
}
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
  border-left: initial;
  border-radius: 0;
}
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
  background: inherit;
  border: 1px solid transparent;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
  border: 0;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover {
  background: none;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
  background: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12) transparent transparent;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
  background: rgba(0, 0, 0, 0.12);
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
  color: #fff;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover {
  background: none;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
  background: rgba(0, 0, 0, 0.12);
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
  color: none;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
  background: none;
}
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover {
  background: none;
  border: 0;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
  border: 0;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
  background: inherit;
  border: 0;
  color: #fff;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
  background: inherit;
  border: 0;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover,
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover,
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active,
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover {
  background: inherit;
  border: 0;
  box-shadow: none;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
  color: #fff;
}
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
  border: 0;
}
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
  background: rgba(0, 176, 255, 0.12);
  border: 0;
}
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
  color: #00b0ff;
}
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
  color: #00b0ff;
}
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
  color: #fff;
}
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: initial;
}
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
  border-color: rgba(0, 0, 0, 0.12) transparent transparent;
}
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
  border: 0;
}
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
  border: 0;
}
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
  outline: 0;
}
.e-tab.e-disable {
  pointer-events: none;
}
.e-tab.e-disable .e-tab-header .e-indicator {
  background: rgba(0, 176, 255, 0.38);
}
.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
  color: rgba(255, 255, 255, 0.3);
}
.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text,
.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
  color: rgba(0, 176, 255, 0.3);
}
.e-tab.e-disable .e-content {
  opacity: 0.38;
}
.e-tab.e-fill .e-tab-header {
  border-bottom: 2px Solid #00b0ff;
}
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
  border: 0;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item {
  border: 0;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element {
  background: rgba(0, 0, 0, 0.05);
}
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
  color: #fff;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
  color: #fff;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
  margin-top: 0;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
  border: 0;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
  color: rgba(255, 255, 255, 0.3);
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
  background: #00b0ff;
  border-radius: 0;
  border-color: unset;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
  color: white;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
  margin-top: 0;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
  border: unset;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
  color: white;
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
  color: white;
}
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
  color: #fff;
}
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
  background: rgba(255, 255, 255, 0.1);
}
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
  color: #fff;
}
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
  color: #fff;
}
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
  color: #fff;
}
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
  border-bottom: 0;
  border-top: 2px Solid #00b0ff;
}
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
  margin-top: 0;
}
.e-tab.e-fill .e-tab-header.e-vertical {
  border-bottom: 0;
}
.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left {
  border-right: 2px Solid #00b0ff;
}
.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right {
  border-left: 2px Solid #00b0ff;
}
.e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
  border-radius: 3px 3px 0 0;
}
.e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
  border-radius: 0 0 3px 3px;
}
.e-tab.e-fill.e-disable .e-tab-header {
  border-bottom: 2px Solid rgba(0, 176, 255, 0.38);
}
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
  color: rgba(255, 255, 255, 0.3);
}
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active {
  opacity: 1;
}
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
  background: rgba(0, 176, 255, 0.38);
}
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
  color: rgba(255, 255, 255, 0.38);
}
.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom {
  border-bottom: 0;
  border-top: 2px Solid rgba(0, 176, 255, 0.38);
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
  color: #fff;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
  background: rgba(0, 176, 255, 0.8);
  border-color: unset;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
  color: white;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
  color: #fff;
}
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
  color: white;
}
.e-tab.e-background .e-tab-header {
  background: #3f51b5;
  border: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-items {
  background: #3f51b5;
}
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
  border: 0;
}
.e-tab.e-background .e-tab-header .e-indicator {
  background: #fff;
  bottom: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-item {
  border: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
  background: #3f51b5;
  border-color: unset;
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
  color: rgba(255, 255, 255, 0.54);
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
  background: inherit;
  background-color: inherit;
  border-color: unset;
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
  color: #fff;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
  border: 0;
  margin: 0;
  background: inherit;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
  color: rgba(255, 255, 255, 0.3);
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
  background: #3f51b5;
  border-color: unset;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
  background: #3f51b5;
  border-color: unset;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
  color: #fff;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
  color: #fff;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
  background: inherit;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
  background: inherit;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
  border: unset;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
  background: rgba(63, 81, 181, 0);
}
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text,
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon,
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon {
  color: rgba(255, 255, 255, 0.38);
}
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item {
  background: #3f51b5;
}
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
  background: rgba(255, 255, 255, 0.12);
}
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
  color: white;
}
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
.e-tab.e-background .e-tab-header .e-scroll-nav {
  background: inherit;
}
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
  background: inherit;
  color: rgb(255, 255, 0);
  border-color: unset;
}
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
  background: unset;
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
  color: rgb(255, 255, 0);
  border: 0;
  background: rgba(255, 255, 255, 0.12);
}
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
  background: inherit;
  color: rgb(255, 255, 0);
}
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
  background: rgba(255, 255, 255, 0.12);
  border-color: unset;
  color: rgb(255, 255, 0);
}
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
  animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
.e-tab.e-background .e-tab-header .e-hor-nav {
  background: transparent;
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
  background: inherit;
  border-color: unset;
  color: rgb(255, 255, 0);
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
  background: inherit;
  color: rgb(255, 255, 0);
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
  color: rgb(255, 255, 0);
  background: rgba(255, 255, 255, 0.12);
  border: initial;
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
  background: inherit;
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
  background: initial;
  border-color: unset;
  color: rgb(255, 255, 0);
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
  animation: tbar-alt-popup-shadow 1s ease-out 0ms;
}
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
  color: rgb(255, 255, 0);
}
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
  border: 0;
  margin: 0;
}
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
  border-color: unset;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
}
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
  border-color: unset;
  border-style: solid;
  border-width: 0;
  margin: 0;
}
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
  border-color: unset;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
}
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
  border-color: unset;
  border-style: solid;
  border-width: 0;
  margin: 0;
}
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
  border-color: unset;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
}
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
  border: 0;
}
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
  border: 0;
}
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover {
  background: none;
}
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
  color: rgb(255, 255, 0);
}
.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
  background: inherit;
  border-color: transparent;
}
.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover,
.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover {
  background: inherit;
  border-color: transparent;
}
.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,
.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
  background: inherit;
  border-color: transparent;
}
.e-tab.e-background.e-disable .e-tab-header .e-indicator {
  background: rgba(255, 255, 255, 0.38);
}
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
  color: rgba(255, 255, 255, 0.38);
}
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
  color: rgba(255, 255, 255, 0.38);
}
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
  color: rgba(255, 255, 255, 0.38);
}
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active {
  opacity: 1;
}
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
  background: #3f51b5;
  color: rgba(255, 255, 255, 0.38);
}
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
  color: rgba(255, 255, 255, 0.38);
}
.e-tab.e-background.e-accent .e-tab-header .e-indicator {
  background: #00b0ff;
}
.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
  background: rgba(0, 176, 255, 0.38);
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: unset;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: unset;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
  color: white;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
  background: #3f51b5;
  border: 0;
  border-radius: 0;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
  color: white;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
  color: white;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
  color: white;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
  color: white;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
  color: white;
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
  background: rgba(63, 81, 181, 0);
}
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus {
  background: rgba(255, 255, 255, 0.12);
}
.e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav {
  border: 0;
}
.e-tab .e-content {
  background: inherit;
}
.e-tab .e-content .e-item {
  background: inherit;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.e-tab-clone-element {
  background: rgba(0, 0, 0, 0.87);
  color: rgba(255, 255, 255, 0.7);
}
.e-tab-clone-element .e-tab-wrap {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
  color: rgba(255, 255, 255, 0.7);
}

.e-tab .e-tab-header .e-close-icon::before {
  content: "\e7fc";
  position: relative;
}
@media screen and (max-width: 480px) {
  .e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
    content: "\e82a";
  }
  .e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before {
    content: "\e83d";
  }
}
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
  content: "More";
}
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after {
  content: "\e919";
}
.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before {
  content: "More";
}
.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after {
  content: "\e919";
}
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before {
  content: "";
}
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::after {
  content: "\ebb9";
}
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::before {
  content: "";
}
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::after {
  content: "\ebb9";
}

.e-tab-clone-element .e-close-icon::before {
  content: "\e7fc";
  position: relative;
}

/* stylelint-disable */
/* stylelint-disable property-no-vendor-prefix */
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.e-treeview {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.e-treeview.e-virtualization {
  overflow: auto;
}
.e-treeview.e-virtualization .e-virtual-mask {
  display: block;
  margin-bottom: 20px;
}
.e-treeview.e-virtualization .e-ul {
  overflow: unset;
}
.e-treeview .e-mask-parent {
  display: none;
}
.e-treeview > .e-ul {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.e-treeview.e-text-wrap .e-list-text {
  white-space: normal;
  word-break: break-word;
}
.e-treeview.e-text-wrap.e-ie-wrap .e-list-text {
  word-break: break-all;
}
.e-treeview.e-text-wrap .e-editing .e-list-text,
.e-treeview.e-text-wrap .e-editing .e-list-text .e-input-group {
  max-width: calc(100% - 2px);
}
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text {
  max-width: calc(100% - 22px);
}
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text, .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text {
  max-width: calc(100% - 59px);
}
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-img + .e-list-text {
  max-width: calc(100% - 87px);
}
.e-treeview.e-text-wrap .e-list-icon + .e-list-text,
.e-treeview.e-text-wrap .e-list-img + .e-list-text {
  max-width: calc(100% - 29px);
}
.e-treeview.e-text-wrap .e-list-icon + .e-list-img + .e-list-text {
  max-width: calc(100% - 57px);
}
.e-treeview .e-ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.e-treeview .e-node-collapsed .e-list-item .e-fullrow,
.e-treeview .e-display-none {
  display: none;
}
.e-treeview .e-list-item {
  list-style: none;
  padding: 2px 0;
}
.e-treeview .e-list-item .e-ul {
  margin: 2px 0 -2px;
  padding: 0 0 0 24px;
}
.e-treeview .e-list-item.e-disable > .e-text-content,
.e-treeview .e-list-item.e-disable > .e-fullrow {
  -ms-touch-action: none;
  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
}
.e-treeview .e-list-item div.e-icons.interaction {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  border-radius: 15px;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
  content: none;
}
.e-treeview .e-icons .e-spinner-pane {
  position: relative;
}
.e-treeview .e-icons .e-treeview-spinner {
  position: absolute;
}
.e-treeview .e-icons-spinner {
  position: relative;
}
.e-treeview .e-text-content {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 24px;
}
.e-treeview .e-text-content + .e-sibling {
  margin-top: -1px;
}
.e-treeview .e-fullrow {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid;
  box-sizing: border-box;
  cursor: pointer;
  height: 32px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@supports (-webkit-overflow-scrolling: touch) {
  .e-treeview .e-fullrow {
    z-index: 0;
  }
}
.e-treeview .e-checkbox-wrapper {
  margin: 0 0 0 5px;
  pointer-events: all;
  position: relative;
}
.e-treeview .e-checkbox-wrapper + .e-list-icon, .e-treeview .e-checkbox-wrapper + .e-list-img {
  margin: 0 0 0 12px;
}
.e-treeview .e-checkbox-wrapper + .e-list-text {
  padding: 0 10px;
}
.e-treeview .e-checkbox-wrapper .e-ripple-container {
  bottom: -7px;
  height: 32px;
  left: -7px;
  right: -7px;
  top: -7px;
  width: 32px;
}
.e-treeview .e-list-text {
  box-sizing: border-box;
  display: inline-block;
  line-height: 30px;
  margin: 0;
  min-height: 30px;
  padding: 0 5px;
  text-decoration: none;
  vertical-align: middle;
}
.e-treeview .e-list-text .e-input-group {
  height: 30px;
  margin-bottom: 0;
  min-width: 150px;
  vertical-align: bottom;
}
.e-treeview .e-list-text .e-input-group .e-input {
  height: 28px;
}
.e-treeview .e-navigable-text {
  padding: 0 5px;
}
.e-treeview .e-list-icon,
.e-treeview .e-list-img {
  display: inline-block;
  height: 18px;
  margin: 0 0 0 5px;
  vertical-align: middle;
  width: 18px;
}
.e-treeview .e-list-icon + .e-list-icon, .e-treeview .e-list-icon + .e-list-img,
.e-treeview .e-list-img + .e-list-icon,
.e-treeview .e-list-img + .e-list-img {
  margin: 0 0 0 10px;
}
.e-treeview .e-list-icon + .e-list-text,
.e-treeview .e-list-img + .e-list-text {
  padding: 0 10px;
}
.e-treeview .e-list-icon + .e-navigable-text,
.e-treeview .e-list-img + .e-navigable-text {
  padding: 0 10px;
}
.e-treeview .e-icon-collapsible,
.e-treeview .e-icon-expandable {
  display: inline-block;
  height: 24px;
  margin: 0 0 0 -24px;
  vertical-align: middle;
  width: 24px;
}
.e-treeview .e-icon-collapsible::before,
.e-treeview .e-icon-expandable::before {
  display: inline-block;
  padding: 7px;
}
.e-treeview .e-load {
  -webkit-animation: rotation 0.5s infinite linear;
  animation: rotation 0.5s infinite linear;
}
.e-treeview .e-sibling {
  border: 4px solid transparent;
  height: 6px;
  margin-top: -5px;
  width: 6px;
}
.e-treeview .e-sibling::before {
  left: 0;
  height: 1px;
  width: 144px;
}
.e-treeview .e-sibling,
.e-treeview .e-sibling::before {
  position: absolute;
  z-index: 2;
}
.e-treeview .e-popup {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
  position: absolute;
  z-index: 99999;
}
.e-treeview .e-popup .e-content {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 4px;
}
.e-treeview .e-popup .e-icons {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  line-height: 18px;
  padding: 4px;
  width: 26px;
}
.e-treeview .e-popup .e-downtail::before, .e-treeview .e-popup .e-downtail::after {
  border: 10px solid transparent;
  content: "";
  height: 0;
  left: 8px;
  position: absolute;
  width: 0;
}
.e-treeview .e-popup .e-downtail::after {
  bottom: -18px;
}
.e-treeview.e-fullrow-wrap .e-text-content {
  pointer-events: none;
  position: relative;
}
.e-treeview.e-fullrow-wrap .e-icon-collapsible,
.e-treeview.e-fullrow-wrap .e-icon-expandable,
.e-treeview.e-fullrow-wrap .e-input,
.e-treeview.e-fullrow-wrap .e-list-url {
  pointer-events: auto;
}
.e-treeview .e-navigable .e-text-content {
  align-items: center;
  display: flex;
}
.e-treeview .e-navigable .e-list-url {
  padding: 0;
  width: 100%;
}
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
  padding: 0 0 0 10px;
}
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
  margin: 0 10px 0 2px;
}
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
  margin: 0 10px 0 0;
}
.e-treeview .e-navigable .e-anchor-wrap {
  padding: 0 0 0 5px;
}
.e-treeview .e-navigable .e-nav-wrapper {
  padding: 0;
}
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
  padding: 0;
}
.e-treeview .e-navigable .e-list-icon,
.e-treeview .e-navigable .e-list-img {
  margin: 0 10px 0 0;
}
.e-treeview.e-drag-item {
  overflow: visible;
  z-index: 10000;
}
.e-treeview.e-drag-item .e-text-content {
  float: left;
}
.e-treeview.e-drag-item .e-icon-collapsible::before,
.e-treeview.e-drag-item .e-icon-expandable::before {
  font-size: 12px;
  padding: 6px;
}
.e-treeview.e-drag-item .e-drop-count {
  border: 1px solid;
  border-radius: 15px;
  box-sizing: content-box;
  font-size: 13px;
  line-height: normal;
  min-width: 12px;
  padding: 3px 5px 4px;
  margin-left: -12px;
  position: absolute;
  text-align: center;
  top: -10px;
}
.e-treeview.e-dragging .e-text-content,
.e-treeview.e-dragging .e-fullrow {
  cursor: default;
}
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
  padding: 0 10px 0 0;
}
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
  margin: 0 2px 0 10px;
}
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
  margin: 0 0 0 10px;
}
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
  padding: 0 5px 0 0;
}
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
  padding: 0;
}
.e-treeview.e-rtl .e-navigable .e-list-icon,
.e-treeview.e-rtl .e-navigable .e-list-img,
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
  margin: 0 0 0 10px;
}
.e-treeview.e-rtl .e-ul {
  padding: 0 24px 0 0;
}
.e-treeview.e-rtl .e-list-item .e-ul {
  padding: 0 24px 0 0;
}
.e-treeview.e-rtl .e-text-content {
  padding: 0 24px 0 0;
}
.e-treeview.e-rtl .e-checkbox-wrapper {
  margin: 0 5px 0 0;
}
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img {
  margin: 0 12px 0 0;
}
.e-treeview.e-rtl .e-list-icon,
.e-treeview.e-rtl .e-list-img {
  margin: 0 5px 0 0;
}
.e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-treeview.e-rtl .e-list-icon + .e-list-img,
.e-treeview.e-rtl .e-list-img + .e-list-icon,
.e-treeview.e-rtl .e-list-img + .e-list-img {
  margin: 0 10px 0 0;
}
.e-treeview.e-rtl .e-icon-collapsible,
.e-treeview.e-rtl .e-icon-expandable {
  margin: 0 -24px 0 0;
}
.e-treeview.e-rtl .e-sibling::before {
  right: 0;
}
.e-treeview.e-rtl.e-drag-item .e-icons.e-drop-next {
  transform: rotate(180deg);
}
.e-treeview.e-rtl.e-drag-item .e-text-content {
  float: right;
}
.e-treeview.e-rtl.e-drag-item .e-drop-count {
  margin-right: -12px;
}
.e-treeview.e-rtl div.e-icons {
  transform: rotate(180deg);
}
.e-treeview.e-disabled .e-fullrow,
.e-treeview.e-disabled .e-icons,
.e-treeview.e-disabled .e-text-content,
.e-treeview.e-disabled .e-list-img,
.e-treeview.e-disabled .e-list-icon {
  cursor: auto;
}
.e-treeview.e-disabled .e-list-url {
  cursor: default;
  pointer-events: none;
}
.e-treeview.e-interaction.e-fullrow-wrap .e-text-content {
  pointer-events: auto;
}

/* stylelint-enable property-no-vendor-prefix */
/* stylelint-disable property-no-vendor-prefix */
.e-treeview {
  -webkit-tap-highlight-color: transparent;
  /* stylelint-enable property-no-vendor-prefix */
}
.e-treeview .e-text-content,
.e-treeview .e-fullrow {
  border-color: transparent;
}
.e-treeview .e-list-text {
  color: #fff;
  font-size: 13px;
}
.e-treeview .e-list-icon,
.e-treeview .e-list-img {
  font-size: 18px;
}
.e-treeview .e-icon-collapsible,
.e-treeview .e-icon-expandable {
  color: rgba(255, 255, 255, 0.7);
}
.e-treeview .e-icon-collapsible::before,
.e-treeview .e-icon-expandable::before {
  font-size: 10px;
}
.e-treeview .e-list-item.e-hover, .e-treeview .e-list-item.e-node-focus {
  background: transparent;
}
.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.e-treeview .e-list-item.e-hover > .e-text-content, .e-treeview .e-list-item.e-node-focus > .e-text-content {
  color: #fff;
}
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
  color: #fff;
}
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
  color: rgba(255, 255, 255, 0.7);
}
.e-treeview .e-list-item.e-active {
  background: transparent;
}
.e-treeview .e-list-item.e-active > .e-fullrow {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: transparent;
}
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
  background-color: transparent;
  border-color: transparent;
}
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content {
  color: #fff;
}
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
  color: #fff;
}
.e-treeview .e-list-item.e-active > .e-text-content {
  color: #00b0ff;
}
.e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
  color: #00b0ff;
}
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
  color: rgba(255, 255, 255, 0.7);
}
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: transparent;
}
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
  color: #00b0ff;
}
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
  color: #00b0ff;
}
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
  color: rgba(255, 255, 255, 0.7);
}
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
  background-color: transparent;
  border-color: transparent;
}
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
  color: #fff;
}
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
  color: #fff;
}
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
  color: rgba(255, 255, 255, 0.7);
}
.e-treeview .e-list-item.e-disable > .e-text-content,
.e-treeview .e-list-item.e-disable > .e-fullrow {
  color: rgba(255, 255, 255, 0.3);
}
.e-treeview .e-list-item.e-disable > .e-text-content > .e-icon-collapsible,
.e-treeview .e-list-item.e-disable > .e-text-content > .e-icon-expandable {
  color: rgba(255, 255, 255, 0.3);
}
.e-treeview .e-sibling {
  border-left-color: #00b0ff;
  border-right-color: transparent;
}
.e-treeview .e-sibling::before {
  background: rgba(255, 255, 255, 0.6);
}
.e-treeview .e-popup .e-content {
  background-color: #616161;
  border-color: transparent;
}
.e-treeview .e-popup.e-select .e-icons {
  border-color: transparent;
}
.e-treeview .e-popup .e-downtail::before {
  border-top-color: transparent;
}
.e-treeview .e-popup .e-downtail::after {
  border-top-color: #616161;
}
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: transparent;
}
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: transparent;
}
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
  background-color: transparent;
  border-color: transparent;
}
.e-treeview.e-fullrow-wrap .e-text-content {
  border-color: transparent;
}
.e-treeview.e-drag-item {
  background-color: #616161;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-treeview.e-drag-item .e-icon-collapsible::before,
.e-treeview.e-drag-item .e-icon-expandable::before {
  font-size: 12px;
}
.e-treeview.e-drag-item .e-list-text {
  color: rgba(255, 255, 255, 0.7);
}
.e-treeview.e-drag-item .e-icons {
  color: rgba(255, 255, 255, 0.7);
}
.e-treeview.e-drag-item .e-drop-count {
  background-color: #00b0ff;
  border-color: #000;
  color: #000;
}
.e-treeview.e-drag-item.e-rtl .e-sibling {
  border-right-color: #00b0ff;
  border-left-color: transparent;
}

/*! TreeView icons */
.e-treeview .e-list-item div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
.e-treeview .e-list-item div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
  content: "\e22f";
}
.e-treeview .e-sibling::before {
  content: "";
}
.e-treeview .e-popup .e-icons::before {
  content: "\e930";
}
.e-treeview.e-drag-item .e-icons.e-drop-in::before {
  content: "\e22c";
}
.e-treeview.e-drag-item .e-icons.e-drop-out::before {
  content: "\e22b";
}
.e-treeview.e-drag-item .e-icons.e-drop-next::before {
  content: "\e22d";
}
.e-treeview.e-drag-item .e-icons.e-no-drop::before {
  content: "\e22a";
}

/* stylelint-disable-line no-empty-source */
ejs-sidebar {
  display: none;
}

.e-sidebar-display {
  display: block;
}

.e-sidebar {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-tap-highlight-color: transparent;
  background: #424242;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: none;
  vertical-align: middle;
  visibility: hidden;
  will-change: transform;
}
.e-sidebar.e-right.e-open, .e-sidebar.e-left.e-open {
  transform: translateX(0%);
  transition: transform 0.5s ease;
  visibility: visible;
}
.e-sidebar.e-right.e-close, .e-sidebar.e-left.e-close {
  box-shadow: none;
  visibility: hidden;
}
.e-sidebar.e-right.e-close {
  transform: translateX(100%);
}
.e-sidebar.e-left.e-close {
  transform: translateX(-100%);
}
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close, .e-sidebar.e-right.e-close {
  transition: transform 0.5s ease, visibility 500ms;
}
.e-sidebar.e-right {
  border-left: 1px solid #616161;
  left: auto;
  right: 0;
  top: 0;
}
.e-sidebar.e-left {
  border-right: 1px solid #616161;
  left: 0;
  right: auto;
  top: 0;
}
.e-sidebar.e-left.e-close.e-dock, .e-sidebar.e-right.e-close.e-dock {
  transform: translateX(0%);
  transition: width 0.5s ease, visibility 500ms;
  visibility: visible;
}
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
  transition: width 0.5s ease, visibility 500ms;
}
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
  transition: none;
}
.e-sidebar.e-visibility {
  visibility: hidden;
}
.e-sidebar.e-over {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.e-sidebarcontainer.e-sidebar.e-over, .e-sidebarcontainer.e-sidebar.e-auto, .e-sidebarcontainer.e-sidebar.e-push, .e-sidebarcontainer.e-sidebar.e-slide + div {
  transition: margin 0.5s ease, transform 0.5s ease;
}
.e-sidebarcontainer.e-left.e-open.e-auto + div {
  margin-right: 0;
  transform: translateX(0);
  margin-left: var(--sidebar-width);
}
.e-sidebarcontainer.e-left.e-close.e-auto + div {
  margin-right: 0;
  transform: translateX(0);
  margin-left: 0;
}
.e-sidebarcontainer.e-right.e-open.e-auto + div {
  margin-left: 0;
  transform: translateX(0);
  margin-right: var(--sidebar-width);
}
.e-sidebarcontainer.e-right.e-close.e-auto + div {
  margin-right: 0;
  transform: translateX(0);
  margin-left: 0;
}
.e-sidebarcontainer.e-left.e-open.e-push + div {
  margin-right: 0;
  transform: translateX(0);
  margin-left: var(--sidebar-width);
}
.e-sidebarcontainer.e-left.e-close.e-push + div {
  margin-right: 0;
  transform: translateX(0);
  margin-left: 0;
}
.e-sidebarcontainer.e-right.e-open.e-push + div {
  margin-left: 0;
  transform: translateX(0);
  margin-right: var(--sidebar-width);
}
.e-sidebarcontainer.e-right.e-close.e-push + div {
  margin-right: 0;
  transform: translateX(0);
  margin-left: 0;
}
.e-sidebarcontainer.e-left.e-open.e-slide + div {
  margin-left: 0;
  transform: translate(var(--sidebar-width));
}
.e-sidebarcontainer.e-left.e-close.e-slide + div {
  margin-left: 0;
  transform: translate(0);
}
.e-sidebarcontainer.e-right.e-open.e-slide + div {
  margin-right: 0;
  margin-left: 0;
  transform: translate(calc(-1 * var(--sidebar-width)));
}
.e-sidebarcontainer.e-right.e-close.e-slide + div {
  margin-right: 0;
  margin-left: 0;
  transform: translate(0);
}

.e-sidebar-absolute {
  position: absolute;
}

.e-sidebar-context {
  overflow-x: hidden;
  position: relative;
}

.e-backdrop,
.e-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  pointer-events: auto;
  top: 0;
  z-index: 999;
}

.e-backdrop {
  opacity: 0.5;
  width: auto;
}

.e-sidebar-overlay {
  opacity: 0.5;
  position: fixed;
  width: 100%;
}

.e-content-animation {
  transition: margin 0.5s ease, -webkit-transform 0.5s ease, transform 0.5s ease;
}
.e-content-animation.e-overlay {
  box-sizing: border-box;
  overflow: auto;
  user-select: none;
}

.e-disable-interaction {
  pointer-events: none;
  touch-action: none;
}

.e-sidebar-overflow {
  overflow-x: hidden;
}

.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
  left: 0;
  position: fixed;
  right: auto;
  top: 0;
  visibility: visible;
}

.e-menu-wrapper,
.e-menu-container {
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  line-height: 0;
}
.e-menu-wrapper .e-menu-vscroll,
.e-menu-container .e-menu-vscroll {
  height: inherit;
}
.e-menu-wrapper ul,
.e-menu-container ul {
  font-weight: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  user-select: none;
  font-size: 13px;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}
.e-menu-wrapper ul.e-ul, .e-menu-wrapper ul.e-ul *,
.e-menu-container ul.e-ul,
.e-menu-container ul.e-ul * {
  box-sizing: border-box;
}
.e-menu-wrapper ul.e-ul:focus, .e-menu-wrapper ul.e-ul *:focus,
.e-menu-container ul.e-ul:focus,
.e-menu-container ul.e-ul *:focus {
  outline: none;
}
.e-menu-wrapper ul.e-vertical,
.e-menu-container ul.e-vertical {
  min-width: 120px;
}
.e-menu-wrapper ul.e-vertical .e-menu-item,
.e-menu-container ul.e-vertical .e-menu-item {
  display: list-item;
}
.e-menu-wrapper ul.e-vertical .e-separator,
.e-menu-container ul.e-vertical .e-separator {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: auto;
}
.e-menu-wrapper ul.e-menu,
.e-menu-container ul.e-menu {
  display: inline-block;
}
.e-menu-wrapper ul.e-menu:not(.e-vertical),
.e-menu-container ul.e-menu:not(.e-vertical) {
  padding: 0;
}
.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator,
.e-menu-container ul.e-menu:not(.e-vertical) .e-separator {
  border-right-style: solid;
  border-right-width: 1px;
  padding: 0;
}
.e-menu-wrapper ul.e-menu .e-menu-item .e-menu-icon,
.e-menu-container ul.e-menu .e-menu-item .e-menu-icon {
  width: 24px;
}
.e-menu-wrapper ul .e-menu-item,
.e-menu-container ul .e-menu-item {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  vertical-align: top;
  white-space: nowrap;
}
.e-menu-wrapper ul .e-menu-item.e-menu-hide,
.e-menu-container ul .e-menu-item.e-menu-hide {
  display: none;
}
.e-menu-wrapper ul .e-menu-item.e-menu-header,
.e-menu-container ul .e-menu-item.e-menu-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.e-menu-wrapper ul .e-menu-item .e-menu-url,
.e-menu-container ul .e-menu-item .e-menu-url {
  text-decoration: none;
}
.e-menu-wrapper ul .e-menu-item .e-menu-icon,
.e-menu-container ul .e-menu-item .e-menu-icon {
  display: inline-block;
  vertical-align: middle;
}
.e-menu-wrapper ul .e-menu-item.e-separator,
.e-menu-container ul .e-menu-item.e-separator {
  cursor: auto;
  line-height: normal;
  pointer-events: none;
}
.e-menu-wrapper ul .e-menu-item .e-menu-icon,
.e-menu-container ul .e-menu-item .e-menu-icon {
  font-size: 14px;
  height: auto;
  line-height: 42px;
  margin-right: 8px;
  text-align: center;
  margin-bottom: 4px;
}
.e-menu-wrapper ul .e-menu-item .e-caret,
.e-menu-container ul .e-menu-item .e-caret {
  font-size: 11px;
  height: auto;
  line-height: 42px;
  position: absolute;
  right: 6px;
  top: 0;
  width: auto;
}
.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
.e-menu-container ul .e-menu-item.e-menu-caret-icon {
  padding-right: 26px;
}
.e-menu-wrapper ul .e-menu-item.e-disabled,
.e-menu-container ul .e-menu-item.e-disabled {
  cursor: auto;
  opacity: 0.38;
  pointer-events: none;
}

.e-menu-wrapper .e-ul,
.e-menu-container .e-ul {
  font-size: 14px;
  padding: 0;
  min-width: 120px;
}
.e-menu-wrapper .e-ul .e-menu-item,
.e-menu-container .e-ul .e-menu-item {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  display: list-item;
}
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
.e-menu-container .e-ul .e-menu-item .e-menu-url {
  display: inline-block;
  min-width: 120px;
}
.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,
.e-menu-container .e-ul .e-menu-item .e-menu-icon {
  font-size: 14px;
  line-height: 36px;
  margin-right: 10px;
  width: 1em;
}
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
.e-menu-container .e-ul .e-menu-item .e-caret {
  line-height: 36px;
  margin-left: 16px;
  margin-right: 0;
  position: absolute;
  right: 8px;
}
.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon,
.e-menu-container .e-ul .e-menu-item.e-menu-caret-icon {
  padding-right: 36px;
}
.e-menu-wrapper .e-ul .e-menu-item.e-separator,
.e-menu-container .e-ul .e-menu-item.e-separator {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: auto;
  margin: 8px 0;
}
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
.e-menu-container .e-ul .e-menu-item .e-caret {
  font-size: 12px;
  line-height: 42px;
}

.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
.e-menu-container.e-menu-icon-right .e-menu-header .e-menu-icon {
  float: right;
}
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title,
.e-menu-container.e-menu-icon-right .e-menu-header .e-menu-title {
  padding: 0 16px;
}
.e-menu-wrapper .e-menu-header,
.e-menu-container .e-menu-header {
  display: none;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  text-align: left;
  white-space: nowrap;
}
.e-menu-wrapper .e-menu-header .e-menu-title, .e-menu-wrapper .e-menu-header .e-menu-icon,
.e-menu-container .e-menu-header .e-menu-title,
.e-menu-container .e-menu-header .e-menu-icon {
  display: inline-block;
  line-height: inherit;
}
.e-menu-wrapper .e-menu-header .e-menu-icon,
.e-menu-container .e-menu-header .e-menu-icon {
  cursor: pointer;
  float: left;
  outline: none;
  padding: 0 16px;
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),
.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) {
  padding: 0 30px;
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,
.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav {
  width: 30px;
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus, .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover,
.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus,
.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
  border: 0;
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav,
.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav {
  border-left: none;
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav,
.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav {
  border-right: none;
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar,
.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar {
  overflow-y: hidden;
}
.e-menu-wrapper .e-scroll-nav .e-nav-arrow,
.e-menu-container .e-scroll-nav .e-nav-arrow {
  font-size: 10px;
}
.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow, .e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow,
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-up-arrow {
  transform: rotate(180deg);
}
.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow {
  transform: rotate(0deg);
}
.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow,
.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow {
  transform: rotate(180deg);
}
.e-menu-wrapper.e-popup.e-menu-popup,
.e-menu-container.e-popup.e-menu-popup {
  border: none;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
  overflow: hidden;
  position: absolute;
}
.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
.e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
  padding: 16px 0;
}
.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav,
.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav {
  transform: none;
  width: 100%;
}
.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow,
.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow {
  transform: none;
}
.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar,
.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar {
  height: 100%;
  width: inherit;
}
.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content,
.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content {
  width: inherit;
}
.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,
.e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav {
  height: 16px;
}
.e-menu-wrapper.e-scrollable,
.e-menu-container.e-scrollable {
  display: block;
}
.e-menu-wrapper.e-scrollable .e-menu,
.e-menu-container.e-scrollable .e-menu {
  display: block;
  overflow: auto;
}
.e-menu-wrapper.e-contextmenu-container,
.e-menu-container.e-contextmenu-container {
  height: 1px;
}
.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll ul.e-ul,
.e-menu-container.e-contextmenu-container .e-menu-vscroll ul.e-ul {
  width: inherit;
}
.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll,
.e-menu-container.e-contextmenu-container .e-menu-vscroll {
  border: none;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
}

.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon {
  padding-left: 34px;
}

.e-rtl.e-menu-wrapper ul .e-menu-item,
.e-rtl.e-menu-container ul .e-menu-item {
  text-align: right;
}
.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,
.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon {
  margin-right: 0;
}
.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,
.e-rtl.e-menu-container ul .e-menu-item .e-caret {
  margin-left: 0;
  margin-right: 16px;
  right: auto;
}
.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,
.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon {
  margin-left: 8px;
}
.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,
.e-rtl.e-menu-container ul .e-menu-item .e-caret {
  left: 6px;
}
.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
.e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon {
  padding-left: 26px;
  padding-right: 12px;
}
.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon {
  margin-left: 10px;
}
.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret {
  left: 8px;
}
.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,
.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon {
  padding-left: 36px;
  padding-right: 16px;
}
.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon {
  padding-left: 16px;
}
.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,
.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon {
  padding-left: 36px;
}

.e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon {
  padding-right: 34px;
}

.e-menu-wrapper.e-hamburger,
.e-menu-container.e-hamburger {
  border: 0;
  display: block;
  position: relative;
}
.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical),
.e-menu-container.e-hamburger .e-menu-header:not(.e-vertical) {
  border: 1px solid transparent;
  display: block;
}
.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup,
.e-menu-container.e-hamburger .e-popup.e-menu-popup {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  position: relative;
  width: 100%;
}
.e-menu-wrapper.e-hamburger ul.e-menu,
.e-menu-container.e-hamburger ul.e-menu {
  border: 1px solid transparent;
  overflow-y: auto;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu,
.e-menu-container.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu {
  display: none;
}
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,
.e-menu-container.e-hamburger ul.e-menu .e-menu-item {
  text-indent: 12px;
}
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,
.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
  text-indent: 34px;
}
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,
.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon {
  display: inline;
  text-indent: 0;
}
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-hide,
.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-hide {
  display: none;
}
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret,
.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-indent: 0;
}
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret,
.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  text-indent: 0;
}
.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical),
.e-menu-container.e-hamburger ul.e-menu:not(.e-vertical) {
  border-top: 0;
  display: block;
  padding: 0;
  position: absolute;
}
.e-menu-wrapper.e-hamburger ul.e-ul,
.e-menu-container.e-hamburger ul.e-ul {
  font-size: 13px;
  padding: 0;
}
.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item,
.e-menu-container.e-hamburger ul.e-ul .e-menu-item {
  line-height: 42px;
  text-indent: inherit;
}
.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon,
.e-menu-container.e-hamburger ul.e-ul .e-menu-item.e-blankicon {
  padding: 0;
  text-indent: inherit;
}
.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret,
.e-menu-container.e-hamburger ul.e-ul .e-menu-item .e-caret {
  font-size: 11px;
  right: 6px;
}
.e-menu-wrapper.e-hamburger ul .e-menu-item,
.e-menu-container.e-hamburger ul .e-menu-item {
  display: list-item;
  height: auto;
  padding: 0;
}
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon, .e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,
.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon,
.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon {
  padding: 0;
}
.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url,
.e-menu-container.e-hamburger ul .e-menu-item .e-menu-url {
  display: inline-block;
  min-width: 120px;
  text-indent: 0;
  width: 100%;
}
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator,
.e-menu-container.e-hamburger ul .e-menu-item.e-separator {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: auto;
}

.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon,
.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-caret-icon {
  padding-left: 0;
  padding-right: 0;
}
.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon,
.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-icon {
  margin-left: 0;
  text-indent: inherit;
}
.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret,
.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-caret {
  left: 6px;
  right: auto;
}

.e-menu-container .e-vscroll ul {
  position: relative;
}

.e-menu-wrapper,
.e-menu-container {
  background: #212121;
}
.e-menu-wrapper .e-menu,
.e-menu-container .e-menu {
  background: inherit;
  color: #fff;
}
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
.e-menu-container .e-menu.e-menu:not(.e-vertical) .e-separator {
  border-right-color: #616161;
}
.e-menu-wrapper .e-menu .e-menu-item.e-menu-header,
.e-menu-container .e-menu .e-menu-item.e-menu-header {
  border-bottom-color: #616161;
}
.e-menu-wrapper .e-menu .e-menu-item .e-caret,
.e-menu-container .e-menu .e-menu-item .e-caret {
  color: rgba(255, 255, 255, 0.7);
}
.e-menu-wrapper .e-menu .e-menu-item .e-menu-icon,
.e-menu-container .e-menu .e-menu-item .e-menu-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-menu-wrapper .e-menu .e-menu-item.e-menu-header,
.e-menu-container .e-menu .e-menu-item.e-menu-header {
  border-bottom-color: #616161;
}
.e-menu-wrapper .e-menu .e-menu-item .e-menu-url,
.e-menu-container .e-menu .e-menu-item .e-menu-url {
  color: #fff;
}
.e-menu-wrapper .e-menu .e-menu-item.e-focused,
.e-menu-container .e-menu .e-menu-item.e-focused {
  color: inherit;
  outline: 0 solid #616161;
  outline-offset: 0;
  background: rgba(255, 255, 255, 0.1);
}
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
  color: rgba(255, 255, 255, 0.7);
}
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-menu-icon,
.e-menu-container .e-menu .e-menu-item.e-focused .e-menu-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-menu-wrapper .e-menu .e-menu-item.e-selected, .e-menu-wrapper .e-menu .e-menu-item.e-active-item,
.e-menu-container .e-menu .e-menu-item.e-selected,
.e-menu-container .e-menu .e-menu-item.e-active-item {
  color: #fff;
  outline: 0 solid rgba(255, 255, 255, 0.18);
  outline-offset: 0;
  background: rgba(255, 255, 255, 0.18);
}
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret, .e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-caret,
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret,
.e-menu-container .e-menu .e-menu-item.e-active-item .e-caret {
  color: rgba(255, 255, 255, 0.7);
}
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon, .e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-menu-icon,
.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon,
.e-menu-container .e-menu .e-menu-item.e-active-item .e-menu-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-menu-wrapper .e-menu .e-menu-item.e-separator,
.e-menu-container .e-menu .e-menu-item.e-separator {
  border-bottom-color: #616161;
}
.e-menu-wrapper .e-menu .e-disabled,
.e-menu-container .e-menu .e-disabled {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.e-menu-wrapper .e-menu .e-disabled .e-menu-icon,
.e-menu-container .e-menu .e-disabled .e-menu-icon {
  color: rgba(255, 255, 255, 0.3);
}
.e-menu-wrapper .e-menu .e-disabled .e-caret,
.e-menu-container .e-menu .e-disabled .e-caret {
  color: rgba(255, 255, 255, 0.3);
}
.e-menu-wrapper .e-menu .e-disabled .e-menu-url,
.e-menu-container .e-menu .e-disabled .e-menu-url {
  color: rgba(255, 255, 255, 0.3);
}

.e-menu-wrapper .e-ul,
.e-menu-container .e-ul {
  background: inherit;
  color: #fff;
}
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
.e-menu-container .e-ul .e-menu-item .e-menu-url {
  color: #fff;
}
.e-menu-wrapper .e-ul .e-menu-item.e-focused,
.e-menu-container .e-ul .e-menu-item.e-focused {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: 0 solid #616161;
  outline-offset: 0;
}
.e-menu-wrapper .e-ul .e-menu-item.e-selected, .e-menu-wrapper .e-ul .e-menu-item.e-active-item,
.e-menu-container .e-ul .e-menu-item.e-selected,
.e-menu-container .e-ul .e-menu-item.e-active-item {
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  outline: 0 solid rgba(255, 255, 255, 0.18);
  outline-offset: 0;
}
.e-menu-wrapper .e-ul .e-menu-item.e-separator,
.e-menu-container .e-ul .e-menu-item.e-separator {
  border-bottom-color: #616161;
}
.e-menu-wrapper.e-menu-popup,
.e-menu-container.e-menu-popup {
  background: #424242;
}
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
  background: inherit;
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
  background: #212121;
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons,
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons {
  color: rgba(255, 255, 255, 0.7);
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover,
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:hover {
  background: rgba(255, 255, 255, 0.1);
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus,
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:focus {
  background: rgba(255, 255, 255, 0.1);
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active,
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:active {
  background: rgba(255, 255, 255, 0.1);
}
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav,
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav {
  background: #424242;
  border-color: #616161;
}
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons,
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons {
  color: #fff;
}
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover, .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus,
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover,
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus {
  background: rgba(255, 255, 255, 0.1);
}
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active,
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active {
  background: rgba(255, 255, 255, 0.18);
}
.e-menu-wrapper.e-inherit,
.e-menu-container.e-inherit {
  border: 0;
}
.e-menu-wrapper.e-inherit .e-menu, .e-menu-wrapper.e-inherit .e-menu .e-menu-item .e-menu-icon, .e-menu-wrapper.e-inherit .e-menu .e-menu-item .e-caret,
.e-menu-container.e-inherit .e-menu,
.e-menu-container.e-inherit .e-menu .e-menu-item .e-menu-icon,
.e-menu-container.e-inherit .e-menu .e-menu-item .e-caret {
  color: inherit;
}
.e-menu-wrapper.e-inherit .e-menu,
.e-menu-container.e-inherit .e-menu {
  background: inherit;
}
.e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-active-item, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
.e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
.e-menu-container.e-inherit .e-menu .e-menu-item.e-active-item,
.e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
  background: rgba(0, 0, 0, 0.056);
  color: inherit;
}

.e-menu-wrapper.e-hamburger .e-menu-header,
.e-menu-container.e-hamburger .e-menu-header {
  color: #fff;
}
.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon,
.e-menu-container.e-hamburger .e-menu-header .e-menu-icon {
  color: #fff;
}
.e-menu-wrapper.e-hamburger ul,
.e-menu-container.e-hamburger ul {
  color: #fff;
}

.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
  content: "\e956";
}
.e-menu-wrapper ul .e-menu-item .e-caret::before,
.e-menu-container ul .e-menu-item .e-caret::before {
  content: "\e94d";
}

.e-menu-wrapper .e-ul .e-menu-item .e-caret::before,
.e-menu-container .e-ul .e-menu-item .e-caret::before {
  content: "\e956";
}

.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon::before,
.e-menu-container.e-hamburger .e-menu-header .e-menu-icon::before {
  content: "\e99a";
}
.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before,
.e-menu-container.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before {
  content: "\eb36";
}
.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret::before, .e-menu-wrapper.e-hamburger .e-menu-item .e-caret::before,
.e-menu-container.e-hamburger .e-vertical .e-menu-item .e-caret::before,
.e-menu-container.e-hamburger .e-menu-item .e-caret::before {
  content: "\e94d";
}
.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret::before,
.e-menu-container.e-rtl.e-hamburger ul.e-ul .e-caret::before {
  content: "\e94d";
}
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before, .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before,
.e-menu-container .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before,
.e-menu-container .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before {
  content: "\e956";
}
.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before, .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before,
.e-menu-container .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before,
.e-menu-container .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before {
  content: "\e94d";
}

.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
.e-rtl.e-menu-container ul.e-vertical .e-caret::before,
.e-rtl.e-menu-container ul.e-ul .e-caret::before,
.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
.e-bigger .e-rtl.e-menu-container ul.e-vertical .e-caret::before,
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-caret::before,
.e-bigger.e-rtl.e-menu-container ul.e-vertical .e-caret::before,
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-caret::before {
  content: "\e937";
}

.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before,
.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before,
.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-ul .e-caret::before,
.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-ul .e-caret::before {
  content: "\e94d";
}

.e-stepper {
  position: relative;
}
.e-stepper .e-step-selected .e-text,
.e-stepper .e-step-selected .e-label {
  font-weight: 600;
}
.e-stepper.e-linear .e-step-container {
  pointer-events: none;
}
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
.e-stepper.e-linear .e-next:not(.e-step-disabled),
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
  pointer-events: auto;
}
.e-stepper.e-stepper-readonly,
.e-stepper .e-step-disabled {
  cursor: default;
  pointer-events: none;
}
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
  font-size: 32px;
  border-radius: 9999px;
}
.e-stepper.e-step-type-indicator .e-step-content, .e-stepper.e-step-type-label .e-step-content {
  padding: 0 8px;
}
.e-stepper .e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-before .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
  position: relative;
}
.e-stepper.e-horizontal .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
  position: unset;
}
.e-stepper .e-tooltip-wrap.e-stepper-tooltip {
  display: none;
  justify-content: center;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -100%);
}
.e-stepper .e-tooltip-wrap.e-stepper-tooltip.e-show-tooltip {
  display: inline-flex;
}
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-tip-content {
  width: max-content;
}
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip.e-tip-bottom {
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip-inner.e-tip-bottom {
  top: -6px;
}
.e-stepper .e-step-item.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
  left: unset;
  top: 0;
  transform: translate(0%, -135%);
}
.e-stepper.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
  transform: translate(-50%, -115%);
}
.e-stepper .e-stepper-steps {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
.e-stepper .e-stepper-steps .e-step-container,
.e-stepper .e-stepper-steps .e-step,
.e-stepper .e-stepper-steps .e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
.e-stepper .e-stepper-steps .e-step-error.e-step-text.e-step-text-only .e-step-text-container,
.e-stepper .e-stepper-steps .e-step-label-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-stepper .e-step-container {
  max-width: var(--max-width);
  list-style-type: none;
  cursor: pointer;
  text-align: center;
}
.e-stepper .e-step-container .e-step-label-container,
.e-stepper .e-step-container .e-step-text-container {
  max-width: clamp(100%, 10em, 100%);
  white-space: nowrap;
  font-size: 14px;
}
.e-stepper .e-step-container .e-step-label-optional {
  font-size: 12px;
  flex-basis: 100%;
}
.e-stepper .e-step-container .e-step-optional-container {
  display: flex;
  flex-direction: column;
}
.e-stepper .e-step-container .e-step-content {
  font-size: 16px;
  line-height: 0;
}
.e-stepper .e-step-container .e-indicator {
  font-size: 16px;
}
.e-stepper .e-step-container:not(.e-step-text-only) > .e-step-text-container {
  padding: 2px 8px;
}
.e-stepper .e-step-container.e-step-text-only .e-step-text-container, .e-stepper .e-step-container.e-step-label-only .e-step-label-container {
  padding: 0 6px;
  padding-block: 5px;
}
.e-stepper .e-step-container.e-step-text-only.e-step-error .e-step-text-container, .e-stepper .e-step-container.e-step-text-only.e-step-valid .e-step-text-container, .e-stepper .e-step-container.e-step-label-only.e-step-error .e-step-label-container, .e-stepper .e-step-container.e-step-label-only.e-step-valid .e-step-label-container {
  flex-direction: column;
}
.e-stepper .e-step-container.e-step-text-only.e-step-error .e-step-text-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-text-only.e-step-valid .e-step-text-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-label-only.e-step-error .e-step-label-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-label-only.e-step-valid .e-step-label-container .e-step-validation-icon {
  position: relative;
  top: 0.25em;
}
.e-stepper .e-step-container .e-step,
.e-stepper .e-step-container .e-indicator {
  border-radius: 9999px;
  min-width: 32px;
  min-height: 32px;
}
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step,
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator {
  border: 2px solid;
}
.e-stepper.e-horizontal {
  display: block;
}
.e-stepper.e-horizontal .e-stepper-steps {
  flex-direction: row;
}
.e-stepper.e-horizontal.e-label-before:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar, .e-stepper.e-horizontal.e-label-after:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
  margin-left: var(--progress-left-position);
  top: var(--progress-top-position);
  width: var(--progress-bar-width);
}
.e-stepper.e-horizontal.e-label-before.e-rtl:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar, .e-stepper.e-horizontal.e-label-after.e-rtl:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
  margin-right: var(--progress-left-position);
  margin-left: unset;
}
.e-stepper.e-horizontal .e-step-item.e-step-label {
  gap: 1em;
  flex-direction: column;
}
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container {
  position: relative;
}
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container.e-label-before {
  order: -1;
}
.e-stepper.e-horizontal.e-label-start .e-step-text-container {
  order: -1;
}
.e-stepper.e-horizontal .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
  position: absolute;
  top: 2.5em;
  margin-left: 2.5em;
}
.e-stepper.e-horizontal.e-label-start .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional, .e-stepper.e-horizontal.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
  margin-right: 2.5em;
  margin-left: unset;
}
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
  margin-right: unset;
  margin-left: 2.5em;
}
.e-stepper.e-horizontal.e-label-before .e-stepper-steps:has(.e-step-label-optional) {
  align-items: flex-end;
}
.e-stepper.e-horizontal.e-label-before .e-stepper-steps .e-step-label-container.e-label-before:has(.e-step-label-optional) {
  flex-direction: column;
  gap: 0.5em;
}
.e-stepper.e-horizontal .e-text,
.e-stepper.e-horizontal .e-label,
.e-stepper.e-horizontal .e-step-label-optional {
  text-overflow: ellipsis;
  overflow: hidden;
}
.e-stepper.e-horizontal .e-step-text.e-step-text-only:has(.e-step-label-optional),
.e-stepper.e-horizontal .e-step-label.e-step-label-only:has(.e-step-label-optional),
.e-stepper.e-horizontal .e-step-item:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
.e-stepper.e-horizontal .e-step-container:not(.e-step-item):not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
.e-stepper.e-horizontal .e-step-label-container.e-label-after:has(.e-step-label-optional), .e-stepper.e-horizontal.e-step-type-indicator .e-step-container {
  flex-wrap: wrap;
}
.e-stepper.e-horizontal .e-step-item:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
  margin-top: 0.5em;
}
.e-stepper.e-horizontal.e-label-after .e-step-item.e-step-label:not(.e-step-text) .e-step-label-optional {
  margin-top: 0.2em;
}
.e-stepper.e-vertical {
  min-height: inherit;
  height: inherit;
  display: inline-block;
}
.e-stepper.e-vertical .e-step-label.e-step-label-only,
.e-stepper.e-vertical .e-step-template {
  position: relative;
}
.e-stepper.e-vertical:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
  position: absolute;
}
.e-stepper.e-vertical:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
  margin-top: 3em;
  margin-left: 4em;
}
.e-stepper.e-vertical.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
  margin-left: unset;
  margin-right: 4em;
}
.e-stepper.e-vertical .e-stepper-steps {
  flex-direction: column;
  min-height: inherit;
  height: inherit;
  float: left;
  align-items: start;
  margin: 0;
  justify-content: space-between;
}
.e-stepper.e-vertical.e-rtl .e-stepper-steps {
  float: right;
}
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-item:not(.e-step-text):not(.e-step-label)),
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-text.e-step-text-only),
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-label.e-step-label-only), .e-stepper.e-vertical.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-item)), .e-stepper.e-vertical.e-step-type-indicator .e-stepper-steps {
  align-items: center;
}
.e-stepper.e-vertical .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
.e-stepper.e-vertical .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
  margin-left: 10px;
}
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
  margin-left: unset;
  margin-right: 10px;
}
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional), .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional),
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) {
  flex-direction: column;
}
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional) .e-step-label-optional, .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) .e-step-label-optional,
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional) .e-step-label-optional,
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) .e-step-label-optional {
  position: unset;
}
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional), .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
  gap: 0.5em;
}
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional), .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) {
  flex-direction: column;
}
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) .e-label, .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) .e-label {
  line-height: 2em;
}
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-optional, .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-optional {
  position: unset;
}
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after {
  position: absolute;
}
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after .e-step-label-optional {
  left: 0;
}
.e-stepper.e-vertical .e-step-container .e-step-label-container.e-label-after .e-step-label-optional {
  font-size: 12px;
}
.e-stepper.e-vertical .e-step-container .e-step-label-container.e-label-before .e-label {
  width: var(--label-width);
}
.e-stepper.e-vertical .e-step-container:not(.e-step-text-only) .e-step-text-container {
  border: none;
  border-radius: unset;
  padding: 6px 0;
}
.e-stepper.e-vertical .e-step-container.e-step-text-only .e-step-text-container, .e-stepper.e-vertical .e-step-container.e-step-label-only .e-step-label-container {
  position: unset;
}
.e-stepper.e-vertical.e-label-top .e-step-label-optional {
  padding-bottom: 6px;
}
.e-stepper.e-vertical.e-label-top .e-stepper-steps, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps {
  align-items: center;
}
.e-stepper.e-vertical.e-label-top .e-stepper-steps .e-step-container, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps .e-step-container {
  flex-direction: column;
}
.e-stepper.e-vertical.e-label-top .e-stepper-steps .e-step-container .e-step-text-container, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps .e-step-container .e-step-text-container {
  margin-left: 0;
}
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-label-optional,
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-text-container {
  order: -1;
}
.e-stepper .e-stepper-progressbar {
  height: 1.6px;
  position: absolute;
  top: var(--progress-top-position);
  width: 100%;
}
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
  height: 100%;
  width: var(--progress-value);
  transition-property: width;
  transition-duration: var(--duration);
  transition-delay: var(--delay);
}
.e-stepper.e-vertical .e-stepper-progressbar {
  min-height: inherit;
  width: 1.6px;
  top: 0;
  left: var(--progress-position);
}
.e-stepper.e-vertical .e-stepper-progressbar > .e-progressbar-value {
  width: 100%;
  height: var(--progress-value);
  transition-property: height;
}
.e-stepper.e-vertical.e-rtl .e-stepper-progressbar {
  right: var(--progress-position);
  left: unset;
}
.e-stepper:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,
.e-stepper .e-step-focus .e-indicator {
  z-index: 0;
}
.e-stepper .e-step-template.e-step-focus {
  outline: 2px solid;
}

.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip .e-arrow-tip.e-tip-bottom {
  top: 90% !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
  font-size: 28px;
}
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator {
  width: 28px;
  height: 28px;
}
.e-small.e-stepper .e-step-container .e-step,
.e-small.e-stepper .e-step-container .e-indicator,
.e-small .e-stepper .e-step-container .e-step,
.e-small .e-stepper .e-step-container .e-indicator {
  min-width: 28px;
  min-height: 28px;
}
.e-small.e-stepper .e-step-container .e-indicator,
.e-small .e-stepper .e-step-container .e-indicator {
  font-size: 14px;
}
.e-small.e-stepper .e-step-container .e-step-text-container,
.e-small.e-stepper .e-step-container .e-step-label-container,
.e-small .e-stepper .e-step-container .e-step-text-container,
.e-small .e-stepper .e-step-container .e-step-label-container {
  font-size: 12px;
}
.e-small.e-stepper .e-step-container .e-step-content,
.e-small .e-stepper .e-step-container .e-step-content {
  font-size: 14px;
}
.e-small.e-stepper .e-step-container .e-step-label-optional,
.e-small .e-stepper .e-step-container .e-step-label-optional {
  font-size: 10px;
}
.e-small.e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional,
.e-small .e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
  font-size: 10px;
}

.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step,
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator,
.e-stepper .e-step-notstarted .e-icons.e-step-indicator {
  border-color: #383838;
}
.e-stepper .e-step-label-optional {
  color: #e0e0e0;
}
.e-stepper .e-step,
.e-stepper .e-indicator {
  color: #bdbdbd;
  background: #212121;
}
.e-stepper .e-step-indicator {
  color: transparent;
}
.e-stepper .e-step-completed .e-step,
.e-stepper .e-step-inprogress .e-step,
.e-stepper .e-step-completed .e-indicator,
.e-stepper .e-step-inprogress .e-indicator,
.e-stepper .e-step-completed .e-step-indicator,
.e-stepper .e-step-inprogress .e-step-indicator {
  background: #3f51b5;
  color: #fff;
}
.e-stepper .e-step-selected .e-indicator {
  background: #3f51b5;
}
.e-stepper .e-step-valid .e-indicator {
  background: #4caf50;
  color: #fff;
}
.e-stepper .e-step-error .e-indicator {
  background: #ff6652;
  color: #fff;
}
.e-stepper .e-step-error .e-text,
.e-stepper .e-step-error .e-label {
  color: #ff6652;
}
.e-stepper .e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
.e-stepper .e-step-error .e-indicator:hover {
  color: #bdbdbd;
}
.e-stepper .e-step-valid.e-step-text-only .e-step-validation-icon,
.e-stepper .e-step-valid.e-step-label-only .e-step-validation-icon {
  color: #4caf50;
}
.e-stepper .e-step-error.e-step-text-only .e-step-validation-icon,
.e-stepper .e-step-error.e-step-label-only .e-step-validation-icon {
  color: #ff6652;
}
.e-stepper .e-text,
.e-stepper .e-label {
  color: #fff;
}
.e-stepper .e-step-selected:not(.e-step-error) .e-text,
.e-stepper .e-step-selected:not(.e-step-error) .e-label,
.e-stepper .e-step-completed:not(.e-step-error) .e-text,
.e-stepper .e-step-completed:not(.e-step-error) .e-label {
  color: #3f51b5;
}
.e-stepper .e-step-label:not(.e-step-item) .e-step-label-container {
  background-color: #383838;
}
.e-stepper .e-step-text-container {
  background-color: #383838;
  border-color: transparent;
}
.e-stepper .e-step-disabled .e-indicator,
.e-stepper .e-step-disabled .e-step {
  background: #424242;
  color: #9e9e9e;
}
.e-stepper .e-step-disabled .e-text,
.e-stepper .e-step-disabled .e-label,
.e-stepper .e-step-disabled .e-step-validation-icon {
  color: white;
}
.e-stepper.e-vertical .e-step-text-only.e-step-text .e-step-label-optional, .e-stepper.e-vertical .e-step-label-only.e-step-label .e-step-label-optional, .e-stepper.e-vertical .e-step-item:not(.e-step-text):not(.e-step-label) .e-step-label-optional, .e-stepper.e-vertical.e-label-top .e-step-label-optional, .e-stepper.e-vertical.e-label-bottom .e-step-label-optional {
  background-color: #383838;
}
.e-stepper .e-stepper-progressbar {
  background-color: #424242;
}
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
  background-color: #3f51b5;
}
.e-stepper:not(.e-steps-focus) .e-step-selected .e-step {
  box-shadow: 0 0 0 2px #383838, 0 0 0 4px #3f51b5, 0 0 0 8px #383838;
}
.e-stepper .e-step-focus .e-step,
.e-stepper .e-step-label-only.e-step-focus .e-label,
.e-stepper .e-step-text-only.e-step-focus .e-text,
.e-stepper .e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) :focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
  box-shadow: 0 0 0 2px #383838, 0 0 0 4px #fff, 0 0 0 8px #383838;
}
.e-stepper:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
.e-stepper .e-step-valid.e-step-focus .e-step,
.e-stepper .e-step-valid.e-step-label-only.e-step-focus .e-label,
.e-stepper .e-step-valid.e-step-text-only.e-step-focus .e-text,
.e-stepper .e-step-valid.e-step-template.e-step-focus {
  box-shadow: 0 0 0 2px #383838, 0 0 0 4px #4caf50, 0 0 0 8px #383838;
}
.e-stepper:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
.e-stepper .e-step-error.e-step-focus .e-step,
.e-stepper .e-step-error.e-step-label-only.e-step-focus .e-label,
.e-stepper .e-step-error.e-step-text-only.e-step-focus .e-text,
.e-stepper .e-step-error.e-step-template.e-step-focus {
  box-shadow: 0 0 0 2px #383838, 0 0 0 4px #ff6652, 0 0 0 8px #383838;
}
.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
.e-stepper .e-step-container:not(.e-step-focus).e-step-completed .e-step, .e-stepper.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
  box-shadow: 0 0 0 8px #383838;
}
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:hover,
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
  border-color: #383838;
}
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:active,
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
  border-color: #383838;
}
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
.e-stepper:not(.e-step-type-label) .e-step:hover {
  color: #fff;
  background: #606fc7;
}
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
  color: #bdbdbd;
}
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
  background: #7280ce;
}
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
  background: #4caf50;
}
.e-stepper:not(.e-step-type-label) .e-step-error.e-step-selected .e-indicator:active,
.e-stepper:not(.e-step-type-label) .e-step-error.e-step-selected .e-step:active {
  background: #ff6652;
}
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
  background: #424242;
}
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:active, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:active {
  background: #383838;
}
.e-stepper:not(.e-step-type-label) .e-step-valid .e-indicator:hover,
.e-stepper:not(.e-step-type-label) .e-step-valid .e-step:hover {
  color: #fff;
  background: #4caf50;
}
.e-stepper:not(.e-step-type-label) .e-step-error .e-indicator:hover,
.e-stepper:not(.e-step-type-label) .e-step-error .e-step:hover {
  color: #fff;
  background: #ff6652;
}

.e-step-indicator::before {
  content: "\e99e";
}

.e-icons {
  font-family: "e-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.e-symbolpalette .e-clear-searchtext::before {
  content: "\ec0f";
}

.e-diagram {
  display: block;
  background-color: #fff;
}

.e-symbolpalette {
  display: block;
}

.e-overview {
  display: block;
}

.overview-resizer {
  fill: #00b0ff;
}

.e-content-placeholder.e-diagram.e-placeholder-diagram {
  background-size: 100% 100%;
  max-height: 500px;
  max-width: 500px;
}

.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette {
  background-size: 100% 100%;
  max-height: 200px;
  max-width: 200px;
}

.e-diagram-endpoint-handle {
  fill: #fff;
  stroke: #3f51b5;
}

.e-diagram-endpoint-handle.e-connected {
  fill: #3f51b5;
  stroke: #fff;
}

.e-diagram-endpoint-handle.e-disabled,
.e-diagram-bezier-control-handle.e-disabled,
.e-diagram-resize-handle.e-disabled {
  fill: #9e9e9e;
  opacity: 1;
  stroke: #fff;
}

/* stylelint-disable */
.e-diagram-bezier-handle.e-source.e-disabled {
  opacity: 1 !important;
}

.e-diagram-bezier-handle.e-target.e-disabled {
  opacity: 1 !important;
}

.e-diagram-bezier-control-handle {
  fill: #fff;
  stroke: #3f51b5;
  rx: 0px;
  ry: 0px;
}

.e-diagram-ortho-segment-handle,
.e-diagram-straight-segment-handle,
.e-diagram-bezier-segment-handle {
  fill: #fff;
  stroke: #3f51b5;
}

.e-symbolpalette .e-acrdn-content {
  background-color: #eee !important;
}

/* stylelint-enable */
.e-diagram-bezier-control-line {
  stroke: #3f51b5;
}

.e-diagram-resize-handle {
  fill: #3f51b5;
  stroke: #fff;
  rx: 0;
  ry: 0;
}

.e-diagram-helper {
  stroke: #3f51b5;
}

.e-diagram-rotate-handle {
  fill: #3f51b5;
  stroke: #3f51b5;
}

.e-diagram-selector {
  stroke: #3f51b5;
}

.e-diagram-selector.e-disabled {
  opacity: 1;
  stroke: #9e9e9e;
}

.e-diagram-selector.e-thick-border {
  stroke: #3f51b5;
  stroke-width: 2;
}

.e-diagram-selector.e-thick-border.e-diagram-lane {
  stroke: #3f51b5;
  stroke-width: 2;
}

.e-diagram-highlighter {
  stroke: #3f51b5;
  stroke-width: 2;
}

.e-diagram-selected-region {
  stroke: #3f51b5;
}

.e-diagram-pivot-line {
  stroke: #3f51b5;
}

.e-symbolpalette .e-symbol-hover:hover {
  background: #e0e0e0;
  border-radius: 4px;
}

.e-symbolpalette .e-symbol-selected {
  background: #bdbdbd;
  border-radius: 4px;
}

.e-diagram-tooltip {
  pointer-events: none;
}

.e-diagram .e-ruler {
  background: #424242;
  color: #9e9e9e;
  font-size: 10px;
}

.e-diagram .e-ruler-overlap {
  background: #424242;
}

.e-diagram .e-d-ruler-marker {
  stroke: #3f51b5;
}

.e-diagram .e-diagram-text-edit {
  background: #fff;
  border-color: #3f51b5;
  border-style: dashed;
  border-width: 1px;
  box-sizing: content-box;
  color: #000;
  min-width: 50px;
}

.e-diagram-text-edit::selection {
  background: #3f51b5;
  color: #fff;
}

.e-ruler-tick-label {
  fill: #9e9e9e;
}

.e-ruler-tick {
  stroke: #9e9e9e;
}

.e-menu-item e-blankicon {
  padding-left: 28px;
}

.e-diagram-selection-indicator {
  stroke: #3f51b5;
}

.e-diagram-selection-line {
  stroke: #3f51b5;
}

/* stylelint-disable */
.e-diagram-rotate {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
}

.e-symbolpalette-hidden {
  display: none !important;
}

.e-symbolpalette-search-hidden {
  display: none !important;
}

.e-diagramTooltip-content {
  width: auto !important;
  height: auto !important;
}

.e-diagram-blazor {
  position: relative;
  overflow: hidden;
  fill: transparent;
}

.e-diagram-blazor-vertical-linemarker {
  overflow: hidden;
  position: absolute;
}

.e-diagram-blazor-vertical-rulerlinesvg {
  position: inherit;
}

.e-diagram-blazor-horiontal-linemarker {
  overflow: hidden;
  position: absolute;
}

.e-diagram-blazor-horizontal-rulerlinesvg {
  position: inherit;
}

.e-diagram-blazor-diagramcontent {
  position: absolute;
  overflow: auto;
  background: transparent;
}

.e-diagram-blazor-diagram-adornerlayer {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
}

.e-diagram-blazor-userhandle-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
}

.e-symbolpalette-blazor {
  overflow: auto;
}

.e-symbolpalette-blazor-draggable {
  visibility: hidden;
  display: none;
}

.e-symbolpalette-blazor-preview {
  visibility: hidden;
  display: none;
}

.e-symbolpalette-blazor-preview-div {
  overflow: hidden;
  float: left;
}

.e-symbolpalette-blazor-preview-content {
  position: absolute;
}

.e-symbolpalette-blazor-input {
  width: 100%;
}

.e-diagram-blazor-searchbox-icon {
  margin-top: 10px;
  margin-right: 7px;
}

.e-symbolpalette-blazor-remove-palette {
  overflow: auto;
}

.e-symbolpalette-blazor-symbol-draggable {
  overflow: hidden;
  float: left;
}

.e-symbolpalette-blazor-symbol-draggable-svg {
  margin-left: 10px;
  margin-top: 10px;
}

.e-symbolpalette-blazor-symbol-draggable-content {
  position: absolute;
}

.e-diagram-blazor-tspan {
  user-select: none;
}

.e-diagram-blazor-ruler {
  overflow: hidden;
  position: absolute;
  font-size: 11px;
}

.e-diagram-blazor-ruler-space {
  float: left;
}

.e-diagram-blazor-ruler-svg {
  position: inherit;
}

.e-diagram-blazor-background {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
}

.e-diagram-blazor-grid-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
}

.e-diagram-blazor-diagram-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
}

.e-diagram-blazor-svg-layer {
  pointer-events: all;
}

.e-diagram-blazor-html-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
}

.e-diagram-blazor-html-layer-div {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: all;
}

.e-diagram-blazor-ports-expand-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
}

.e-diagram-blazor-ports-gparent {
  pointer-events: all;
}

.e-diagram-blazor-expander {
  pointer-events: all;
}

.e-diagram-blazor-foreign-object {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.e-diagram-blazor-html-template {
  position: absolute;
}

.e-diagram-blazor-expand-collapse-template {
  position: absolute;
  opacity: 1;
}

.e-diagram-blazor-annotation-template {
  position: absolute;
}

.e-diagram-blazor-userhandle-div {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: all;
  transform: translate(0px, 0px) scale(1);
}

.e-diagram-blazor-userhandle-template {
  position: absolute;
  transform: rotate(0deg);
  visibility: visible;
  opacity: 1;
}

.e-diagram-blazor-fixed-userhandle-template {
  position: absolute;
  transform: rotate(0deg);
  opacity: 1;
}

.e-diagram-blazor-fixed-userhandle {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: all;
  transform: translate(0px, 0px) scale(1);
}

.e-diagram-blazor-ruler-overlap {
  position: absolute;
  left: 0;
  top: 0;
}

.e-blazordiagram-tooltip {
  pointer-events: none;
}

.e-blazordiagram-tooltip .e-tooltip-close {
  pointer-events: auto;
}

.e-diagram-blazor-template-div {
  height: 100%;
  width: 100%;
}

.e-diagram-blazor-overview {
  background: transparent;
  user-select: none;
  overflow: hidden;
  height: 100%;
  width: 100%;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.e-diagram-blazor-drawing {
  position: relative;
  touch-action: none;
}

.e-diagram-blazor-overview-diagramlayer {
  position: absolute;
  left: 0px;
  top: 0px;
}

.e-diagram-blazor-overview-diagramlayer-canvas {
  position: absolute;
  left: 0px;
  top: 0px;
}

.e-diagram-blazor-overview-html-layer {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

.e-diagram-blazor-overview-html-layer-div {
  position: absolute;
  top: 0px;
  left: 0px;
}

.e-diagram-blazor-overviewsvg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.e-diagram-blazor-goverviewlayer {
  pointer-events: none;
}

.e-diagram-blazor-overviewbackrect {
  pointer-events: none;
}

.e-diagram-blazor-overviewrect {
  cursor: all-scroll;
}

.e-diagram-blazor-all {
  pointer-events: all;
}

.e-diagram-blazor-none {
  pointer-events: none;
}

/* stylelint-enable */
/* stylelint-disable */
.e-ddt {
  cursor: pointer;
  outline: none;
}
.e-ddt .e-ddt-icon::before {
  transform: rotate(0deg);
  transition: transform 300ms ease;
}
.e-ddt.e-icon-anim .e-ddt-icon::before {
  transform: rotate(180deg);
  transition: transform 300ms ease;
}
.e-ddt .e-ddt-hidden {
  border: 0;
  height: 0;
  visibility: hidden;
  width: 0;
}
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
  box-sizing: content-box;
  min-height: 22px;
}
.e-ddt.e-input-group.e-control-wrapper .e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper .e-input-group-icon.e-ddt-icon {
  border: 0;
}
.e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
  display: none;
}
.e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-clear-icon {
  bottom: 2px;
  position: absolute;
  right: 0;
}
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
  right: 18px;
}
.e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
  bottom: 2px;
  position: absolute;
  right: 0;
}
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
.e-ddt.e-input-group.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input, .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,
.e-ddt.e-input-group.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input, .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
.e-ddt.e-float-input.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input, .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,
.e-ddt.e-float-input.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input {
  padding-left: 0;
  padding-right: 0;
}
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
  display: flex;
}
.e-ddt .e-chips-wrapper {
  width: 100%;
}
.e-ddt.e-show-chip .e-chips-close {
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  text-align: center;
}
.e-ddt.e-show-chip .e-chips-close::before {
  font-size: 16px;
}
.e-ddt.e-show-chip .e-chips {
  align-items: center;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-flex;
  float: left;
  height: 24px;
  margin: 3px 1px;
  max-width: calc(100% - 2px);
  overflow: hidden;
  padding: 0 4px 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-ddt.e-show-chip .e-chips > .e-chipcontent {
  max-width: 100%;
  overflow: hidden;
  padding: 0 4px 0 4px;
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-ddt.e-outline .e-overflow.e-show-text {
  padding: 10px 12px 9px;
}
.e-ddt.e-outline .e-overflow.e-total-count {
  padding: 10px 12px;
}
.e-ddt.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon .e-clear-icon, .e-ddt.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon .e-clear-icon {
  right: 30px;
}
.e-ddt.e-outline.e-input-group.e-control-wrapper:not(.e-show-chip).e-show-dd-icon.e-input-focus .e-clear-icon, .e-ddt.e-outline.e-float-input.e-control-wrapper:not(.e-show-chip).e-show-dd-icon.e-input-focus .e-clear-icon {
  min-height: 20px;
}
.e-ddt.e-outline.e-show-chip .e-overflow,
.e-ddt.e-outline.e-show-chip .e-chips-wrapper {
  padding: 4px 12px;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper .e-overflow.e-show-text {
  line-height: 21px;
  padding: 14px 2px 5px 0;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper .e-overflow .e-remain.e-wrap-count {
  padding-top: 10px;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper:not(.e-show-chip) .e-ddt-icon, .e-ddt.e-filled.e-float-input.e-control-wrapper:not(.e-show-chip).e-show-dd-icon .e-clear-icon {
  padding-top: 8px;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
  bottom: 6px;
  right: 10px;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon, .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text .e-clear-icon {
  bottom: 5px;
  right: 38px;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip:not(.e-show-dd-icon) .e-clear-icon, .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text:not(.e-show-dd-icon) .e-clear-icon {
  bottom: 9px;
  right: 10px;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper,
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow {
  padding-top: 8px;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips,
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips {
  height: 18px;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips > .e-chipcontent,
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips > .e-chipcontent {
  font-size: 12px;
  padding: 0 4px 0 0;
}
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips-close::before,
.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips-close::before {
  font-size: 12px;
  height: 12px;
  width: 12px;
}
.e-ddt.e-filled .e-chips-wrapper .e-chips,
.e-ddt.e-filled .e-overflow .e-chips {
  margin-top: 8px;
  padding: 0 8px;
}
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-overflow.e-show-text {
  line-height: 39px;
  padding: 0;
}
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-overflow .e-remain.e-wrap-count {
  line-height: 39px;
  padding-top: 0;
}
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips,
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips {
  height: 28px;
  margin-top: 8px;
  padding: 0 8px;
}
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips > .e-chipcontent,
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips > .e-chipcontent {
  font-size: 13px;
  padding: 0 8px 0 0;
}
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips-close::before,
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips-close::before {
  font-size: 14px;
  height: 12px;
  width: 12px;
}
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-text .e-ddt-icon, .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip .e-ddt-icon {
  bottom: 10px;
  right: 10px;
}
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-clear-icon {
  bottom: 9px;
  right: 38px;
}
.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input):not(.e-show-dd-icon) .e-clear-icon {
  bottom: 9px;
  right: 10px;
}
.e-ddt .e-overflow {
  white-space: nowrap;
}
.e-ddt .e-overflow.e-show-text {
  padding: 6px 0 0 0;
}
.e-ddt .e-overflow.e-show-text.e-input-value:not(.e-icon-hide) {
  display: inline-grid;
}
.e-ddt .e-overflow.e-total-count {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-ddt .e-overflow.e-total-count .e-remain {
  padding: 0 16px 0 0;
}
.e-ddt .e-overflow.e-wrap-count {
  padding-top: 6px;
}
.e-ddt .e-overflow .e-remain {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 0 0 0 16px;
}
.e-ddt .e-overflow .e-remain.e-wrap-count {
  padding-top: 6px;
}
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
  padding: 6px 0 0 0;
}
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
  margin-right: 18px;
  max-width: calc(100% - 19px);
}
.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
  margin-right: 26px;
  max-width: calc(100% - 27px);
}
.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
  margin-right: 45px;
  max-width: calc(100% - 45px);
}
.e-ddt input[readonly],
.e-ddt .e-dropdowntree,
.e-ddt input[readonly].e-input {
  pointer-events: none;
}
.e-ddt input[readonly].e-chip-input,
.e-ddt .e-dropdowntree.e-chip-input,
.e-ddt input[readonly].e-input.e-chip-input {
  width: 0;
  visibility: hidden;
}
.e-ddt.e-popup {
  border: 1px solid transparent;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
}
.e-ddt.e-popup .e-selectall-parent {
  border-bottom: 1px solid;
  cursor: pointer;
  display: block;
  line-height: 36px;
  overflow: hidden;
  position: relative;
  text-indent: 38px;
  white-space: nowrap;
  width: 100%;
}
.e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
  display: none;
}
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
  position: relative;
  text-indent: 0;
  bottom: 0;
}
.e-ddt.e-popup .e-selectall-parent .e-all-text {
  font-family: inherit;
  font-size: 14px;
  margin: 10px;
}
.e-ddt.e-popup .e-filter-wrap {
  border-top-width: 0;
  display: block;
  padding: 0;
  border: 0;
}
.e-ddt.e-popup .e-filter-wrap .e-input,
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
  padding: 8px 16px 8px;
}
.e-ddt.e-popup .e-filter-wrap .e-input-group {
  margin-bottom: 0;
}
.e-ddt.e-popup .e-filter-wrap .e-input-group .e-clear-icon {
  margin: 6px 6px 5px;
  min-height: 12px;
  min-width: 12px;
  padding: 6px;
}
.e-ddt.e-popup .e-popup-content {
  overflow: auto;
  position: relative;
}
.e-ddt.e-popup .e-popup-content .e-ddt-nodata {
  display: none;
}
.e-ddt.e-popup .e-popup-content.e-no-data {
  cursor: default;
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  padding: 14px 16px;
}
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
  display: none;
}
.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
  display: block;
}
.e-ddt.e-popup .e-treeview {
  display: inline-table;
  width: 100%;
}
.e-ddt.e-popup .e-treeview .e-list-item {
  padding: 0;
}
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
  margin: 0;
  padding: 0 0 0 14px;
}
.e-ddt.e-popup .e-treeview .e-fullrow {
  height: 36px;
}
.e-ddt.e-popup .e-treeview > .e-ul {
  overflow: hidden;
  padding: 0 8px;
}
.e-ddt.e-popup .e-treeview.e-fullrow-wrap .e-text-content {
  padding-bottom: 2px;
  padding-top: 2px;
}
.e-ddt.e-popup .e-ddt-footer,
.e-ddt.e-popup .e-ddt-header {
  cursor: default;
}
.e-ddt.e-rtl.e-show-chip .e-chips {
  float: right;
}
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
  padding: 0 16px 0 0;
}
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain.e-wrap-count {
  padding-top: 6px;
}
.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
  position: absolute;
  right: auto;
}
.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
  padding: 0 0 0 16px;
}
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
  padding: 6px 0 0 0;
}
.e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon.e-show-text .e-clear-icon, .e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon.e-show-chip .e-clear-icon, .e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon.e-show-text .e-clear-icon, .e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon.e-show-chip .e-clear-icon {
  left: 30px;
}
.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper .e-overflow.e-show-text {
  padding: 14px 0 5px 2px;
}
.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
  left: 10px;
  right: auto;
}
.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
  left: 38px;
  right: auto;
}
.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip:not(.e-show-dd-icon) .e-clear-icon, .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text:not(.e-show-dd-icon) .e-clear-icon {
  left: 10px;
  right: auto;
}
.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips > .e-chipcontent,
.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips > .e-chipcontent {
  padding: 0 0 0 4px;
}
.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips > .e-chipcontent,
.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips > .e-chipcontent {
  padding: 0 0 0 8px;
}
.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-text .e-ddt-icon, .e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip .e-ddt-icon {
  left: 10px;
  right: auto;
}
.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon .e-clear-icon {
  left: 38px;
  right: auto;
}
.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input):not(.e-show-dd-icon) .e-clear-icon {
  left: 10px;
  right: auto;
}
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
  margin-right: 1px;
  margin-left: 18px;
}
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
  margin-right: 1px;
  margin-left: 26px;
}
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
  margin-right: 1px;
  margin-left: 45px;
}
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-clear-icon,
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,
.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text .e-clear-icon,
.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
  left: 0;
  right: auto;
}
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
  left: 18px;
}
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
  padding: 0 14px 0 0;
}
.e-ddt.e-rtl.e-popup .e-selectall-parent {
  text-indent: 38px;
}
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
  margin: 0 10px;
}
.e-ddt-icon-hide {
  display: none;
}

.e-ddt .e-chips {
  background-color: #424242;
}
.e-ddt .e-chips .e-chips-close::before {
  color: rgba(255, 255, 255, 0.7);
}
.e-ddt .e-chips > .e-chipcontent {
  color: #fff;
}
.e-ddt.e-filled .e-chips {
  background-color: #424242;
}
.e-ddt .e-overflow .e-remain {
  color: rgba(255, 255, 255, 0.7);
}
.e-ddt.e-popup {
  background: #424242;
  border-color: transparent;
}
.e-ddt.e-popup .e-popup-content.e-no-data {
  color: rgba(255, 255, 255, 0.7);
}
.e-ddt.e-popup .e-selectall-parent {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.e-ddt.e-popup .e-selectall-parent:focus {
  background: rgba(255, 255, 255, 0.1);
}
.e-ddt.e-popup .e-selectall-parent .e-all-text {
  color: #fff;
}

.e-ddt .e-ddt-icon::before {
  content: "\e969";
}
.e-ddt .e-chips-close::before {
  content: "\e7e9";
}

.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
  padding: 1px 0;
}

.e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
.e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
  padding: 0;
}

.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
  padding: 0;
}

.e-multi-select-wrapper {
  box-sizing: border-box;
  cursor: text;
  line-height: normal;
  min-height: 30px;
  padding: 0 32px 0 0;
  position: relative;
  user-select: none;
  width: 100%;
}
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
  height: 27px;
  vertical-align: middle;
}
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
  height: 100%;
  min-height: 100%;
}
.e-multi-select-wrapper .e-delim-view {
  white-space: nowrap;
}
.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
  color: #fff;
  font-size: 16px;
  left: 12px;
  top: 0;
}
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
  background-color: #3f51b5;
  color: #fff;
  padding: 12px 4px 11px 0;
}
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
  width: 0;
}
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
  height: 1px;
  min-height: 1px;
}
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
  max-width: 100%;
}

.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
  display: flex;
  float: left;
  width: auto;
}
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
  display: inline-flex;
  float: none;
}
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
  width: 0;
}
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
  display: none;
}
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
  padding: 0 48px 0 0;
}
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
  align-items: center;
  display: inline;
  max-width: 100%;
  word-break: break-word;
}
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
  align-items: center;
  cursor: pointer;
  display: none;
  flex-direction: row;
  margin-top: -2.5em;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 100%;
}
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
  display: flex;
}
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
  margin-right: 0;
  margin-top: -2.1em;
  right: 0;
}
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
  top: -1px;
}
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
  font-size: 10px;
  height: 24px;
  width: 24px;
}

.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
  float: right;
}
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
  float: none;
}
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
  left: 0;
  right: auto;
}
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
  padding: 0 0 0 48px;
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.e-multiselect.e-input-group,
.e-multiselect.e-float-input {
  word-wrap: initial;
}

.e-multiselect.e-input-group .e-searcher .e-label-top,
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
  top: 15px;
}

.e-multi-select-wrapper.e-close-icon-hide {
  padding-right: 0;
}

.e-multi-select-wrapper .e-chips-collection {
  cursor: default;
  display: block;
}

.e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
  margin-right: 30px;
}

.e-multi-select-wrapper .e-multi-hidden {
  border: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}

.e-multi-select-wrapper .e-chips {
  align-items: center;
  display: inline-flex;
  float: left;
  margin: 0 8px 6px 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 4px 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.e-multi-select-wrapper .e-chips > .e-chipcontent {
  max-width: 100%;
  overflow: hidden;
  padding: 0 4px 0 0;
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.e-multi-select-wrapper.e-delimiter .e-searcher {
  display: inline-block;
  float: none;
}

.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
  padding: 8px 4px 8px 0;
}

.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
  padding: 8px 0 8px 4px;
}

.e-multi-select-wrapper .e-chips-close {
  align-self: center;
  display: flex;
  float: right;
  font-family: "e-icons";
  height: 16px;
  margin: 0 0 0;
  width: 16px;
}

.e-rtl .e-multi-select-wrapper .e-chips-close {
  margin: 0 0 0;
}

.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
  margin: 3px 0 0;
}

.e-multi-select-wrapper .e-chips-close.e-close-hooker {
  cursor: default;
  font-size: 10px;
  height: 24px;
  margin-top: -2.5em;
  position: absolute;
  right: 5px;
  width: 24px;
  top: 100%;
}

.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
  right: 22px;
}

.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
  left: 22px;
  right: auto;
}

.e-multi-select-wrapper input[type=text] {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  height: 28px;
  min-height: 28px;
  outline: none;
  padding: 4px 0 4px 0;
  text-indent: 0;
}

.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
  background: none;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  min-height: 28px;
  outline: none;
  padding: 0;
  text-indent: 0;
}

.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
  padding: 5px;
}

/* stylelint-disable property-no-vendor-prefix */
.e-multi-select-wrapper input[type=text]::-ms-clear {
  display: none;
}

.e-multi-select-wrapper .e-searcher {
  display: block;
  float: left;
  width: auto;
}

.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 32px);
}

.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 30px);
}

.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 32px);
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 30px);
}

.e-multi-select-wrapper .e-delim-values {
  font-family: inherit;
  font-size: 14px;
  line-height: 28px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 6px;
  vertical-align: middle;
}

.e-multi-select-list-wrapper .e-hide-listitem,
.e-multi-select-list-wrapper .e-hide-group-header {
  display: none;
}

.e-multi-select-wrapper .e-delim-values .e-remain {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding-left: 16px;
}

.e-multiselect.e-disabled .e-multi-select-wrapper,
.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
  cursor: not-allowed;
}

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
  height: 40px;
  left: 0;
  margin: 0 0 0 0;
  margin-left: auto;
  position: relative;
  top: 0;
  width: 40px;
}

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
  align-self: center;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
  display: inline-flex;
  padding: 0 0 0 16px;
  width: 92%;
}

.e-multi-select-wrapper .e-ddl-disable-icon::before {
  content: "";
}

.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
  float: none;
}

.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
  padding-left: 0;
}
.e-multiselect.e-rtl .e-multi-select-wrapper {
  padding: 0 2px 0 32px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
  left: -12px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
  margin: 0;
  margin-right: auto;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
  float: right;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
  float: right;
  margin: 0 0 8px 8px;
  padding: 0 8px 0 4px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
  padding: 5px 4px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
  float: left;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
  left: 0;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
  padding: 0 4px 0 8px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
  padding: 8px 4px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
  padding: 0 8px 0 4px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
  padding: 12px 4px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  left: 22px;
  position: absolute;
  right: auto;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
  left: -4px;
}
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
  padding-right: 16px;
}

.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
  left: 19px;
}

.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
  left: -7px;
}

.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 10px;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
  padding-left: 14px;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
  padding-right: 25px;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 10px;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
}

.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
  margin-left: 12px;
  margin-right: 0;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
  margin-left: 12px;
  margin-right: 0;
}

.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
  padding-right: 0;
}

.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
  padding-right: 0;
}

.e-multi-select-list-wrapper .e-selectall-parent {
  cursor: pointer;
  display: block;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 16px;
  position: relative;
  text-indent: 17px;
  white-space: nowrap;
  width: 100%;
}

.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
  padding-left: 16px;
  padding-right: 0;
}

.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}

.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 10px;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
}

.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
  margin-left: 12px;
  margin-right: 0;
}

.e-multiselect .e-input-group-icon.e-ddl-icon {
  float: right;
  margin-top: 6px;
}

.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
  float: left;
}

.e-multiselect .e-ddl-icon::before {
  transform: rotate(0deg);
  transition: transform 300ms ease;
}

.e-multiselect.e-icon-anim .e-ddl-icon::before {
  transform: rotate(180deg);
  transition: transform 300ms ease;
}

.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-multiselect .e-multi-select-wrapper.e-down-icon {
  padding: 0;
}

.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
  padding: 8px;
}

.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
  padding-left: 8px;
  padding-right: 8px;
}

.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
  padding: 0 8px;
}

.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
  line-height: 20px;
  padding-left: 10px;
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
  opacity: 0.3;
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
  opacity: 0.7;
}

.e-multi-select-wrapper input[readonly=true] {
  pointer-events: none;
}

.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
  pointer-events: none;
}

ejs-multiselect {
  display: block;
}

.e-small.e-multi-select-list-wrapper .e-selectall-parent,
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
  line-height: 26px;
}

.e-small .e-multi-select-wrapper .e-chips-close {
  height: 14px;
  width: 14px;
}

.e-small .e-multi-select-wrapper {
  min-height: 24px;
}

.e-small .e-multi-select-wrapper input[type=text] {
  height: 26px;
  min-height: 26px;
}

.e-small .e-multi-select-wrapper .e-delim-values {
  font-size: 12px;
  line-height: 26px;
}

.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
  margin-top: -2.5em;
}

.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
  margin-top: -1.8em;
}

.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
  background-size: 300px 33px;
  min-height: 33px;
}

.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
  color: inherit;
  font-size: inherit;
  min-height: 34px;
  padding: 8px 12px 9px;
}

.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
  padding: 8px 12px 9px;
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
  font-size: inherit;
  min-height: 30px;
  padding: 7px 10px;
}

.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
  padding: 7px 10px;
}

.e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 30px;
  padding: 3px 38px 1px 0;
}

.e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 34px;
  padding: 3px 38px 1px 0;
}

.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
  padding-right: 0;
}

.e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
  padding-left: 0;
}

.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
  padding: 3px 0 1px 38px;
}

.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
  padding-left: 0;
}

.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
  padding-right: 0;
}

.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 34px;
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 30px;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  font-size: 14px;
  line-height: 34px;
  padding: 0 0 0 12px;
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  font-size: 13px;
  line-height: 30px;
  padding: 0 0 0 8px;
}

.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  padding: 0 12px 0 0;
}

.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  padding: 0 8px 0 0;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  height: 26px;
  margin: 4px 0 4px 8px;
  padding: 0 8px;
}

.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  margin: 4px 8px 4px 0;
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  height: 24px;
  padding: 0 8px;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
  padding: 0 8px 0 0;
}

.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
  padding: 0 0 0 8px;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
  font-size: 13px;
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
  font-size: 12px;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
  align-items: normal;
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
  font-size: 14px;
}

.e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
  font-size: 13px;
}

.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
  padding: 0 12px 0 8px;
}

.e-multiselect.e-filled.e-input-group.e-control-wrapper {
  padding: 0;
}

.e-filled.e-float-input .e-multi-select-wrapper {
  padding: 11px 12px 0;
}

.e-small.e-filled.e-float-input .e-multi-select-wrapper,
.e-small .e-filled.e-float-input .e-multi-select-wrapper {
  padding: 12px 12px 0 8px;
}

.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
  padding: 0;
}

.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
  min-height: 39px;
  padding-right: 10px;
}

.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
  min-height: 32px;
}

.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
  height: 22px;
  min-height: 22px;
  padding: 2px;
}

.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 39px;
}

.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 32px;
}

.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 22px;
}

.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
  min-height: 28px;
}

.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
  font-size: 13px;
  line-height: 39px;
}

.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
  font-size: 14px;
  line-height: 28px;
}

.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
  font-size: 13px;
  line-height: 32px;
}

.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
  line-height: 22px;
}

.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  height: 28px;
}

.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  height: 24px;
}

.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
  height: 18px;
}

.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  margin: 8px 8px 0 0;
  padding: 0 8px;
}

.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  margin: 8px 0 0 8px;
  padding: 0 8px;
}

.e-small .e-filled .e-multi-select-wrapper .e-chips,
.e-small.e-filled .e-multi-select-wrapper .e-chips {
  height: 16px;
  margin: 4px 4px 0 0;
  padding-right: 8px;
}

.e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
  margin: 4px 0 0 4px;
}

.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
  height: 12px;
  width: 12px;
}

.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
  font-size: 13px;
  padding: 0 8px 0 0;
}

.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
  font-size: 12px;
}

.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
  font-size: 12px;
  padding: 0 4px 0 0;
}

.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
  padding: 0 0 0 4px;
}

.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
  font-size: 10px;
}

.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
  font-size: 13px;
  padding-right: 4px;
}

.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
  height: 38px;
  margin-top: -38px;
  right: 12px;
  top: 100%;
  width: 16px;
}

.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
  display: none;
}

.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-right: 0;
}

.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
  cursor: not-allowed;
}

.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
  cursor: pointer;
}

.e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
  height: 15px;
  position: absolute;
  width: 15px;
}

.e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
  background: transparent;
  color: rgb(221, 218, 218);
}

.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
  color: #fff;
}

.e-multi-select-wrapper .e-chips.e-chip-selected {
  background-color: #424242;
}

.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.e-multiselect {
  box-sizing: border-box;
}

/* stylelint-disable property-no-vendor-prefix */
.e-multi-select-wrapper .e-chips > .e-chipcontent {
  -webkit-text-fill-color: #fff;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
}

.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
  color: #fff;
}

.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
  color: #fff;
}

.e-multi-select-wrapper .e-chips {
  background-color: #424242;
  border-radius: 16px;
  height: 24px;
}

.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
  color: #fff;
}

.e-multi-select-wrapper .e-chips .e-chips-close::before {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
  background-color: #3f51b5;
  border-radius: 2px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
  color: #fff;
}

.e-multi-select-wrapper .e-chips.e-mob-chip {
  height: 28px;
}

.e-popup.e-multi-select-list-wrapper {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
  box-sizing: content-box;
  overflow: initial;
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #424242;
  border-right: 1px solid #424242;
  border-top: 1px solid #fff;
}

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
  color: #fff;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
  color: #fff;
}

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
  border-bottom: 1px solid transparent;
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
  border-top: 1px solid transparent;
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
  background-color: #424242;
  box-shadow: none;
  color: #00b0ff;
  border: 1px solid transparent;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
  background-color: #424242;
  box-shadow: none;
  color: #00b0ff;
  border: 1px solid transparent;
}

.e-popup.e-multi-select-list-wrapper .e-list-item {
  border: 1px solid transparent;
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
  border: 1px solid transparent;
}

.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
  /* stylelint-disable-line selector-no-vendor-prefix */
  color: rgba(255, 255, 255, 0.42);
}

.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
  /* stylelint-disable-line selector-no-vendor-prefix */
  color: rgba(255, 255, 255, 0.42);
}

.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
  /* stylelint-disable-line selector-no-vendor-prefix */
  color: rgba(255, 255, 255, 0.42);
}

.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
  /* stylelint-disable-line selector-no-vendor-prefix */
  color: rgba(255, 255, 255, 0.42);
}

.e-ul.e-reorder {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.e-multi-select-list-wrapper .e-selectall-parent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.e-multi-select-wrapper .e-delim-values {
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.e-multi-select-wrapper .e-chips-close.e-close-hooker {
  color: #fff;
}

.e-small .e-multi-select-wrapper .e-chips {
  height: 20px;
}

.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
  font-size: 12px;
}

.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 14px;
}

.e-small .e-multi-select-wrapper .e-close-hooker::before {
  left: 6px;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  background-color: #424242;
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
  background-color: #424242;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
  background-color: #616161;
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
  background-color: #616161;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
  background-color: #c7c7c7;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
  background-color: #c7c7c7;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
  color: #fff;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
  color: #fff;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  color: #fff;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
  color: rgba(255, 255, 255, 0.87);
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
  color: rgba(255, 255, 255, 0.7);
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
  color: #fff;
}

.e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
.e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
  color: rgba(255, 255, 255, 0.87);
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
  color: rgba(0, 0, 0, 0.6);
}

.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  color: rgba(0, 0, 0, 0.38);
}

.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}

.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
  background-color: #f5f5f5;
}

.e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
  background-color: #3f51b5;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
  width: 33px;
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
  color: #fff;
}

.e-multiselect.e-input-group .e-ddl-icon::before {
  content: "\e969";
  font-family: "e-icons";
}

.e-multi-select-wrapper .e-chips .e-chips-close::before {
  content: "\e7e9";
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}

.e-multi-select-wrapper .e-close-hooker::before {
  content: "\e7a7";
  cursor: pointer;
  left: 6px;
  position: relative;
  top: 6px;
}

.e-multiselect.e-input-group .e-ddl-disable-icon::before {
  content: "";
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 38px;
  margin-top: -38px;
  right: 18px;
  top: 100%;
  width: 32px;
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 38px;
  margin-top: -35px;
  right: 18px;
  top: 100%;
  width: 32px;
}

.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  right: 30px;
}

.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  right: 30px;
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 34px;
  margin-top: -35px;
  right: 16px;
  top: 100%;
  width: 14px;
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  right: 48px;
}

.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  left: 52px;
  right: auto;
}

.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  left: 48px;
  right: auto;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
  content: "\e208";
  font-size: 16px;
  height: 16px;
  margin-top: -8px;
  top: 50%;
}

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
  content: "\e208";
  font-size: 14px;
  height: 14px;
  margin-top: -7px;
  top: 50%;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 14px;
}

.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 13px;
}

.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 7px 12px 9px 0;
}

.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 6px 10px 8px 0;
}

.e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 7px 0 9px 12px;
}

.e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 6px 0 8px 10px;
}

.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
  height: 20px;
  margin-top: -33px;
  right: 18px;
  width: 20px;
}

.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
  margin-top: -32px;
}

.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 18px;
  margin: -29px 0 8px;
  width: 18px;
}

.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
  margin-top: -26px;
}

.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
  height: 14px;
  width: 14px;
}

.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
  height: 10px;
  width: 10px;
}

.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 12px;
  height: 12px;
  width: 12px;
}

.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 10px;
  height: 10px;
  width: 10px;
}

.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 14px;
  height: 14px;
  width: 14px;
}

.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
  content: "\e208";
  font-size: 16px;
  height: 16px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
  font-size: 14px;
  height: 14px;
  width: 14px;
}

.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  left: 10px;
  right: auto;
}

.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  left: 6px;
  right: auto;
}

.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 10px 0 9px;
}

.e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 0 8px 8px 0;
  padding: 0;
}

.e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  height: 18px;
  margin: 7px 0 2px;
  width: 18px;
}

.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 0 12px 4px 0;
}

.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
  font-size: 14px;
  height: 14px;
  width: 14px;
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before {
  content: "";
}

.e-popup.e-multi-select-list-wrapper.e-resize .e-icons.e-resizer-right::before {
  content: "\eb05";
}

/* stylelint-disable property-no-vendor-prefix */
.e-listbox-wrapper,
.e-listbox-container,
.e-listboxtool-wrapper {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: relative;
  user-select: none;
  width: 100%;
}
.e-listbox-wrapper *,
.e-listbox-container *,
.e-listboxtool-wrapper * {
  box-sizing: border-box;
}
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
.e-listbox-container .e-list-wrap:focus-visible,
.e-listbox-container:focus,
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
.e-listboxtool-wrapper:focus {
  outline: none;
}
.e-listbox-wrapper.e-disabled,
.e-listbox-container.e-disabled,
.e-listboxtool-wrapper.e-disabled {
  cursor: default;
  pointer-events: none;
}
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
.e-listbox-container:not(.e-list-template) .e-list-nrt,
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
  text-align: center;
}
.e-listbox-wrapper .e-list-parent,
.e-listbox-container .e-list-parent,
.e-listboxtool-wrapper .e-list-parent {
  height: 100%;
  min-height: 36px;
}
.e-listbox-wrapper .e-list-item,
.e-listbox-container .e-list-item,
.e-listboxtool-wrapper .e-list-item {
  border-bottom: 0 solid;
  outline: none;
}
.e-listbox-wrapper .e-list-item.e-disabled,
.e-listbox-container .e-list-item.e-disabled,
.e-listboxtool-wrapper .e-list-item.e-disabled {
  pointer-events: none;
}
.e-listbox-wrapper .e-disable,
.e-listbox-container .e-disable,
.e-listboxtool-wrapper .e-disable {
  opacity: 0.7;
}
.e-listbox-wrapper .e-list-parent,
.e-listbox-container .e-list-parent,
.e-listboxtool-wrapper .e-list-parent {
  margin: 0;
  padding: 0;
}
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
.e-listbox-container .e-list-header .e-text.header,
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
.e-listboxtool-wrapper .e-list-header .e-text.header,
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
  display: none;
}
.e-listbox-wrapper .e-icon-back,
.e-listbox-container .e-icon-back,
.e-listboxtool-wrapper .e-icon-back {
  margin-top: 2px;
}
.e-listbox-wrapper .e-list-header,
.e-listbox-container .e-list-header,
.e-listboxtool-wrapper .e-list-header {
  align-items: center;
  border-bottom: 1px solid;
  display: flex;
  font-weight: bold;
  height: 48px;
  padding: 0 16px;
}
.e-listbox-wrapper .e-has-header > .e-view,
.e-listbox-container .e-has-header > .e-view,
.e-listboxtool-wrapper .e-has-header > .e-view {
  top: 45px;
}
.e-listbox-wrapper .e-but-back,
.e-listbox-container .e-but-back,
.e-listboxtool-wrapper .e-but-back {
  cursor: pointer;
  padding-right: 30px;
}
.e-listbox-wrapper .e-list-group-item:first-child,
.e-listbox-container .e-list-group-item:first-child,
.e-listboxtool-wrapper .e-list-group-item:first-child {
  border: 0;
  border-bottom: 0 solid transparent;
}
.e-listbox-wrapper .e-list-group-item,
.e-listbox-container .e-list-group-item,
.e-listboxtool-wrapper .e-list-group-item {
  border-bottom: 0 solid transparent;
  border-top: 1px solid;
  font-weight: 600;
  height: 36px;
  line-height: 16px;
  padding: 11px 16px;
}
.e-listbox-wrapper .e-icon-collapsible,
.e-listbox-container .e-icon-collapsible,
.e-listboxtool-wrapper .e-icon-collapsible {
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.e-listbox-wrapper .e-text-content,
.e-listbox-container .e-text-content,
.e-listboxtool-wrapper .e-text-content {
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.e-listbox-wrapper .e-text-content *,
.e-listbox-container .e-text-content *,
.e-listboxtool-wrapper .e-text-content * {
  display: inline-block;
  vertical-align: middle;
}
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
.e-listbox-container .e-text-content.e-checkbox .e-list-text,
.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
  width: calc(100% - 40px);
}
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
  width: calc(100% - 90px);
}
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
  width: calc(100% - 80px);
}
.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
.e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
.e-listboxtool-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
  width: calc(100% - 92px);
}
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
.e-listbox-container .e-checkbox .e-checkbox-left,
.e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
  margin: -2px 10px 0 0;
}
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
.e-listbox-container .e-checkbox .e-checkbox-right,
.e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
  margin: -2px 0 0 10px;
}
.e-listbox-wrapper .e-list-text,
.e-listbox-container .e-list-text,
.e-listboxtool-wrapper .e-list-text {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
}
.e-listbox-wrapper .e-list-icon + .e-list-text, .e-listbox-wrapper .e-icon-wrapper .e-list-text, .e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
.e-listbox-container .e-list-icon + .e-list-text,
.e-listbox-container .e-icon-wrapper .e-list-text,
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
  width: calc(100% - 60px);
}
.e-listbox-wrapper .e-list-icon,
.e-listbox-container .e-list-icon,
.e-listboxtool-wrapper .e-list-icon {
  height: 30px;
  margin-right: 16px;
  width: 30px;
}
.e-listbox-wrapper .e-content,
.e-listbox-container .e-content,
.e-listboxtool-wrapper .e-content {
  overflow: hidden;
  position: relative;
}
.e-listbox-wrapper .e-list-header .e-text,
.e-listbox-container .e-list-header .e-text,
.e-listboxtool-wrapper .e-list-header .e-text {
  cursor: pointer;
  text-indent: 0;
}
.e-listbox-wrapper .e-text .e-headertext,
.e-listbox-container .e-text .e-headertext,
.e-listboxtool-wrapper .e-text .e-headertext {
  display: inline-block;
  line-height: 15px;
}
.e-listbox-wrapper.e-rtl,
.e-listbox-container.e-rtl,
.e-listboxtool-wrapper.e-rtl {
  direction: rtl;
}
.e-listbox-wrapper.e-rtl .e-list-icon,
.e-listbox-container.e-rtl .e-list-icon,
.e-listboxtool-wrapper.e-rtl .e-list-icon {
  margin-left: 16px;
  margin-right: 0;
}
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
.e-listbox-container.e-rtl .e-icon-collapsible,
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
  left: 0%;
  right: initial;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
.e-listbox-container.e-rtl .e-list-header .e-text,
.e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
  cursor: pointer;
}
.e-listbox-wrapper.e-rtl .e-but-back,
.e-listbox-container.e-rtl .e-but-back,
.e-listboxtool-wrapper.e-rtl .e-but-back {
  transform: rotate(180deg);
}
.e-listbox-wrapper.e-rtl .e-icon-back,
.e-listbox-container.e-rtl .e-icon-back,
.e-listboxtool-wrapper.e-rtl .e-icon-back {
  margin-top: -2px;
}
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
.e-listbox-container.e-rtl .e-checkbox-wrapper,
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
  margin: -2px 0 0 10px;
}
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
  margin: -2px 10px 0 0;
}
.e-listbox-wrapper .e-checkbox-wrapper,
.e-listbox-container .e-checkbox-wrapper,
.e-listboxtool-wrapper .e-checkbox-wrapper {
  margin: -2px 10px 0 0;
  text-indent: 0;
  vertical-align: middle;
}
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
  position: absolute;
  right: 0;
  top: 30%;
}
.e-listbox-wrapper .e-input-group,
.e-listbox-container .e-input-group,
.e-listboxtool-wrapper .e-input-group {
  padding: 4px 8px;
}
.e-listbox-wrapper .e-input-focus,
.e-listbox-container .e-input-focus,
.e-listboxtool-wrapper .e-input-focus {
  padding: 4px 4px 4px 8px;
}
.e-listbox-wrapper .e-hidden-select,
.e-listbox-container .e-hidden-select,
.e-listboxtool-wrapper .e-hidden-select {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.e-listbox-wrapper .e-placeholder,
.e-listbox-container .e-placeholder,
.e-listboxtool-wrapper .e-placeholder {
  background-color: #00b0ff;
  display: block;
  height: 1px;
}

ejs-listbox {
  display: block;
}

.e-listbox-wrapper:not(.e-listbox-container),
.e-listbox-wrapper.e-filter-list .e-list-parent {
  overflow: auto;
}

.e-listbox-wrapper.e-sortableclone,
.e-listbox-container.e-sortableclone,
.e-listboxtool-wrapper.e-sortableclone {
  border-width: 0;
  overflow: visible;
}
.e-listbox-wrapper.e-sortableclone .e-list-item,
.e-listbox-container.e-sortableclone .e-list-item,
.e-listboxtool-wrapper.e-sortableclone .e-list-item {
  list-style-type: none;
  height: 38px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-listbox-wrapper.e-sortableclone .e-ripple,
.e-listbox-container.e-sortableclone .e-ripple,
.e-listboxtool-wrapper.e-sortableclone .e-ripple {
  overflow: visible;
}
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
  display: none;
}
.e-listbox-wrapper.e-sortableclone .e-list-badge,
.e-listbox-container.e-sortableclone .e-list-badge,
.e-listboxtool-wrapper.e-sortableclone .e-list-badge {
  align-items: center;
  background-color: #00b0ff;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 22px;
}

.e-listboxtool-wrapper.e-sortableclone {
  display: block;
}

.e-listboxtool-wrapper,
.e-listboxtool-container {
  cursor: pointer;
  display: flex;
}
.e-listboxtool-wrapper *,
.e-listboxtool-container * {
  box-sizing: border-box;
}
.e-listboxtool-wrapper.e-disabled,
.e-listboxtool-container.e-disabled {
  cursor: default;
  pointer-events: none;
}
.e-listboxtool-wrapper .e-listbox-wrapper,
.e-listboxtool-wrapper .e-list-wrap,
.e-listboxtool-container .e-listbox-wrapper,
.e-listboxtool-container .e-list-wrap {
  flex: 1;
}
.e-listboxtool-wrapper.e-right .e-listbox-tool,
.e-listboxtool-container.e-right .e-listbox-tool {
  margin-left: 15px;
}
.e-listboxtool-wrapper.e-left .e-listbox-tool,
.e-listboxtool-container.e-left .e-listbox-tool {
  margin-right: 15px;
}
.e-listboxtool-wrapper .e-listbox-tool,
.e-listboxtool-container .e-listbox-tool {
  border: 1px solid #616161;
  overflow: auto;
  padding: 8px;
}
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
.e-listboxtool-container .e-listbox-tool .e-btn {
  display: list-item;
  list-style-type: none;
  margin-bottom: 10px;
}
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
  position: absolute;
  right: 0;
  top: 30%;
}

.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
  margin-right: 15px;
}
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
  margin-left: 15px;
}

.e-listbox-wrapper:not(.e-list-template) .e-list-item,
.e-listbox-wrapper .e-list-nrt,
.e-listbox-wrapper .e-selectall-parent,
.e-listbox-container:not(.e-list-template) .e-list-item,
.e-listbox-container .e-list-nrt,
.e-listbox-container .e-selectall-parent,
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
  height: 36px;
  line-height: 1;
  padding: 11px 16px;
  position: relative;
}
.e-listbox-wrapper .e-list-icon,
.e-listbox-container .e-list-icon,
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  padding-bottom: 2px;
}

.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
.e-small .e-listbox-container.e-filter-list .e-list-parent {
  height: calc(100% - 45px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
  height: calc(100% - 48px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
  height: calc(100% - 48px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
  height: calc(100% - 83px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-wrapper,
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
.e-listboxtool-container.e-listbox-container .e-ul {
  border: 1px solid #616161;
}

.e-listbox-wrapper,
.e-listbox-container,
.e-listboxtool-wrapper {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
}
.e-listbox-wrapper .e-list-header,
.e-listbox-container .e-list-header,
.e-listboxtool-wrapper .e-list-header {
  background-color: #424242;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

.e-listbox-wrapper.e-filter-list .e-list-parent,
.e-listbox-container.e-filter-list .e-list-parent,
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
  height: calc(100% - 48px);
}

.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
  height: calc(100% - 36px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
.e-listbox-container .e-selectall-parent + .e-list-parent,
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
  height: calc(100% - 36px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-wrapper .e-list-item,
.e-listbox-container .e-list-item,
.e-listboxtool-wrapper .e-list-item {
  background-color: #303030;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  color: #fff;
}

.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
  background-color: #424242;
  border-color: transparent;
  color: #fff;
}

.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
.e-listbox-container .e-list-item.e-selected.e-checklist,
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
  background-color: #303030;
  color: #fff;
}

.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
.e-listbox-container .e-list-item.e-focused,
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
.e-listbox-container .e-list-item.e-selected,
.e-listboxtool-wrapper .e-list-item.e-focused,
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
.e-listboxtool-wrapper .e-list-item.e-selected {
  background-color: #616161;
  color: #fff;
}

.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: #00b0ff;
  border-color: transparent;
  color: #000;
}

.e-listbox-wrapper .e-list-group-item,
.e-listbox-container .e-list-group-item,
.e-listboxtool-wrapper .e-list-group-item {
  background-color: #424242;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.e-listbox-wrapper .e-selectall-parent,
.e-listbox-container .e-selectall-parent,
.e-listboxtool-wrapper .e-selectall-parent {
  background-color: #303030;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
  background-color: transparent;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper,
.e-listbox-container.e-list-template .e-list-wrapper,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
  height: inherit;
  position: relative;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
  padding: 0.2667em 1.0666em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
  padding: 1.0666em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding: 0.115em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 0.115em 0;
  word-wrap: break-word;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
  height: 2.6667em;
  left: 1.0667em;
  position: absolute;
  width: 2.6667em;
  left: 1.0667em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
  padding-left: 4.8em;
  padding-right: 1.0666em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
  padding-left: 1.0666em;
  padding-right: 4.8em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  height: 2.6667em;
  left: 1.0667em;
  position: absolute;
  width: 2.6667em;
  right: 1.0667em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  top: 1.0666em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
  font-size: 12px;
  height: 1.6666em;
  line-height: 1.8666em;
  padding: 0;
  position: absolute;
  right: 1.33em;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
  padding-left: 4.8em;
  padding-right: 4.1333em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
  padding-left: 1.0666em;
  padding-right: 4.1333em;
}
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0.72em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
  color: #fff;
}
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
  color: #fff;
}
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
  left: inherit;
  right: 1.0667em;
}
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
  padding-left: 1.0666em;
  padding-right: 4.8em;
}
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
  padding-left: 4.8em;
  padding-right: 1.0666em;
}
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  left: 1.0667em;
  right: inherit;
}
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
  left: 1.33em;
  right: inherit;
}
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
  padding-left: 4.1333em;
  padding-right: 4.8em;
}
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
  padding-left: 4.1333em;
  padding-right: 1.0666em;
}

.e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
  height: 100%;
}

.e-listbox-container.e-filter-list .e-list-wrap {
  height: calc(100% - 43px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
  height: calc(100% - 36px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-container .e-selectall-parent + .e-list-wrap {
  height: calc(100% - 36px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-listbox-tool .e-moveup::before {
  content: "\e651";
}

.e-listbox-tool .e-movedown::before {
  content: "\e652";
}

.e-listbox-tool .e-moveto::before {
  content: "\e653";
}

.e-listbox-tool .e-movefrom::before {
  content: "\e654";
}

.e-listbox-tool .e-moveallto::before {
  content: "\e655";
}

.e-listbox-tool .e-moveallfrom::before {
  content: "\e656";
}

.e-de-dlg-container {
  padding-bottom: 12px;
}

.e-de-dlg-row {
  display: flex;
}

.e-de-svg-border-color {
  stroke: #fff;
}

.e-de-svg-border-fill-color {
  fill: #fff;
}

.e-de-container-row {
  display: flex;
  padding-bottom: 12px;
}

.e-de-subcontainer-left {
  padding-right: 6px;
  width: 50%;
}

.e-de-subcontainer-right {
  padding-left: 6px;
  width: 50%;
}

.e-de-dlg-tab-first-child {
  padding-top: 6px;
}

.e-de-dlg-heading {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.e-rtl .e-de-subcontainer-left {
  padding-left: 6px;
  padding-right: 0;
}
.e-rtl .e-de-subcontainer-right {
  padding-left: 0;
  padding-right: 6px;
  width: 50%;
}

.e-de-blink-cursor {
  border-left: 1px solid rgba(0, 0, 0, 0.87);
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.e-de-cursor-animation {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: FadeInFadeOut;
}

@keyframes FadeInFadeOut {
  from {
    opacity: 1;
  }
  13% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  63% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.e-de-text-target {
  border: 0;
  height: 1px;
  opacity: 0;
  outline-style: none;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: -10000px;
  width: 625px;
}

.e-de-txt-form .e-de-txt-field {
  display: block;
}
.e-de-txt-form .e-de-num-field {
  display: none;
}
.e-de-txt-form .e-de-date-field {
  display: none;
}
.e-de-txt-form .e-de-ddl-field {
  display: none;
}

.e-de-num-form .e-de-txt-field {
  display: none;
}
.e-de-num-form .e-de-num-field {
  display: block;
}
.e-de-num-form .e-de-date-field {
  display: none;
}
.e-de-num-form .e-de-ddl-field {
  display: none;
}

.e-de-date-form .e-de-txt-field {
  display: none;
}
.e-de-date-form .e-de-num-field {
  display: none;
}
.e-de-date-form .e-de-date-field {
  display: block;
}
.e-de-date-form .e-de-ddl-field {
  display: none;
}

.e-de-ddl-form .e-de-txt-field {
  display: none;
}
.e-de-ddl-form .e-de-num-field {
  display: none;
}
.e-de-ddl-form .e-de-date-field {
  display: none;
}
.e-de-ddl-form .e-de-ddl-field {
  display: block;
}

.e-documenteditor .e-de-op-close-button {
  left: 267px;
  position: absolute;
  top: 8px;
}
.e-documenteditor .e-de-op-close-button.e-de-rtl {
  left: 14px;
}

/* stylelint-disable */
.e-de-background {
  background-color: #212121;
}

.e-de-column-label {
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
}

.e-de-para-tab {
  float: left;
}

.e-de-para-tab.e-rtl {
  float: right;
}

.e-de-column-label.e-de-rtl {
  font-size: 12px;
  font-weight: normal;
  padding-left: 50px;
  padding-right: 50px;
}

.e-de-font-dlg-display {
  display: inline-flex;
}

.e-de-ff-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
}

.e-de-check-exactnumbr-width {
  width: 80px !important;
}

.e-de-ff-dlg-heading {
  display: block;
  font-weight: 400;
  margin-bottom: 12px;
}

.e-de-ff-dlg-heading-small {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}

.e-de-ff-dlg-drpdwn-heading {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.e-de-ff-dlg-check {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -2px;
}

.e-de-div-seperate-dlg {
  display: inline-flex;
  margin-bottom: 15.5px;
  width: 100%;
}

.e-de-ff-radio-div {
  display: inline-flex;
  margin-right: 16px;
}

.e-de-ff-radio-div.e-de-rtl {
  margin-left: 16px;
  margin-right: 0;
}

.e-de-ff-radio-scnd-div {
  display: inline-flex;
  margin-bottom: 18px;
  margin-right: 16px;
}

.e-de-ff-radio-scnd-div.e-de-rtl {
  margin-left: 16px;
  margin-right: 0;
}

.e-de-ff-dlg-lft-hlf {
  margin-right: 5%;
  width: 47.5%;
}

.e-de-ff-dlg-lft-hlf.e-de-rtl {
  margin-left: 5%;
  margin-right: 0;
}

.e-de-ff-chck-exact {
  margin-left: 15px;
  margin-top: -6px;
}

.e-de-ff-chck-exact.e-de-rtl {
  margin-left: 0;
  margin-right: 15px;
}

.e-de-ff-dlg-rght-hlf {
  width: 47.5%;
}

.e-de-ff-drpdwn-dlg-scndiv {
  display: inline-flex;
  height: 168px;
  margin-bottom: 16px;
  width: 100%;
}

.e-de-cmt-avatar {
  align-items: center;
  display: flex;
  width: 90%;
}

.e-de-ff-cmt-avatar {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 12px;
  opacity: 100%;
  user-select: none;
  width: 24px;
  z-index: 1;
}

.e-de-ff-drpdwn-listview {
  margin-right: 12px;
  width: 100%;
}

.e-de-ff-drpdwn-listview.e-de-rtl {
  margin-left: 12px;
  margin-right: 0;
}

.e-de-ff-drpdwn-mvup {
  margin-right: 8px;
}

.e-de-ff-drpdwn-mvup.e-de-rtl {
  margin-left: 8px;
  margin-right: 0;
}

.e-de-drp-dwn-frst-div {
  margin-bottom: 23.5px;
  width: 47.5%;
}

.e-de-result-list-block .e-de-search-result-hglt {
  background: transparent;
  border-bottom: 2px solid #bdbdbd;
  cursor: default;
  padding: 20px 1px 20px 5px;
}

.e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
  color: #3f51b5;
}

.e-de-search-result-item {
  cursor: default;
  padding: 20px 1px 20px 5px;
  word-break: break-word;
}

.e-de-search-result-item:hover {
  border-bottom: 1px solid #bdbdbd;
  cursor: default;
}

.e-de-search-result-item:focus {
  border-bottom: 2px solid #bdbdbd;
  cursor: default;
  padding: 20px 1px 20px 5px;
}

.e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.e-de-op-search-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}

.e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}

.e-de-op-search-close-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}

.e-spin-down:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}

.e-spin-down:hover {
  background: rgba(255, 255, 255, 0.1);
}

.e-spin-up:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}

.e-spin-up:hover {
  background: rgba(255, 255, 255, 0.1);
}

.e-de-toc-dlg-heading {
  display: block;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.e-de-toc-dlg-main-heading {
  color: #9e9e9e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor {
  background-size: 100%;
}

.e-de-toc-reset-button {
  margin-top: 10px;
}

.e-de-toc-reset-button.e-de-rtl {
  margin-right: 0;
}

.e-de-toc-modify-button {
  margin-left: 150px;
  margin-top: 10px;
}

.e-de-toc-modify-button.e-de-rtl {
  margin-left: 0;
  margin-right: 150px;
}

.e-de-toc-dlg-container {
  height: 471px;
  width: 520px;
}

.e-de-toc-dlg-sub-container {
  margin-bottom: 20px;
}

.e-de-toc-list-view {
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 12px;
  height: 200px;
  overflow-y: scroll;
}

.e-de-toc-list-view.e-de-rtl {
  margin-left: 0;
}

.e-de-toc-dlg-sub-heading {
  color: #9e9e9e;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 15px 5px 15px;
}

.e-de-toc-dlg-style-label {
  margin-left: 45px;
  margin-top: 58px;
}

.e-de-toc-dlg-style-label .e-de-rtl {
  margin-left: 0;
  margin-right: 45px;
}

.e-de-pagesetup-dlg-container {
  height: 246px;
  width: 356px;
}

.e-de-page-setup-ppty-tab {
  border: 0;
}

.e-de-page-setup-dlg-sub-container {
  margin-bottom: 25px;
}

.e-de-page-setup-dlg-left-sub-container {
  float: left;
  position: relative;
  top: 17px;
}

.e-de-page-setup-dlg-left-sub-container.e-de-rtl {
  float: right;
}

.e-de-page-setup-dlg-right-sub-container {
  float: right;
  position: relative;
  top: 17px;
}

.e-de-page-setup-dlg-right-sub-container.e-de-rtl {
  float: left;
}

.e-de-page-setup-dlg-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 8px;
}

.e-de-page-setup-dlg-sub-title-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 12px;
}

.e-de-page-setup-dlg-sub-container-port {
  height: 40px;
  margin-bottom: 25px;
}

.e-de-page-setup-dlg-sub-label {
  font-size: 13px;
  font-weight: 500;
}

.e-de-page-setup-dlg-orientation-prop {
  margin-top: 13px;
}

.e-de-page-setup-dlg-sub-size-container {
  height: 65px;
  margin-bottom: 20px;
}

.e-de-page-setup-dlg-layout-sub-container {
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  top: 17px;
}

.e-de-page-setup-dlg-first-page-prop {
  margin-bottom: 8px;
}

.e-de-page-setup-dlg-first-page-prop .e-label,
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
  font-size: 12px;
}

.e-de-page-setup-dlg-first-page-prop .e-frame,
.e-de-page-setup-dlg-odd-or-even-prop .e-frame {
  height: 18px;
  line-height: 10px;
  width: 18px;
}

.e-de-page-setup-dlg-left-layout-container {
  float: left;
  position: relative;
  top: 10px;
}

.e-de-page-setup-dlg-left-layout-container.e-de-rtl {
  float: right;
}

.e-de-page-setup-dlg-right-layout-container {
  float: right;
  position: relative;
  top: 10px;
}

.e-de-page-setup-dlg-right-layout-container.e-de-rtl {
  float: left;
}

.e-de-dlg-footer .e-btn {
  margin-left: 10px;
}

.e-de-hyperlink-dlg-title {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 8px;
}

.e-de-hyperlink .e-de-hyperlink-dlg-input {
  height: 16px;
  margin-bottom: 20px;
  width: 230px;
}

.e-de-font-dlg-header {
  display: flex;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}

.e-de-font-dlg-header-effects,
.e-de-font-dlg-header-font-color {
  display: flex;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}

.e-de-font-dlg-main-header {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: normal;
  margin-right: 15px;
}

.e-de-font-dlg-cb-right {
  margin-left: 40px;
}

.e-de-font-dlg-cb-right.e-de-rtl {
  margin-left: 0;
  margin-right: 40px;
}

.e-de-font-dlg-cb-right-div {
  margin-left: 20px;
}

.e-de-dropdown {
  margin-right: 40px;
}

.e-de-restrict-pane {
  border-right: 1px solid #616161;
  padding-left: 16px;
  padding-top: 24px;
  padding-right: 16px;
  position: relative;
  width: 300px;
}

.e-de-op {
  border-right: 1px solid #616161;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  width: 300px;
}

.e-de-op.e-de-rtl {
  padding-left: 0;
  padding-right: 16px;
}

.e-de-op-header {
  color: #9e9e9e;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: 12px;
  padding-top: 12px;
}

.e-de-op-header.e-de-rtl {
  direction: rtl;
  text-align: right;
}

.e-de-op-tab {
  border: 0;
  height: auto;
}

.e-de-op-icon {
  color: #9e9e9e;
  height: 20px;
  width: 20px;
}

.e-de-op-close-icon {
  color: #fff;
}

.e-de-op-nav-btn {
  height: 20px;
  width: 20px;
}

.e-de-op-search-txt {
  border-bottom: 1px solid #ddd;
  color: #9e9e9e;
  font-size: 14px;
}

.e-de-op-search-txt .e-de-op-search-word {
  color: #3f51b5;
}

.e-de-op-more-less {
  display: inline-flex;
  margin-top: 14px;
}

.e-de-op-replacetabcontentdiv {
  margin-top: 14px;
}

label[for*=_wholeWord_e-de-ltr] {
  left: 35px;
}

label[for*=_wholeWord_e-de-rtl] {
  right: 35px;
}

.e-de-cell-dia-label-common {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 150px;
}

.e-de-cell-dia-options-label {
  font-weight: 400;
}

.e-de-table-border-heading {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
}

.e-de-table-setting-heading {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 20px;
}

.e-de-layout-setting-heading {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 20px;
}

.e-de-table-setting-labels-heading {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}

.e-de-table-element-subheading {
  font-size: 12px;
  font-weight: normal;
}

.e-de-border-dlg-preview-div {
  border: 1px solid rgba(0, 0, 0, 0.54);
  width: 80px;
  height: 80px;
}

.e-de-border-dlg-preview-inside-divs {
  opacity: 0.54;
}

.e-de-tablecell-dia-align-div {
  border: 1px solid #ddd;
  display: inline-block;
  height: 60px;
  margin-right: 10px;
  width: 60px;
}

.e-de-tablecell-dia-align-div.e-de-rtl {
  margin-left: 10px;
  margin-right: 0;
}

.e-de-table-dia-align-label {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  margin-top: 8px;
}

.e-de-table-dialog-separator-line {
  background-color: #616161;
  bottom: 50px;
  display: none;
  height: 1px;
  left: 1px;
  margin-top: 0;
  position: absolute;
  width: 100%;
}

.e-de-table-alignment-active {
  border: 1px solid #00b0ff;
}

.e-de-table-dialog-size-label {
  padding-top: 20px !important;
}

.e-de-list-ddl-header {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}

.e-de-list-ddl-header-list-level {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}

.e-de-tbl-dlg-footer {
  padding-top: 27px;
}

.e-de-row-ht-top,
.e-de-cell-ht-top {
  padding: 0 20px;
  width: 160px;
}

.e-de-ht-wdth-type {
  margin-top: -22px;
  width: 120px;
}

.e-de-row-ht-top.e-de-rtl,
.e-de-cell-ht-top.e-de-rtl {
  margin-left: 0;
  margin-right: 20px;
}

.e-de-cell-width-top {
  margin-left: 20px;
  margin-top: -23px;
}

.e-de-cell-width-top.e-de-rtl {
  margin-left: 0;
  margin-right: 20px;
}

.e-de-tbl-dlg-border-btn {
  float: right;
  margin-top: 12px;
}

.e-de-tbl-dlg-border-btn.e-de-rtl {
  float: left;
  margin-right: 0;
}

.e-de-table-border-setting.e-de-rtl {
  right: 5px;
}

.e-de-tbl-dlg-op-btn {
  left: 425px;
  position: absolute;
  top: 300px;
}

.e-de-insert-table-dlg-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 8px;
}

.e-de-insert-footnote-dlg-sub-header,
.e-de-insert-footnote-dlg-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 8px;
}

.e-de-insert-footnote-dlg-header {
  margin-bottom: 25px;
}

.e-de-insert-table-dlg-input {
  margin-bottom: 15px;
}

.e-de-list-ddl-subheader,
.e-de-list-ddl-subheaderbottom {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}

.e-de-list-dlg-subdiv {
  float: right;
  margin-top: 51px;
  position: relative;
}

.e-de-list-dlg-subdiv.e-de-rtl {
  float: left;
  margin-top: -138px;
}

.e-de-list-dlg-div {
  float: right;
  margin-top: 46px;
  position: relative;
}

.e-de-list-dlg-div.e-de-rtl {
  float: left;
  margin-top: -139px;
}

.e-de-ok-button {
  margin-right: 10px;
}

.e-de-ok-button.e-de-rtl {
  margin-left: 10px;
}

.e-de-options-setter {
  left: 415px;
}

.e-de-op-close-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}

.e-de-tooltip {
  background-color: #303030;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: text;
  display: table;
  max-width: 200px;
  padding: 5px;
  word-wrap: break-word;
}

.e-de-form-popup {
  background-color: #303030;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: text;
  max-width: 350px;
  min-width: 300px;
  padding: 16px;
  position: absolute;
  width: fit-content;
  word-wrap: break-word;
}

.e-de-save,
.e-de-cancel {
  margin-left: 8px;
}

.e-btn.e-de-op-icon-btn {
  background-color: transparent;
  border-color: transparent;
}

.e-documenteditor .e-de-op-close-button {
  left: 250px;
  position: absolute;
  top: 8px;
}

.e-de-restrict-pane {
  color: #fff;
}

.e-de-op.e-de-rtl .e-de-search-tab-content {
  margin-left: 12px;
  margin-right: 0;
}

.e-documenteditor .e-de-op-close-button.e-de-rtl {
  right: 255px;
}

.e-de-table-measure-lbl {
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
}

.e-de-tbl-indent-lbl {
  font-weight: normal;
  font-size: 11px;
  position: relative;
  display: block;
  margin-bottom: 18px;
  top: 10px;
}

.e-btn.e-de-op-close-button:hover {
  background-color: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.54);
}

.e-btn.e-de-op-close-button:focus {
  background-color: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.54);
}

.e-btn.e-de-op-close-button:active {
  background-color: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.54);
}

.e-documenteditor .e-input {
  font-size: 14px;
}

.e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
  height: 36px;
}

.e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
  height: auto;
}

.e-de-op-result-container {
  margin-top: 12px;
}

.e-de-restrict-pane,
.e-de-op {
  background: #212121;
}

.e-de-restrict-pane .e-tab-header .e-toolbar-items,
.e-de-op .e-tab-header .e-toolbar-items {
  margin-bottom: 20px;
  margin-top: 1px;
}

.e-de-font-dlg-color {
  border: 1px #ddd;
  border-radius: 4px;
  font-size: 12px;
  height: 16px;
  margin-left: 15px;
  width: 25px;
}

.e-de-icon-table-row-above {
  top: 7px;
}

.e-de-icon-table-row-below {
  top: 41px;
}

.e-de-icon-table-column-left {
  top: 75px;
}

.e-de-icon-table-column-right {
  top: 109px;
}

.e-de-icon-table-delete {
  top: 7px;
}

.e-de-icon-table-row-delete {
  top: 41px;
}

.e-de-icon-table-column-delete {
  top: 75px;
}

.e-de-list-bullet-none {
  height: 40px;
  width: 40px;
}

.e-de-list-bullet-dot {
  height: 40px;
  width: 40px;
}

.e-de-list-bullet-circle {
  height: 40px;
  width: 40px;
}

.e-de-list-bullet-square {
  height: 40px;
  width: 40px;
}

.e-de-list-bullet-flower {
  height: 40px;
  width: 40px;
}

.e-de-list-bullet-arrow {
  height: 40px;
  width: 40px;
}

.e-de-list-bullet-tick {
  height: 40px;
  width: 40px;
}

.e-de-bullet:hover {
  background: #ddd;
}

.e-de-list-numbered-none {
  height: 80px;
  width: 80px;
}

.e-de-list-numbered-number-dot {
  height: 80px;
  width: 80px;
}

.e-de-list-numbered-number-brace {
  height: 80px;
  width: 80px;
}

.e-de-list-numbered-up-roman {
  height: 80px;
  width: 80px;
}

.e-de-list-numbered-up-letter {
  height: 80px;
  width: 80px;
}

.e-de-list-numbered-low-letter-brace {
  height: 80px;
  width: 80px;
}

.e-de-numbered-low-letter-dot {
  height: 80px;
  width: 80px;
}

.e-de-list-numbered-low-roman {
  height: 80px;
  width: 80px;
}

.e-de-numbered:hover {
  background: #ddd;
}

.e-de-list-multilevel-none {
  height: 80px;
  width: 80px;
}

.e-de-list-multilevel-list-normal {
  height: 80px;
  width: 80px;
}

.e-de-list-multilevel-list-multilevel {
  height: 80px;
  width: 80px;
}

.e-de-list-multilevel-list-bullets {
  height: 80px;
  width: 80px;
}

.e-de-multilevel-list:hover {
  background: #ddd;
}

.e-de-list-dialog-open:hover {
  background: #ddd;
}

.e-de-cell-options {
  left: 339px;
  top: 290px;
}

.e-de-cell-options.e-de-rtl {
  left: 105px;
}

.e-de-font-color-label {
  margin-bottom: 7px;
  margin-right: 18px;
  margin-top: 18px;
}

.e-de-font-content-label {
  width: 115px;
}

.e-de-font-color-margin {
  margin-right: 10px;
  margin-top: 6px;
}

.e-de-font-color-margin.e-de-rtl {
  margin-left: 10px;
  margin-right: 0;
}

.e-de-font-content-checkbox-label {
  margin-left: 38px;
}

.e-de-font-content-checkbox-label-rtl {
  margin-right: 47px;
}

.e-de-font-checkbox {
  margin-top: 10px;
}

.e-de-font-checkbox-transform {
  margin-left: 58px;
}

.e-de-font-checkbox-transform.e-de-rtl {
  margin-left: 0;
  margin-right: 58px;
}

.e-de-font-checkbox-transform-label {
  margin-bottom: 10px;
  margin-top: 10px;
}

.e-de-font-checkbox.e-de-rtl {
  margin-left: 0;
  margin-right: 58px;
}

.e-de-font-checkbox.e-de-rtl {
  margin-left: 0;
  margin-right: 58px;
}

.e-de-font-clr-div {
  margin-top: 14px;
}

.e-de-font-dlg-padding {
  margin-top: 15px;
}

.e-de-table-container-div {
  margin-top: 20px;
}

.e-de-table-header-div {
  padding-top: 6px;
}

.e-de-table-subheader-div {
  float: right;
  margin-right: 115px;
  margin-top: -40px;
}

.e-de-table-subheader-div.e-de-rtl {
  float: left;
  margin-left: 115px;
  margin-right: 0;
}

.e-de-table-cell-header-div {
  padding-top: 6px;
}

.e-de-table-cell-subheader-div {
  top: 57px;
}

.e-de-cell-margin-header {
  left: -7px;
  top: 310px;
}

.e-de-tbl-margin-sub-header {
  margin-top: 20px;
}

.e-de-tbl-btn-separator {
  width: 57%;
}

.e-de-op-msg {
  color: #9e9e9e;
  top: 79px;
}

.e-de-save-dlg-file-name {
  height: 25px;
  margin-bottom: 8px;
}

.e-de-save-dlg-format-type {
  height: 25px;
  margin-bottom: 8px;
  padding-top: 10px;
}

.e-de-search-tab-content {
  margin-top: 12px;
  width: 267px;
}

.e-de-font-dlg {
  width: max-content;
}

.e-de-hyperlink {
  width: 250px;
}

.e-de-insert-table {
  height: 131px;
  width: 230px;
}

.e-de-insert-footnote {
  height: 139px;
  width: 247px;
}

.e-de-insert-spellchecker {
  height: 350px;
  width: 513px;
  font-weight: normal;
}

.e-de-dlg-spellcheck-listview {
  border: 1px solid #e4e4e4;
  border-radius: 2px !important;
  height: 132px !important;
  margin-right: 20px;
  margin-top: 8px;
  position: relative;
  float: left;
  width: 100%;
}

.e-de-dlg-spellcheck-listview.e-de-rtl {
  float: right;
}

.e-de-spellcheck-error-container {
  height: 150px;
  margin-bottom: 25px;
  display: flex;
}

.e-de-spellcheck-suggestion-container {
  height: 150px;
  margin-bottom: 25px;
  display: flex;
}

.e-dlg-spellcheck-listitem {
  font-size: 15px !important;
}

.e-de-spellcheck-btncontainer {
  margin-top: 8px;
  position: relative;
  width: 100%;
  float: right;
}

.e-de-spellcheck-btncontainer.e-de-rtl {
  float: left;
}

.e-de-spellcheck-btn {
  margin-bottom: 8px;
  width: 100%;
}

.e-de-dlg-spellchecker-subheader {
  margin-top: 8px;
  font-size: 15px;
}

.e-de-dlg-spellchecker-subheaderbtm {
  font-size: 15px;
}

.e-de-list-dlg {
  height: 400px;
  width: 420px;
}

.e-de-save-dlg {
  height: 135px;
  width: 230px;
}

.e-de-table-properties-dlg {
  width: 426px;
}

.e-de-table-border-shading-dlg {
  width: 450px;
}

.e-de-table-cell-margin-dlg {
  height: 222px;
  width: 380px;
}

.e-de-table-options-dlg {
  height: 242px;
  width: 380px;
}

.e-de-table-border-none {
  position: absolute;
  top: 25px;
}

.e-de-table-border-box {
  position: absolute;
  top: 95px;
}

.e-de-table-border-all {
  position: absolute;
  top: 165px;
}

.e-de-table-border-custom {
  position: absolute;
  top: 235px;
}

.e-de-table-shading-preview {
  top: 385px;
}

.e-de-font-label span.e-label {
  color: #303030;
}

.e-de-font-content-label:hover .e-label,
.e-css.e-de-font-content-label:hover .e-label {
  color: #303030;
}

.e-de-font-label:hover .e-label,
.e-css.e-de-font-label:hover .e-label {
  color: #303030;
}

.e-de-op-dlg-footer {
  margin-top: 15px;
}

.e-de-op-dlg-footer .e-btn {
  padding-left: 6px;
  padding-right: 6px;
}

.e-de-search-tab-content .e-input-group .e-de-search-input {
  width: 185px;
}

.e-de-op-replacewith {
  width: 95%;
}

.e-de-table-ppty-tab {
  border: 0;
}

.e-de-list-format-info {
  border-radius: 50% !important;
  cursor: default;
  font-size: 12px !important;
  height: 15px;
  line-height: 1px;
  padding: 3px 0 0 0 !important;
  text-transform: lowercase;
  width: 16px;
}

.e-button-custom {
  height: 34px;
  width: 100%;
}

.e-styles-listview,
.e-bookmark-listview {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  height: 150px;
  overflow-y: scroll;
}

.e-bookmark-gotobutton,
.e-bookmark-addbutton,
.e-styles-addbutton,
.e-bookmark-deletebutton {
  margin-bottom: 12px;
}

.e-bookmark-list {
  float: left;
  margin-right: 20px;
  width: 250px;
}

.e-bookmark-list.e-de-rtl {
  margin-left: 20px;
  margin-right: 0;
}

.e-bookmark-textboxdiv {
  margin-bottom: 10px;
}

.e-bookmark-listview .e-list-item {
  font-size: 13px;
  height: 30px;
  line-height: 27px;
}

.e-bookmark-common {
  display: flex;
}

.e-bookmark-button {
  position: relative;
  top: 15px;
}

.e-font {
  float: left;
}

.e-font-rtl {
  float: right;
}

.e-de-table-border-toptop-alignment,
.e-de-table-border-topcenter-alignment,
.e-de-table-border-topbottom-alignment,
.e-de-table-border-diagionalup-alignment,
.e-de-table-border-diagionaldown-alignment,
.e-de-table-border-bottomleft-alignment,
.e-de-table-border-bottomcenter-alignment,
.e-de-table-border-bottomright-alignment {
  left: 48%;
  position: relative;
  top: 48%;
  transform: translate(-50%, -50%);
}

.e-de-style-properties,
.e-de-style-formatting {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
}

.e-de-style-formatting {
  margin-bottom: 20px;
}

.e-de-style-paragraph-indent-group-button .e-btn,
.e-de-style-paragraph-group-button .e-btn,
.e-de-style-font-group-button .e-btn {
  box-shadow: none;
}

.e-de-table-options-dlg-div {
  height: auto;
  position: relative;
  margin-bottom: 14px;
  width: 504px;
}

.e-de-style-paragraph-indent-group-button .e-btn.e-active,
.e-de-style-paragraph-group-button .e-btn.e-active,
.e-de-style-font-group-button .e-btn.e-active {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  box-shadow: none;
  color: #000;
}

.e-de-style-properties {
  margin-bottom: 15px;
}

.e-de-style-nametype-div {
  margin-bottom: 20px;
}

.e-de-style-based-para-div {
  margin-bottom: 30px;
}

.e-de-style-name,
.e-de-style-styletype,
.e-de-style-style-based-on,
.e-de-style-style-paragraph {
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 13px;
  width: 180px;
}

.e-de-style-left-div {
  margin-right: 24px;
}

.e-de-style-left-div.e-de-rtl {
  margin-left: 24px;
  margin-right: 0;
}

.e-de-style-font-color-picker,
.e-de-style-icon-button-size,
.e-de-style-icon-button-first-size,
.e-de-style-icon-button-last-size {
  height: 31px;
}

.e-de-style-bold-button-size {
  margin-right: 8px;
  height: 35px;
  margin-left: 8px;
}

.e-de-style-format-dropdwn .e-btn-icon {
  margin-left: 8px;
}

.e-de-style-font-color-picker,
.e-de-style-icon-button-size {
  margin-right: 8px;
}

.e-de-style-icon-button-first-size {
  margin-right: 3px;
  margin-left: 8px;
}

.e-de-style-icon-button-last-size {
  margin-right: 8px;
}

.e-de-style-font-color-picker {
  margin-left: 8px;
}

.e-style-font-fmaily-right {
  margin-right: 8px;
}

.e-style-font {
  margin-left: 5px;
  margin-right: 15px;
}

.e-de-style-dlg-name-input {
  height: 18px;
}

.e-style-list {
  margin-left: 10px;
}

.e-de-style-dialog .e-de-style-only-this-document {
  margin-top: 25px;
}

.e-de-style-format-dropdwn {
  width: 135px;
}

.e-de-style-options-div,
.e-de-style-options-div > div:first-child {
  margin-bottom: 20px !important;
}

.e-de-style-paragraph-group-button {
  border-right: 2px solid "";
}

.e-de-style-font-group-button {
  border-left: 2px solid "";
  border-right: 2px solid "";
}

.e-de-op-replace-messagediv {
  color: #9e9e9e;
  top: auto;
}

.e-de-font-content-label .e-label,
.e-de-font-dlg-cb-right .e-label,
.e-de-font-checkbox .e-label {
  font-size: 12px;
}

.e-de-font-content-label .e-frame,
.e-de-font-dlg-cb-right .e-frame,
.e-de-font-checkbox .e-frame,
.e-de-font-content-label-caps .e-frame,
.e-de-cntr-pane-padding .e-frame {
  height: 18px;
  line-height: 10px;
  width: 18px;
}

.e-de-op-input-group,
.e-de-op-replacewith {
  height: 32px;
}

.e-de-hyperlink-bookmark-check {
  margin-top: 20px;
}

.e-de-table-container-div .e-checkbox-wrapper .e-frame,
.e-de-table-header-div .e-checkbox-wrapper .e-frame,
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
.e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
.e-de-tbl-margin-sub-header .e-frame {
  height: 18px;
  line-height: 10px;
  width: 18px;
}

.e-de-table-container-div .e-checkbox-wrapper .e-label,
.e-de-table-header-div .e-checkbox-wrapper .e-label,
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
.e-de-tbl-margin-sub-header .e-label {
  font-size: 14px;
}

.e-de-table-container-div .e-checkbox-wrapper .e-label,
.e-de-table-header-div .e-checkbox-wrapper .e-label,
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
.e-de-tbl-margin-sub-header .e-label {
  font-size: 14px;
}

.e-de-table-ppty-dlg-measure-div {
  float: right;
  margin-left: 40px;
  margin-top: -18px;
}

.e-de-table-ppty-dlg-measure-div.e-de-rtl {
  float: left;
  margin-left: 0;
  margin-right: 40px;
}

.e-de-table-ppty-dlg-measure-drop-down-div {
  float: right;
  margin-left: 40px;
  margin-top: 6px;
  width: 120px;
}

.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
  margin-left: 0;
  margin-right: 40px;
}

.e-de-table-ppty-dlg-row-height-label {
  float: right;
  margin-right: 161px;
  margin-top: -62px;
}

.e-de-table-ppty-dlg-row-height-label.e-de-rtl {
  float: left;
  margin-left: 161px;
  margin-right: 0;
}

.e-de-table-ppty-dlg-preferred-width-div {
  float: right;
  margin-left: 20px;
  margin-top: 6px;
  width: 120px;
}

.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
  margin-left: 0;
  margin-right: 20px;
  width: 120px;
}

.e-de-table-ppty-options-break {
  margin-bottom: 15px;
}

.e-de-table-cell-subheader-div {
  margin-right: 105px;
  margin-top: -40px;
}

.e-de-table-cell-subheader-div.e-de-rtl {
  margin-left: 105px;
  margin-right: 0;
}

.e-de-table-ppty-dlg-cell-tab-measure-label {
  float: right;
  margin-right: 172px;
  margin-top: -64px;
}

.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
  padding-left: 24px;
  padding-right: 24px;
}

.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
  padding-left: 24px;
  padding-right: 24px;
}

.e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
  padding-left: 1px;
  padding-right: 24px;
}

.e-styles-list {
  float: left;
  margin-right: 20px;
  width: 250px;
}

.e-styles-textboxdiv {
  padding-bottom: 15px;
}

.e-styles-listview .e-list-item {
  font-size: 13px;
  height: 30px;
  line-height: 27px;
}

.e-styles-common {
  padding-top: 5px;
}

.e-styles-button {
  float: right;
}

.e-de-toc-dlg-right-sub-container.e-de-rtl {
  margin-left: 2px;
  margin-right: 2px;
}

.e-de-toc-dlg-styles {
  margin-bottom: 11px;
  margin-left: 38px;
  margin-top: 30px;
}

.e-de-toc-dlg-styles.e-de-rtl {
  margin-left: 0;
  margin-right: 38px;
}

.e-de-toc-dlg-style-input.e-de-rtl {
  margin-left: 0;
  margin-right: 36px;
}

.e-de-toc-table-div .e-de-toc-dlg-toc-level {
  height: 24px;
  margin-left: 36px;
  width: 44px;
}

.e-de-toc-styles-table-div {
  border: 1px solid #808080;
  border-radius: 4px;
  margin-top: 15px;
  width: 100%;
  height: 200px;
}

.e-de-toc-dlg-sub-level-heading {
  font-size: 12px;
}

.e-de-toc-table-div {
  height: 163px;
  overflow-y: scroll;
  width: 100%;
}

.e-de-toc-dlg-style-input {
  margin-bottom: 3px;
  margin-left: 36px;
  width: 210px;
}

.e-de-toc-dlg-outline-levels {
  margin-top: 15px;
  width: 150px;
}

.e-bookmark-textboxdiv .e-bookmark-textbox-input {
  height: 34px;
}

.e-styles-dlgfields {
  font-weight: normal;
  margin-bottom: 6px;
}

.e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
  padding-left: 1px;
  padding-right: 24px;
}

.e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
  padding-left: 1px;
  padding-right: 24px;
}

.e-de-dlg-target .e-footer-content .e-list-dlg-font {
  margin-left: 16px;
}

.e-bookmark-dlgfields {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0;
}

.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
  height: 65px;
  padding: 10px;
  width: 70px;
}

.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
  height: 45px;
  width: 45px;
}

.e-de-bullet-icon-size {
  height: 45px;
  width: 45px;
}

.e-de-ui-list-header-presetmenu {
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  min-width: 50px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.e-de-number-bullet-dlg .e-tab .e-content .e-item {
  padding: 0px;
}

.e-de-number-bullet-dlg {
  width: 272px;
}

.e-de-style-numbered-list,
.e-de-ui-bullet-list-header-presetmenu {
  height: 270px;
}

.e-de-ui-bullet {
  font-size: 42px;
}

.e-de-ui-list-header-presetmenu .e-de-ui-list-line {
  border-bottom: 1px solid #ccc;
  margin-left: 5px;
  width: 100%;
}

.e-de-ui-list-header-presetmenu div span {
  color: #aaa;
  display: inline-block;
  vertical-align: middle;
}

.e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
.e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
  border: 0;
  box-shadow: inset 0 0 0 1px #ebebeb;
  cursor: pointer;
  height: 70px;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 70px;
}

.e-de-ui-wfloating-menu {
  padding: 10px 4px 5px 10px;
}

.e-de-list-thumbnail .e-de-list-items {
  float: left;
}

.e-de-list-thumbnail .e-de-list-items {
  background: #303030;
  border: 1px solid transparent;
  clear: initial;
  display: inline-block;
  height: auto;
  margin: 5px;
  text-align: center;
  width: auto;
}

.e-de-list-items {
  background: #303030;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  padding: 7px 10px;
  position: relative;
}

.e-de-list-item-size {
  font-size: 14px;
}

.e-de-ui-wfloating-menu {
  padding: 10px 4px 5px 10px;
}

.e-de-table-ppty-dlg-tabs {
  height: 320px;
  position: relative;
}

.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
  border-color: #00b0ff;
}

.e-de-rp-sub-content-div {
  line-height: none;
  font-size: 12px;
  margin-bottom: 8px;
}

.e-de-bullet-icons {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.e-de-header-footer-list {
  color: #3f51b5;
}

.e-de-ltr-btn-div {
  font-size: 12px;
  width: 200px;
}

.e-de-tbl-rtl-btn-div {
  font-size: 12px;
  margin-right: 14px;
}

.e-de-tbl-rtl-btn-div.e-de-rtl {
  margin-left: 14px;
  margin-right: 0;
}

.e-de-tbl-ltr-btn-div {
  font-size: 12px;
}

.e-de-disabledbutton {
  opacity: 0.4;
  pointer-events: none;
}

.e-de-restrict-format {
  margin-top: 16px;
}

.e-de-rp-format {
  font-size: 13px;
  margin-bottom: 12px;
  opacity: 0.65;
  font-weight: normal;
}

.e-de-rp-checkbox {
  font-size: 12px;
}

.e-de-rp-border {
  margin-bottom: 12px;
  margin-top: 12px;
}

.e-de-rp-header {
  font-size: 15px;
  font-weight: normal;
  opacity: 0.87;
  color: #9e9e9e;
  width: 75%;
}

.e-de-rp-user .e-checkbox-wrapper {
  width: auto;
}

.e-de-rp-nav-btn,
.e-de-rp-btn-enforce {
  background: "";
  font-size: 13px;
  opacity: 0.87;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.e-de-rp-nav-btn {
  width: auto;
}

.e-de-rp-btn-stop-enforce {
  background: "";
  font-size: 13px;
  opacity: 0.87;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.e-de-rp-sub-div {
  border-bottom: 1px solid #e4e4e4;
  padding: 12px;
}

.e-de-restrict-pane {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.e-de-rp-whole-header {
  padding: 12px;
}

.e-de-rp-user {
  background: #303030;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  font-size: 12px;
  height: 110px;
}

.e-de-rp-enforce {
  padding: 12px;
}

.e-de-rp-enforce-nav {
  margin: 0 12px 12px 12px;
}

.e-de-enforce-dlg-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}

.e-de-enforce .e-de-enforce-dlg-input {
  height: 16px;
  width: 300px;
}

.e-de-user-add-btn {
  background: "";
  border-radius: 2px;
  width: 74px;
}

.e-de-user-dlg .e-de-user-dlg-textbox-input {
  margin-right: 16px;
  width: 304px;
}

.e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
  margin-right: 0;
  margin-left: 16px;
}

.e-de-user-dlg-list {
  margin-bottom: 15px;
  display: inline-flex;
}

.e-de-user-listview {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  height: 106px;
}

.e-de-user-dlg-user {
  margin-bottom: 12px;
}

.e-user-delete {
  float: left;
}

.e-de-unprotect-dlg-title {
  font-size: 14px;
  margin-bottom: 8px;
}

.e-de-rp-stop-div1 {
  opacity: 0.87;
  padding: 12px 12px 6px 12px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
}

.e-de-rp-stop-div2 {
  padding: 12px 12px 24px;
}

.e-de-rp-close-icon {
  float: right;
  position: relative;
  top: -7px;
  right: -7px;
}

.e-de-restrict-pane {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  width: 268px;
}

.e-de-rp-nav-lbl {
  font-size: 13px;
  margin: 0 12px;
}

.e-documenteditor-optionspane {
  height: 100%;
}

.e-de-cmt-pane {
  background-color: inherit;
  color: #fff;
}

.e-de-cp-whole-header {
  padding: 12px;
}

.e-de-cp-header {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.87;
  width: 75%;
}

.e-de-cmt-container {
  height: auto;
  padding: 0 8px;
  overflow: auto;
}

.e-de-cmt-sub-container {
  background-color: #212121;
  border: 1px solid #eee;
  border-radius: 2px;
  margin: 8px 0;
  padding: 8px;
}

.e-de-cmt-view {
  cursor: default;
}

.e-de-cmt-sub-container.e-de-cmt-selection {
  border-left: 3px solid #00b0ff;
  padding-left: 6px;
}

.e-de-tc-outer {
  border-bottom: 1px solid #d8d8d8;
}

.e-de-tc-pane {
  color: #fff;
}

.e-de-trckchanges-inner {
  cursor: default;
  margin: 8px 0 8px 7.5px;
  padding-left: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
}

.e-de-trckchanges-inner:hover {
  border-left: 2px solid #00b0ff;
  cursor: default;
  margin: 8px 0 8px 7.5px;
  padding-left: 6px;
  padding-right: 16px;
  padding-bottom: 8px;
}

.e-de-trckchanges-inner.e-de-trckchanges-inner-select {
  border-left: 3px solid #00b0ff;
  cursor: default;
  margin: 8px 0 8px 7.5px;
  padding-left: 5px;
  padding-right: 16px;
  padding-bottom: 8px;
}

.e-de-tc-no-chng {
  color: #fff;
  font-size: 14px;
  opacity: 65%;
  margin: 60px 0;
  text-align: center;
}

.e-tc-btn-bg-clr.e-btn:not(:hover):not(.e-active) {
  background-color: inherit;
  border-color: transparent;
  color: inherit;
}

.e-tc-nvgte.e-icon-btn {
  text-align: center;
  vertical-align: middle;
}

.e-de-track-span-user {
  display: inline-flex;
  overflow: hidden;
  width: 110px;
}

.e-de-track-span-view {
  display: inline-flex;
  overflow: hidden;
  width: 50px;
}

.e-btn.e-outline.e-de-track-accept-button {
  min-width: 66px;
  padding: 5px 6px;
  text-transform: initial;
}

.e-btn.e-outline.e-de-track-accept-button:hover {
  min-width: 66px;
  padding: 5px 6px;
  text-transform: initial;
}

.e-btn.e-outline.e-de-track-reject-button {
  min-width: 64px;
  padding: 5px 6px;
  margin-left: 8px;
  text-transform: initial;
}

.e-btn.e-outline.e-de-track-reject-button:hover {
  min-width: 64px;
  padding: 5px 6px;
  margin-left: 8px;
  text-transform: initial;
}

.e-de-track-chngs-count {
  font-size: 12px;
  margin-left: 6px;
  opacity: 0.87;
  padding-top: 7px;
  white-space: nowrap;
}

.e-de-track-insert {
  color: #4d841e;
  font-size: 13px;
  opacity: 100%;
}

.e-de-track-delete {
  color: #d74113;
  font-size: 13px;
  opacity: 100%;
}

.e-de-track-toolbar {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding-bottom: 0;
}

.e-de-track-pane-drop-btn {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: normal;
}

.e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
  opacity: 1;
  font-weight: normal;
  font-size: 13px;
}

.e-de-track-date {
  font-size: 13px;
  margin-top: 4px;
  opacity: 0.67;
}

.e-de-track-usernme-div {
  justify-content: space-between;
  padding-top: 8px;
}

.e-de-track-user-nme {
  font-size: 13px;
  font-weight: 500;
  padding-left: 8px;
}

.e-de-track-chngs-text {
  line-height: 19.5px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  font-size: 13px;
  min-height: 20px;
  padding-top: 8px;
  margin-bottom: 16px;
}

.e-de-track-chng-table {
  border-collapse: collapse;
  border-spacing: 0px;
  opacity: 70%;
  width: 100%;
}

.e-de-tc-tble-cell {
  border: 1px solid;
  height: 20px;
}

.e-de-tc-shrink-img {
  height: 30px;
  margin: 0 4px;
  vertical-align: middle;
  width: 50px;
}

.e-de-tc-field {
  background-color: rgb(206, 205, 205);
  margin: 0 2px;
}

.e-de-tc-hide-para-mark .e-de-tc-outer .e-de-trckchanges-inner .e-de-track-chngs-text .e-de-tc-pmark {
  display: none;
}

.e-de-tc-pmark {
  font-size: 14px;
  font-family: Roboto-Regular;
  font-weight: 600;
  color: rgb(1, 22, 119);
  margin: 0 2px;
}

.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
  border-left: 2px solid #00b0ff;
  padding-left: 7px;
}

.e-de-cmt-author {
  align-items: center;
  margin-bottom: 8px;
}

.e-de-cmt-author-name {
  font-size: 13px;
  font-weight: normal;
  padding-left: 8px;
  width: 90%;
}

.e-de-cp-option.e-btn.e-icon-btn {
  background-color: inherit;
  border: none;
  color: inherit;
  float: right;
  height: 20px;
  padding: 0px;
  width: 20px;
}

.e-de-cp-option.e-btn.e-icon-btn span {
  margin-top: 0px;
  background: #212121;
}

.e-de-cmt-view:hover .e-de-cp-option {
  display: block;
}

.e-de-cmt-readonly {
  font-size: 13px;
  padding-top: 4px;
  word-break: break-word;
}

.e-de-cmt-date {
  font-size: 13px;
  margin-top: 12px;
  opacity: 0.67;
}

.e-de-cmt-sub-container.e-de-cmt-reply {
  border: none;
  border-top: 1px solid #eee;
  border-radius: 0px;
  margin: 11.5px 8px 0 8px;
  padding: 0px;
}
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
  margin-top: 11.5px;
}

.e-de-cmt-textarea.e-input {
  color: #fff;
  font-size: 13px;
  line-height: normal;
  min-height: 30px;
  overflow: hidden;
  padding-top: 7px;
  resize: none;
}

.e-de-cmt-textarea:empty::before {
  content: attr(placeholder);
  opacity: 0.5;
}

.e-de-cmt-action-button {
  text-align: right;
  margin-top: 4.5px;
}

.e-de-cmt-post-btn.e-btn.e-flat,
.e-de-cmt-cancel-btn.e-btn.e-flat {
  height: 28px;
  margin-left: 8px;
  width: 28px;
}

.e-de-cmt-resolved .e-de-cmt-author-name,
.e-de-cmt-resolved .e-de-cmt-readonly,
.e-de-cmt-resolved e-de-cmt-date {
  opacity: 0.67;
}
.e-de-cmt-resolved .e-de-cmt-rply-view {
  display: none;
}
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
  display: block;
  margin-top: 8px;
  text-align: right;
}

.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
  border-left: 3px solid rgba(0, 176, 255, 0.5);
}

.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
  border-left: 2px solid rgba(0, 176, 255, 0.5);
}

.e-de-lock-mark {
  cursor: default;
  color: #9e9e9e;
  font-size: 13px;
  height: 13px;
  pointer-events: all;
  width: 13px;
}

.e-de-cmt-mark {
  cursor: default;
  color: #9e9e9e;
  font-size: 13px;
  height: 13px;
  pointer-events: all;
  width: 13px;
}
.e-de-cmt-mark :hover {
  color: #00b0ff;
}

.e-de-cmt-mark.e-de-cmt-mark-selected,
.e-de-cmt-mark.e-de-cmt-mark-hover {
  color: #00b0ff;
}

.e-de-cmt-no-cmt {
  margin-left: 6px;
  margin-top: 24px;
  font-size: 13px;
}

.e-de-cmt-drawer-cnt {
  font-size: 13px;
  height: 20px;
  margin-top: 8px;
}

.e-de-cmt-drawer {
  cursor: pointer;
  float: right;
  opacity: 0.54;
  margin-right: 4px;
  margin-top: 4px;
}

.e-de-cmt-rply-view {
  margin-top: 12px;
}

.e-de-cmt-resolve-btn {
  display: none;
}

.e-rtl .e-de-cmt-pane {
  border-left: none;
  border-right: 1px solid #616161;
}
.e-rtl .e-de-rp-close-icon {
  float: left;
  right: 7px;
}
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
  float: left;
}
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
  border-left: 1px solid #eee;
  border-right: 3px solid #00b0ff;
  padding-left: 8px;
  padding-right: 6px;
}
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
  border-left: 1px solid #eee;
  border-right: 2px solid #00b0ff;
  padding-left: 8px;
  padding-right: 7px;
}
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
  border-right: 3px solid rgba(0, 176, 255, 0.5);
}
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
  border-right: 2px solid rgba(0, 176, 255, 0.5);
}
.e-rtl .e-de-cmt-action-button {
  text-align: left;
}
.e-rtl .e-de-cmt-no-cmt {
  margin-left: auto;
  margin-right: 6px;
}
.e-rtl .e-de-cmt-drawer {
  float: left;
  margin-left: 8px;
  margin-right: auto;
}
.e-rtl .e-de-cmt-resolve-btn {
  text-align: left;
}

.e-de-close-icon.e-btn {
  background-color: transparent !important;
  border-color: transparent !important;
  border-radius: 50%;
  color: #fff;
  border: none;
}
.e-de-close-icon.e-btn:active {
  background-color: rgba(255, 255, 255, 0.18) !important;
  border-color: transparent !important;
  box-shadow: none;
}
.e-de-close-icon.e-btn:hover {
  background-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  border: none;
}

.e-btn.e-de-close-icon:hover span {
  cursor: pointer;
  color: #fff;
}

.e-de-para-dlg-right-sub-container-blazor {
  top: 0;
}

.e-de-rp-mu-btn {
  margin-top: 3px;
}

.e-de-table-dialog-row-height {
  padding-top: 16px;
}

.e-de-tablecell-dialog-alignment-icon {
  width: 54px;
  height: 54px;
  margin: 2px;
}

.e-de-table-dia-indent-from-left {
  right: 45px;
}

.e-de-table-dia-align-div {
  border: 1px solid #ddd;
  display: inline-block;
  height: 52px;
  margin-right: 10px;
  width: 52px;
}

.e-de-table-dialog-alignment-icon {
  margin: 2px;
  height: 46px;
}

.e-de-table-border-setting-genral {
  margin-right: 10px;
}

.e-de-table-border-clr-left-container {
  padding-right: 19px;
}

.e-de-table-border-clr-heading {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 6px;
}

.e-de-table-border-icon-container {
  margin-top: 4px;
  margin-right: 4px;
}

.e-de-table-border-preview-container {
  padding-left: 66px;
}

.e-de-table-dlg-alignment-heading {
  color: #9e9e9e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.e-rtl .e-de-cmt-author-name {
  padding-left: 0%;
  padding-right: 8px;
}
.e-rtl .e-de-ok-button {
  margin-right: 0;
  margin-left: 10px;
}
.e-rtl .e-de-table-dia-align-div.e-de-rtl {
  margin-left: 10px;
  margin-right: 0;
}
.e-rtl .e-de-table-border-clr-left-container {
  padding-right: 0;
  padding-left: 19px;
}
.e-rtl .e-de-table-border-preview-container {
  padding-right: 66px;
  padding-left: 0;
}
.e-rtl .e-de-table-border-setting-genral {
  margin-right: 0;
  margin-left: 10px;
}
.e-rtl .e-de-table-border-icon-container {
  margin-right: 0;
  margin-left: 4px;
}
.e-rtl .e-de-table-border-preview {
  width: 23px;
}
.e-rtl .e-de-table-setting-labels-heading {
  margin-left: 0;
  margin-right: 10px;
}

.e-de-user-info.e-de-user-name-collapse span {
  transition-property: height, min-width, max-width, width, border-radius, padding;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  position: absolute;
  bottom: 0px;
  height: 6px;
  width: 6px;
  min-width: 0px;
  max-width: 6px;
  border-radius: 6px;
  padding: 0px;
}

.e-de-user-info.e-de-user-name-expended span {
  transition-property: height, width, min-width, max-width, border-radius, padding;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  position: absolute;
  bottom: 0px;
  height: 20px;
  line-height: 20px;
  min-width: 44px;
  max-width: auto;
  padding: 0px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}

.e-documenteditor .e-close::before {
  content: "\e825";
  font-family: "e-icons";
  font-size: 14px;
}
.e-documenteditor .e-de-op-search-icon::before {
  content: "\e275";
  font-family: "e-icons";
  font-size: 10px;
}
.e-documenteditor .e-arrow-up::before {
  content: "\e834";
  font-family: "e-icons";
  font-size: 10px;
}
.e-documenteditor .e-arrow-down::before {
  content: "\e83d";
  font-family: "e-icons";
  font-size: 10px;
}
.e-documenteditor .e-de-op-close-icon::before {
  content: "\e7fc";
}
.e-documenteditor .e-de-op-search-close-icon::before {
  content: "\e7fc";
  font-family: "e-icons";
  font-size: 10px;
}
.e-documenteditor .e-de-new-cmt::before {
  content: "\e823";
  font-family: "e-icons";
}
.e-documenteditor .e-de-menu-icon::before {
  content: "\e984";
  font-family: "e-icons";
  font-size: 10px;
}
.e-documenteditor .e-de-save-icon::before {
  content: "\e614";
  font-family: "e-icons";
}
.e-documenteditor .e-de-cancel-icon::before {
  content: "\eb36";
  font-family: "e-icons";
}
.e-documenteditor .e-de-cmt-mark-icon::before {
  content: "\e817";
  font-family: "e-icons";
  font-size: 13px;
}
.e-documenteditor .e-de-multi-cmt-mark::before {
  content: "\e97a";
  font-family: "e-icons";
  font-size: 14px;
}
.e-documenteditor .e-de-cmt-resolve-icon::before {
  content: "\e9b6";
  font-family: "e-icons";
  font-size: 13px;
}
.e-documenteditor .e-de-multi-cmt-resolve::before {
  content: "\e9b7";
  font-family: "e-icons";
  font-size: 14px;
}
.e-documenteditor .e-de-cmt-post::before {
  content: "\e816";
  font-family: "e-icons";
}
.e-documenteditor .e-de-cmt-rply-icon::before {
  content: "\e815";
  font-family: "e-icons";
}
.e-documenteditor .e-de-cmt-cancel::before {
  content: "\e7fc";
  font-family: "e-icons";
}
.e-documenteditor .e-de-cmt-delete::before {
  content: "\e602";
  font-family: "e-icons";
}
.e-documenteditor .e-de-cmt-reopen::before {
  content: "\e818";
  font-family: "e-icons";
}
.e-documenteditor .e-de-nav-up::before {
  content: "\e651";
  font-family: "e-icons";
}
.e-documenteditor .e-de-nav-right-arrow::before {
  content: "\e913";
}
.e-documenteditor .e-de-nav-left-arrow::before {
  content: "\e904";
}

.e-de-ctn-title-print::before {
  content: "\e813";
  font-family: "e-icons";
}

.e-de-ctn-title-download::before {
  content: "\e603";
  font-family: "e-icons";
}

.e-de-table-properties-alignment:hover {
  border-color: #00b0ff;
}

.e-de-table-properties-alignment {
  border: 1px solid transparent;
}

.e-de-tablecell-alignment {
  border: 1px solid transparent;
}

.e-de-tablecell-alignment:hover {
  border-color: #00b0ff;
}

.e-de-table-left-alignment::before {
  content: "\e517";
  font-size: 46px;
}

.e-de-table-center-alignment::before {
  content: "\e518";
  font-size: 46px;
}

.e-de-table-right-alignment::before {
  content: "\e515";
  font-size: 46px;
}

.e-de-tablecell-top-alignment::before {
  content: "\e527";
  font-size: 51px;
}

.e-de-tablecell-center-alignment::before {
  content: "\e526";
  font-size: 51px;
}

.e-de-tablecell-bottom-alignment::before {
  content: "\e525";
  font-size: 51px;
}

.e-de-table-border-setting {
  border: 1px solid #ddd;
  height: 40px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 40px;
}

.e-de-table-border-setting-genral {
  border: 1px solid #ddd;
  height: 52px;
  width: 52px;
}

.e-de-table-border-preview-genral {
  border: 1px solid #ddd;
  height: 24px;
  width: 24px;
}

.e-de-table-border-inside-setting:hover {
  border: 1px solid #00b0ff;
}

.e-de-table-border-preview {
  height: 24px;
  width: 24px;
}

.e-de-table-border-inside-preview:hover {
  border: 1px solid #00b0ff;
}

.e-de-table-border-inside-setting-click {
  border: 1px solid #00b0ff;
}

.e-de-table-border-inside-preview-click {
  border: 1px solid #00b0ff;
}

.e-de-table-border-none-setting::before {
  content: "\e507";
  font-size: 38px;
  position: absolute;
}

.e-de-table-border-box-setting::before {
  content: "\e509";
  font-size: 34px;
  left: 2px;
  position: absolute;
  top: 2px;
}

.e-de-table-border-all-setting::before {
  content: "\e511";
  font-size: 34px;
  left: 2px;
  position: absolute;
  top: 2px;
}

.e-de-table-border-custom-setting::before {
  content: "\e516";
  font-size: 34px;
  left: 2px;
  position: absolute;
  top: 2px;
}

.e-de-para-border-none-setting::before {
  content: "\e93f";
  font-size: 38px;
  position: absolute;
}

.e-de-para-border-box-setting::before {
  content: "\e940";
  font-size: 34px;
  left: 2px;
  position: absolute;
  top: 2px;
}

.e-de-para-border-shadow-setting::before {
  content: "\e942";
  font-size: 34px;
  left: 2px;
  position: absolute;
  top: 2px;
}

.e-de-para-border-custom-setting::before {
  content: "\e946";
  font-size: 34px;
  left: 2px;
  position: absolute;
  top: 2px;
}

.e-de-table-border-toptop-alignment::before {
  content: "\e281";
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 4px;
}

.e-de-table-border-topcenter-alignment::before {
  content: "\e276";
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 4px;
}

.e-de-table-border-topbottom-alignment::before {
  content: "\e298";
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 4px;
}

.e-de-table-border-diagionalup-alignment::before {
  content: "\e262";
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 4px;
}

.e-de-table-border-diagionaldown-alignment::before {
  content: "\e265";
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 4px;
}

.e-de-table-border-bottomleft-alignment::before {
  content: "\e291";
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 4px;
}

.e-de-table-border-bottomcenter-alignment::before {
  content: "\e287";
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 4px;
}

.e-de-table-border-bottomright-alignment::before {
  content: "\e288";
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 4px;
}

.e-de-columns-presets-genral {
  height: 62px;
  width: 62px;
  margin-right: 33px;
  margin-bottom: 12px;
}

.e-de-columns-padding-alignment {
  padding-top: 24px;
}

.e-de-column-dlg-preview-div {
  border: 1px solid #ddd;
  height: 120px;
  width: 120px;
}

.e-de-padding-col-prev {
  padding-left: 15px;
}

.e-width-space-div {
  width: 320px;
}

.e-de-columns-presets-genral.e-de-rtl {
  margin-left: 33px;
}

.e-de-padding-col-prev.e-de-rtl {
  padding-right: 15px;
}

.e-de-column-dlg-preview-div.e-de-rtl {
  border: 1px solid #ddd;
  height: 120px;
  width: 120px;
}

.e-de-acceptchange::before {
  content: "\e19f";
  font-family: "e-icons";
}

.e-de-rejectchange::before {
  content: "\e204";
  font-family: "e-icons";
}

.e-menu-item .e-de-cmt-add::before {
  content: "\e814";
  font-family: "e-icons";
}

.e-menu-item .e-de-cut::before {
  content: "\e279";
}

.e-menu-item .e-de-spellcheck::before {
  content: "\e689";
}

.e-menu-item .e-de-copy::before {
  content: "\e280";
}

.e-btn-icon .e-de-paste::before,
.e-icon-btn .e-de-paste::before,
.e-menu-item .e-de-paste::before {
  content: "\e501";
}

.e-menu-item .e-de-continue-numbering::before {
  content: "\e503";
}

.e-menu-item .e-de-restart-at::before {
  content: "\e277";
}

.e-menu-item .e-de-insertlink::before {
  content: "\e290";
}

.e-menu-item .e-de-open-hyperlink::before {
  content: "\e278";
}

.e-menu-item .e-de-open-properties::before {
  content: "\e605";
}

.e-menu-item .e-de-copy-hyperlink::before {
  content: "\e295";
}

.e-menu-item .e-de-edit-hyperlink::before {
  content: "\e289";
}

.e-menu-item .e-de-remove-hyperlink::before {
  content: "\e286";
}

.e-menu-item .e-de-fonts::before {
  content: "\e273";
}

.e-menu-item .e-de-paragraph::before {
  content: "\e75e";
}

.e-menu-item .e-de-table::before {
  content: "\e294";
}

.e-menu-item .e-de-insertabove::before {
  content: "\e506";
}

.e-menu-item .e-de-insertbelow::before {
  content: "\e505";
}

.e-menu-item .e-de-insertleft::before {
  content: "\e285";
}

.e-menu-item .e-de-insertright::before {
  content: "\e284";
}

.e-menu-item .e-de-delete-table::before {
  content: "\e292";
}

.e-menu-item .e-de-deleterow::before {
  content: "\e283";
}

.e-menu-item .e-de-deletecolumn::before {
  content: "\e282";
}

.e-de-bold::before {
  content: "\e339";
  font-family: "e-icons";
}

.e-de-italic::before {
  content: "\e35a";
  font-family: "e-icons";
}

.e-de-underline::before {
  content: "\e343";
  font-family: "e-icons";
}

.e-de-indent::before {
  content: "\e35d";
  font-family: "e-icons";
}

.e-de-outdent::before {
  content: "\e33f";
  font-family: "e-icons";
}

.e-de-align-left::before {
  content: "\e33a";
  font-family: "e-icons";
}

.e-de-align-center::before {
  content: "\e35e";
  font-family: "e-icons";
}

.e-de-align-right::before {
  content: "\e34d";
  font-family: "e-icons";
}

.e-de-justify::before {
  content: "\e334";
  font-family: "e-icons";
}

.e-de-single-spacing::before {
  content: "\e520";
  font-family: "e-icons";
}

.e-de-double-spacing::before {
  content: "\e521";
  font-family: "e-icons";
}

.e-de-one-point-five-spacing::before {
  content: "\e522";
  font-family: "e-icons";
}

.e-de-before-spacing::before {
  content: "\e523";
  font-family: "e-icons";
}

.e-de-after-spacing::before {
  content: "\e274";
  font-family: "e-icons";
}

.e-de-icon-bullet-list-dot::before {
  content: "\e270";
  font-family: "e-icons";
  font-size: 42px;
}

.e-de-icon-bullet-list-circle::before {
  content: "\e254";
  font-family: "e-icons";
  font-size: 42px;
}

.e-de-icon-bullet-list-square::before {
  content: "\e271";
  font-family: "e-icons";
  font-size: 42px;
}

.e-de-icon-bullet-list-tick::before {
  content: "\e259";
  font-family: "e-icons";
  font-size: 42px;
}

.e-de-icon-bullet-list-flower::before {
  content: "\e267";
  font-family: "e-icons";
  font-size: 42px;
}

.e-de-icon-bullet-list-arrow::before {
  content: "\e253";
  font-family: "e-icons";
  font-size: 42px;
}

.e-de-icon-bullet-list-none::before {
  content: "\e256";
  font-family: "e-icons";
  font-size: 42px;
}

.e-de-icon-autofit::before {
  content: "\eba8";
  font-family: "e-icons";
}

.e-de-icon-fixed-columnwidth::before {
  content: "\eba9";
  font-family: "e-icons";
}

.e-de-icon-auto-fitwindow::before {
  content: "\ebaa";
  font-family: "e-icons";
}

.e-item .e-de-paste-text::before {
  content: "\e685";
}

.e-item .e-de-paste-source::before {
  content: "\e686";
}

.e-item .e-de-paste-merge::before {
  content: "\e688";
}

.e-item .e-de-paste-column::before {
  content: "\e91b";
}

.e-item .e-de-paste-row::before {
  content: "\e91c";
}

.e-item .e-de-paste-overwrite-cells::before {
  content: "\e91d";
}

.e-item .e-de-paste-nested-table::before {
  content: "\e91e";
}

.e-item .e-de-paste-merge-table::before {
  content: "\e91f";
}

.e-de-share::before {
  content: "\e8f2";
  font-family: "e-icons";
}

.e-de-preset-container {
  width: 95px;
}

.e-de-preset-container.e-de-rtl {
  width: 85px;
}

.e-de-para-dlg-heading {
  color: #9e9e9e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: 87%;
}

.e-de-para-dlg-container .e-checkbox-wrapper .e-label,
.e-de-table-options-dlg .e-checkbox-wrapper .e-label {
  font-size: 12px;
}

.e-de-para-dlg-container {
  height: 450px;
  width: 400px;
}

.e-de-para-dlg-cs-check-box {
  margin-bottom: 8px;
  margin-top: 8px;
}

.e-de-para-dlg-spacing-div {
  margin-left: 40px;
}

.e-de-para-dlg-spacing-div.e-de-rtl {
  margin-left: 0;
  margin-right: 40px;
}

.e-de-para-dlg-sub-container .e-input-group {
  margin-bottom: 15px;
}

.e-de-para-dlg-sub-container {
  margin-bottom: 25px;
}

.e-de-para-dlg-right-sub-container {
  top: 0;
}

.e-de-dlg-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}

.e-de-rtl-btn-div {
  font-size: 12px;
  margin-right: 14px;
  width: 200px;
}

.e-de-rtl-btn-div.e-de-rtl {
  margin-left: 14px;
  margin-right: 0;
}

.e-para-dlg-sub-height {
  height: 145px;
}

.e-de-toolbar {
  height: 100%;
}

.e-documenteditorcontainer {
  display: block;
}

.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
  height: 0;
  line-height: 0;
}

.e-de-ctnr-file-picker {
  left: -110em;
  position: fixed;
}

.e-de-ctnr-rtl {
  direction: rtl;
}

.e-de-ctnr-layout-tab {
  position: relative;
  width: 100%;
  display: flex;
  align-content: center;
}

.e-de-ctnr-layout-ribbon-segment.e-de-ctnr-layout-tab .e-textbox,
.e-de-ctnr-layout-ribbon-segment.e-de-ctnr-layout-tab .e-textbox {
  width: 100%;
}

.e-de-ctnr-hglt-btn {
  border: 0.5px solid transparent;
  display: inline-block;
  height: 25px;
  margin: 3px;
  width: 25px;
}

.e-color-selected,
.e-de-ctnr-hglt-btn:hover {
  border-color: #fff;
  outline: #000 0.5px solid;
}

.e-hglt-no-color {
  height: 30px;
  padding-top: 1px;
  width: 157px;
}
.e-hglt-no-color:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.e-de-ctnr-hglt-no-color {
  font-size: 12px;
  font-weight: normal;
  left: 40px;
  padding-top: 11px;
  position: absolute;
  top: 100px;
}

/* stylelint-disable */
.e-de-scrollbar-hide::-webkit-scrollbar {
  width: 0;
}

.e-de-scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* stylelint-enable */
.e-de-contextmenu-wrapper .e-lib.e-contextmenu.e-control.e-menu-parent .e-blankicon {
  padding-left: 17px !important;
  /* stylelint-disable-line declaration-no-important */
}

/* stylelint-disable */
.e-de-toolbar {
  height: 100%;
}

.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
  box-shadow: none;
  height: 28px;
}
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
  box-shadow: none;
}
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
  box-shadow: none;
}
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
  box-shadow: none;
}

.e-de-ctnr-group-btn-middle button {
  border-radius: 0px;
}

.e-de-property-label-container {
  align-content: center;
  width: 100px;
}

.e-de-indent-label-container {
  align-content: center;
  width: 80px;
}

.e-de-picture-label-container {
  align-content: center;
  width: 45px;
}

.e-de-ctnr-picture-format-tab {
  position: relative;
  width: 100%;
  display: flex;
  height: 30px;
}

.e-de-ribbon-property-label {
  font-size: 12px;
}

.e-ribbon-gallery-wrapper .e-ribbon-gallery-item .e-ribbon-gallery-text,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item .e-ribbon-gallery-text {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.e-de-ctnr-layout-ribbon-segment {
  margin-right: 12px;
  margin-bottom: 8px;
}

.e-de-ctnr-picture-ribbon-segment {
  margin-right: 12px;
  margin-bottom: 8px;
}

.e-de-ribbon-border-size-button,
.e-de-ribbon-border-color-picker {
  width: 100px;
}

.e-de-prop-bordersize .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
  width: 50px !important;
}

.e-de-ribbon-border-color-picker .e-selected-color {
  width: 50px !important;
}

.de-tbl-fill-clr .e-dropdown-btn.e-btn {
  box-shadow: none;
}

.e-de-prop-pane .e-de-ctnr-group-btn button,
.e-de-ctn .e-de-status-bar button {
  box-shadow: none;
  height: 28px;
}
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
.e-de-ctn .e-de-status-bar button:focus {
  box-shadow: none;
}
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
.e-de-ctn .e-de-status-bar button:active {
  box-shadow: none;
}
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
.e-de-ctn .e-de-status-bar button:hover {
  box-shadow: none;
}

.e-de-statusbar-pageweb {
  background: #303030;
  border: 0;
  box-shadow: none;
  float: right;
  height: 33px;
  width: 33px;
}
.e-de-statusbar-pageweb:hover {
  box-shadow: none;
}

.e-de-statusbar-pageweb .e-de-printlayout,
.e-de-statusbar-pageweb .e-de-weblayout {
  font-size: 14px;
}

.e-de-statusbar-pageweb .e-de-printlayout:hover,
.e-de-statusbar-pageweb .e-de-weblayout:hover {
  font-size: 14px;
}

.e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
  height: 24px;
  width: 16px;
  margin-right: 12px;
}

.e-de-listview-icon {
  height: auto;
  width: auto;
  line-height: 22px;
  margin-right: 12px;
}

.e-de-linespacing {
  margin-top: 11px;
}

.e-de-statusbar-zoom {
  background: #303030;
  border: 0;
  color: #fff;
  float: right;
  font-weight: 400;
  height: 33px;
}

.e-de-pagenumber-text {
  border: none !important;
}

.e-de-pagenumber-input {
  background: #000;
  border: 1px solid #616161;
  border-radius: 2px;
  color: #fff;
  padding: 0px;
  text-align: center;
  width: 22px;
}

.e-btn-pageweb-toggle {
  background-color: #616161;
  box-shadow: none;
  outline: #fafafa 0 solid;
  outline-offset: 0;
}

.e-btn-pageweb-spellcheck {
  border: 0;
  box-shadow: none;
  float: right;
  margin-left: calc(100% - 380px);
}

.e-de-ctn-title {
  background-color: #3f51b5;
  border-bottom: none !important;
  color: #fff;
}

.e-de-tool-ctnr-properties-pane {
  display: flex;
  height: calc(100% - 115px);
  width: 100%;
}

.e-de-ctnr-properties-pane {
  display: flex;
  height: calc(100% - 40px);
  width: 100%;
}

.e-de-ribbon-simplified-ctnr-properties-pane {
  height: calc(100% - 117px);
  width: 100%;
}

.e-de-ribbon-classic-ctnr-properties-pane {
  height: calc(100% - 209px);
  width: 100%;
}

.e-de-statusbar-separator {
  border-left: 1px solid #626161;
  height: 16px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 10px;
}

.e-de-statusbar-spellcheck {
  border-radius: 2px;
  font-weight: 400;
}

.e-de-ctn {
  background-color: #303030;
  border: 1px solid #616161;
  height: 100%;
  position: relative;
  width: 100%;
}

.e-de-ctnr-toolbar {
  display: flex;
  height: 77px;
  width: 100%;
}

.e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
.e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
  border: 0;
}

.e-de-pane {
  border-left: 1px solid #616161;
}

.e-de-pane-rtl {
  border-right: 1px solid #616161;
}

.e-de-tool-ctnr-properties-pane,
.e-de-ctnr-properties-pane,
.e-de-ribbon-simplified-ctnr-properties-pane,
.e-de-ribbon-classic-ctnr-properties-pane {
  background: #303030;
  border-bottom: 1px solid #616161;
  border-top: 1px solid #616161;
}

.e-de-ctnr-segment {
  margin-bottom: 12px;
}

.e-de-ctnr-segment > div:first-child:not(.e-rtl),
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
  margin-right: 12px;
}

.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
  margin-left: 12px;
  margin-right: 0;
}

.e-de-tlbr-wrapper {
  background-color: #212121;
  height: 77px;
  width: calc(100% - 75px);
}

.e-de-ctnr-prop-label {
  color: #9e9e9e;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05px;
  margin-bottom: 12px;
  opacity: 0.87;
}

.e-de-table-prop-label {
  margin-left: 12px;
}

.e-de-table-prop-label.e-de-rtl {
  margin-left: 0;
  margin-right: 12px;
}

.e-de-toolbar.e-toolbar {
  border-radius: 0;
}

.e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
  margin-left: 0;
  margin-right: 6px;
}

.e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
  margin-left: 6px;
  margin-right: 0;
}

.e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
  margin-left: 6px;
  margin-right: 0;
}

.e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
  margin-left: 0;
  margin-right: 6px;
}

.e-de-toolbar.e-toolbar .e-toolbar-items {
  height: 77px;
}
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
  height: 59px;
  margin: 0 5.5px;
}
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
  margin-left: 12px !important;
  margin-right: 6px;
}
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
  margin-left: 6px;
  margin-right: 6px;
}
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
  margin-left: 6px;
  margin-right: 12px;
}
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
  background-color: #7d7d7d;
}

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
  flex-direction: column;
  height: calc(100% - 10px);
  padding: 0;
  padding-bottom: 5px;
}
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
  padding: 0;
  padding-bottom: 5px;
}
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
  padding: 0;
  padding-bottom: 5px;
}
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
  padding: 0;
  padding-bottom: 5px;
}

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
  padding: 0;
}

.e-de-overlay {
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
  width: 100%;
}

.e-de-hide-track-btn {
  display: none;
}

.e-de-ctnr-properties-pane-btn {
  width: 75px;
}

.e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
  color: #3f51b5;
}

.e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
  color: #fff;
}

.e-de-ctnr-properties-pane-btn .e-btn {
  background: #212121;
  border-radius: 0;
  box-shadow: none;
  color: #3f51b5;
  min-height: 100%;
  min-width: 100%;
}
.e-de-ctnr-properties-pane-btn .e-btn:focus {
  box-shadow: none;
}
.e-de-ctnr-properties-pane-btn .e-btn:active {
  box-shadow: none;
}
.e-de-ctnr-properties-pane-btn .e-btn:hover {
  box-shadow: none;
}

.e-de-showhide-btn {
  border: 0;
  height: 77px;
}

.e-de-showhide-btn-rtl {
  border: 0;
  height: 77px;
}

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
  padding: 0;
}

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
  display: table;
  font-size: 12px;
  margin: 0 6.5px;
  padding: 0;
  white-space: normal;
}

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
  padding: 0 !important;
  min-height: 16px;
}

.e-de-hdr-ftr-frst-div {
  margin-bottom: 10px;
}

.e-de-hdr-ftr-top-div {
  margin-bottom: 14px;
}

.e-de-cntr-pane-padding {
  padding: 12px;
}

.e-de-prop-pane {
  height: 100%;
  min-height: 200px;
  overflow: auto;
  width: 262px;
}

.e-de-review-pane {
  background: #303030;
  border-left: 1px solid #616161;
  height: 100%;
  min-height: 200px;
  overflow: auto;
  width: 400px;
}

.e-de-property-div-padding {
  border-bottom: 0.5px solid #616161;
  padding: 12.5px;
}

.e-de-ctnr-dropdown-ftr {
  border-top: 1px solid #616161;
  color: #9e9e9e;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 40px;
  text-indent: 1.2em;
}

.e-de-char-fmt-btn-left > button,
.e-de-insert-del-cell button {
  width: 38.5px;
}

.e-de-char-fmt-btn-right > button {
  width: 36px;
}

.e-de-panel-left-width {
  width: 150px;
}

.e-de-panel-right-width {
  width: 72px;
}

.e-de-cntr-highlight-pane {
  border: 1px solid #616161;
}

.e-de-btn-hghlclr > button:first-child {
  padding: 1px !important;
}

.e-de-ctnr-hglt-color {
  font-size: 12px;
  font-weight: 400;
  height: 18px !important;
  width: 18px !important;
}

.e-de-font-clr-picker > div div button,
.e-de-font-clr-picker > div button,
.e-de-font-clr-picker > button {
  width: 30.8px;
}

.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
  height: 55px;
  padding: 4px !important;
  width: 60px;
}

.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
  border: 3px solid rgba(0, 0, 0, 0.12);
  padding: 2px !important;
}

.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
  height: 38px;
  padding: 4px !important;
  width: 38px;
}

.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
  border: 3px solid rgba(0, 0, 0, 0.12);
  padding: 2px !important;
}

.e-de-list-header-presetmenu {
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  text-align: left;
  min-width: 50px;
  white-space: nowrap;
  width: 100%;
}

.e-de-bullet-list-header-presetmenu {
  cursor: pointer;
  font-size: 14px;
  left: -11px;
  line-height: 26px;
  min-width: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.e-rtl .e-de-bullet-list-header-presetmenu {
  cursor: pointer;
  font-size: 14px;
  left: 10px;
  line-height: 26px;
  min-width: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.e-de-bullet {
  font-size: 42px;
}

.e-de-list-header-presetmenu .e-de-list-line {
  border-bottom: 1px solid #ccc !important;
  margin-left: 5px;
  width: 100%;
}

.e-de-toc-optionsdiv {
  margin-bottom: 11.5px;
  margin-left: 5.5px;
  margin-top: 15.5px;
}

.e-de-toc-optionsdiv.e-de-rtl {
  margin-right: 5.5px;
  margin-left: 0;
}

.e-de-list-header-presetmenu div span {
  display: inline-block;
  vertical-align: middle;
}

.e-de-floating-menu .e-de-floating-menuitem,
.e-de-floating-menu .e-de-menuitem-none {
  cursor: pointer;
  height: 70px;
  padding: 0 !important;
  margin: 0 5px 5px 0 !important;
  width: 70px;
}

.e-de-list-thumbnail .e-de-list-items {
  float: left;
}

.e-de-list-thumbnail .e-de-list-items {
  border: 1px solid #e4e4e4;
  clear: initial;
  display: inline-block;
  height: auto;
  margin: 5px;
  padding: 2px;
  text-align: center;
  width: auto;
}

.e-de-list-items {
  cursor: pointer;
  background: #303030;
  box-sizing: border-box;
  list-style: none;
  padding: 7px 10px 7px 10px;
  position: relative;
}

.e-de-list-item-size {
  font-size: 14px;
}

.e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
.e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
  border: 3px solid #3f51b5;
  padding: 2px !important;
}

.e-de-floating-menu {
  padding: 10px 4px 5px 10px !important;
}

.e-de-list-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  background: #303030;
  box-sizing: border-box;
  display: inline-block;
  line-height: normal;
  margin: 0;
  outline: 0;
  background: #303030;
  padding: 5px 0;
  position: absolute;
  width: auto;
  z-index: 10020;
}

.e-de-ctnr-list {
  font-size: 29px;
  vertical-align: top;
}

.e-de-image-property {
  padding-left: 32px;
}

.e-de-img-prty-span {
  color: #fff;
  left: 8px;
  position: absolute;
  top: 7px;
}

.e-btn-toggle {
  background-color: #7d7d7d !important;
  outline: #fafafa 0 solid;
  outline-offset: 0;
  box-shadow: none !important;
}
.e-btn-toggle:hover {
  background-color: #7d7d7d !important;
  outline: #fafafa 0 solid;
  outline-offset: 0;
  box-shadow: none !important;
}

.e-de-ctnr-group-btn-top > button:first-child {
  border-radius: 0;
  border-top-left-radius: 4px;
}

.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}

.e-de-ctnr-group-btn-top > button:last-child {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}

.e-de-ctnr-group-btn-middle > button {
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}

.e-de-ctnr-group-btn-bottom > button:first-child {
  border-radius: 0;
  border-bottom-left-radius: 4px;
}

.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}

.e-de-ctnr-group-btn-bottom > button:last-child {
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.e-de-toc-template1 {
  background: #303030;
  border: 1px solid #616161;
  color: #9e9e9e;
  height: 129px;
  width: 94px;
  margin-left: 78px;
}

.e-de-toc-template1.e-de-rtl {
  margin-left: 0;
  margin-right: 78px;
}

.e-de-toc-template1-content1 {
  font-size: 10px;
  height: 11px;
  margin-left: 5.4px;
  margin-top: 6.7px;
  width: 78px;
}

.e-de-toc-template1-content2 {
  font-size: 8px;
  height: 9px;
  margin-left: 20.4px;
  margin-top: 5.7px;
  width: 63px;
}

.e-de-toc-template1-content3 {
  font-size: 7px;
  height: 8px;
  margin-left: 28.4px;
  margin-top: 6.7px;
  width: 55px;
}

.e-de-prop-sub-label {
  color: #9e9e9e;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: normal;
}

.e-de-toc-checkbox1 {
  height: 14px;
  margin-top: 14px;
}

.e-de-toc-checkbox2 {
  height: 14px;
  margin-top: 14px;
}

.e-de-toc-checkbox3 {
  height: 14px;
  margin-top: 14px;
}

.e-de-status-bar {
  background: #303030;
  display: flex;
  padding-top: 2.5px;
  width: 100%;
}

.e-de-ctnr-pg-no {
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 100%;
  padding-top: 8px;
}
.e-de-ctnr-pg-no span {
  border: 1px solid transparent;
}

.e-de-ctnr-pg-no-spellout {
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 100%;
  padding-top: 8px;
  width: calc(100% - 146px);
}
.e-de-ctnr-pg-no-spellout span {
  border: 1px solid transparent;
}

.e-de-statusbar-zoom-spell {
  background-color: #303030;
  border: 0;
  color: #fff;
  float: right;
  height: 34px;
  margin-left: calc(100% - 380px);
}

.e-de-btn-cancel {
  margin-left: 10px;
}

.e-de-btn-cancel-rtl {
  margin-left: 0;
  margin-right: 10px;
}

.e-de-prop-header-label {
  color: #9e9e9e;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05px;
  opacity: 0.87;
}

.e-de-prop-separator-line {
  border-bottom: 1px solid #616161;
}

.e-de-status-bar > div label {
  font-weight: normal;
}

.e-de-stylediv {
  padding-left: 12px;
}

.e-de-stylediv-rtl {
  padding-left: 0;
  padding-right: 12px;
}

.e-de-border-size-button {
  height: 28px;
  margin-top: 14px;
  width: 100px;
}

.e-de-color-picker {
  height: 28px;
  width: 100px;
}

.e-de-cell-text-box {
  margin-right: 12px;
}

.e-de-pane-rtl .e-de-cell-text-box {
  margin-left: 12px;
  margin-right: 0;
}

.e-de-prop-fill-label {
  margin-right: 8px;
}

.e-de-prop-fill-label.e-de-rtl {
  margin-left: 8px;
  margin-right: 0;
}

.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
  height: 36px !important;
}

.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
  width: 38px;
  height: 38px;
}

.e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
  width: 70px;
}

.e-de-hRuler {
  background-color: #212121;
  border-bottom: 0.5px solid #616161;
}

.e-de-vRuler {
  background-color: #212121;
  border-right: 0.5px solid #616161;
}

.e-de-ruler-margin {
  background-color: #424242;
}

.e-de-ruler-tick {
  stroke: #9e9e9e;
}

.e-de-ruler-tick-label {
  fill: #fff;
}

.e-de-ruler-markIndicator {
  background-color: #424242;
}

.e-de-ruler-marker .e-de-ruler-tab-svg {
  fill: #9e9e9e;
}

.e-de-ruler-marker .e-de-ruler-indent-svg {
  fill: #9e9e9e;
}

.e-de-ruler-indent .e-de-ruler-indent-svg {
  fill: #424242;
  stroke: #eee;
}

.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
  fill: #212121;
  stroke: #eee;
}

.e-de-ruler-indent .e-de-ruler-indent-svg:active {
  fill: #3f51b5;
  stroke: #eee;
}

.e-de-ruler-table-svg {
  fill: #eee;
}

.e-de-ruler-table-svg:hover {
  fill: #212121;
}

.e-de-ruler-table-svg:active {
  fill: #3f51b5;
}

.e-de-custom-treeview .e-list-text {
  font-size: 12px;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-rtl .e-listview .e-list-icon {
  height: 24px;
  width: 16px;
  margin-left: 12px;
}
.e-rtl .e-de-listview-icon {
  height: auto;
  width: auto;
  line-height: 22px;
  margin-left: 12px;
}
.e-rtl .e-de-vRuler {
  background-color: #212121;
  border-right: none;
  border-left: 0.5px solid #616161;
}

.e-de-ctn .e-de-bzr-button {
  font-size: 12px;
  font-weight: 400;
  background: #212121;
}

.e-de-ctn .e-de-bzr-button:active {
  box-shadow: none;
}

.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
  font-size: 14px;
}
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
  height: calc(100% - 10px);
  line-height: 23px;
}

.e-de-ctnr-close::before {
  content: "\eb36";
}

.e-de-ctnr-linespacing::before {
  content: "\eb37";
}

.e-de-ctnr-lock::before {
  content: "\eb3a";
}

.e-de-ctnr-link::before {
  content: "\eb3c";
}

.e-de-ctnr-alignbottom::before {
  content: "\eb3d";
}

.e-de-selected-spellcheck-item::before {
  content: "\e935";
  font-family: "e-icons";
  font-size: 10px;
}

.e-de-selected-underline-item::before {
  content: "\e935";
  font-family: "e-icons";
  font-size: 10px;
}

.e-de-ctnr-table::before {
  content: "\eb3e";
}

.e-de-ctnr-tableofcontent::before {
  content: "\eb41";
}

.e-de-ctnr-pagenumber::before {
  content: "\eb43";
}

.e-de-ctnr-bold::before {
  content: "\eb47";
}

.e-de-ctnr-aligntop::before {
  content: "\eb49";
}

.e-de-ctnr-pagesetup::before {
  content: "\eb4c";
}

.e-de-ctnr-content-control::before {
  content: "\e9c6";
}

.e-de-ctnr-xml-mapping::before {
  content: "\e9c8";
}

.e-de-ctnr-strokestyle::before {
  content: "\eb4d";
}

.e-de-ctnr-image::before {
  content: "\eb4f";
}

.e-de-ctnr-bookmark::before {
  content: "\eb51";
}

.e-de-ctnr-header::before {
  content: "\eb53";
}

.e-de-ctnr-bullets::before {
  content: "\eb5b";
}

.e-de-ctnr-borders::before {
  content: "\e93b";
}

.e-de-ctnr-showhide::before {
  content: "\eb5d";
  font-size: 16px;
}

.e-de-flip {
  transform: scaleX(-1);
}

.e-de-ctnr-print::before {
  content: "\eb5e";
}

.e-de-ctnr-alignright::before {
  content: "\eb5f";
}

.e-de-ctnr-footer::before {
  content: "\eb60";
}

.e-de-ctnr-outsideborder::before {
  content: "\eb66";
}

.e-de-ctnr-allborders::before {
  content: "\eb95";
}

.e-de-ctnr-insideborders::before {
  content: "\eb88";
}

.e-de-ctnr-mergecell::before {
  content: "\eb93";
}

.e-de-ctnr-aligncenter-table::before {
  content: "\eb0d";
}

.e-de-ctnr-bullet-none::before {
  content: "\e256";
}

.e-de-ctnr-bullet-dot::before {
  content: "\e270";
}

.e-de-ctnr-bullet-circle::before {
  content: "\e254";
}

.e-de-ctnr-bullet-square::before {
  content: "\e271";
}

.e-de-ctnr-bullet-flower::before {
  content: "\e267";
}

.e-de-ctnr-bullet-arrow::before {
  content: "\e253";
}

.e-de-ctnr-bullet-tick::before {
  content: "\e259";
}

.e-de-selected-item::before {
  content: "\e935";
}

.e-de-ctnr-break::before {
  content: "\eba6";
}

.e-de-ctnr-page-break::before {
  content: "\eba0";
}

.e-de-ctnr-section-break::before {
  content: "\eba2";
}

.e-de-ctnr-upload::before {
  content: "\e60f";
}

.e-de-ctnr-undo::before {
  content: "\e341";
}

.e-de-ctnr-find::before {
  content: "\e60e";
}

.e-de-ctnr-italic::before {
  content: "\e35a";
}

.e-de-ctnr-download::before {
  content: "\e603";
}

.e-de-ctnr-justify::before {
  content: "\e334";
}

.e-de-ctnr-highlight::before {
  content: "\ec15";
}

.e-de-ctnr-new::before {
  content: "\e823";
}

.e-de-ctnr-paste::before {
  content: "\e355";
}

.e-de-ctnr-subscript::before {
  content: "\e357";
}

.e-de-ctnr-fontcolor::before {
  content: "\ec22";
}

.e-de-ctnr-change-case::before {
  content: "\e88c";
}

.e-de-ctnr-strikethrough::before {
  content: "\e332";
}

.e-de-ctnr-redo::before {
  content: "\e354";
}

.e-de-ctnr-increaseindent::before {
  content: "\e33f";
}

.e-de-ctnr-backgroundcolor::before {
  content: "\e35c";
}

.e-de-ctnr-open::before {
  content: "\e609";
}

.e-de-ctnr-underline::before {
  content: "\e343";
}

.e-de-ctnr-superscript::before {
  content: "\e352";
}

.e-de-ctnr-alignleft::before {
  content: "\e33a";
}

.e-de-ctnr-numbering::before {
  content: "\e346";
}

.e-de-ctnr-aligncenter::before {
  content: "\e35e";
}

.e-de-ctnr-decreaseindent::before {
  content: "\e35d";
}

.e-de-ctnr-clearall::before {
  content: "\e340";
}

.e-de-ctnr-leftborders::before {
  content: "\e291";
}

.e-de-ctnr-insideverticalborder::before {
  content: "\e287";
}

.e-de-ctnr-rightborder::before {
  content: "\e288";
}

.e-de-ctnr-topborder::before {
  content: "\e281";
}

.e-de-ctnr-insidehorizondalborder::before {
  content: "\e276";
}

.e-de-ctnr-bottomborder::before {
  content: "\e298";
}

.e-de-ctnr-strokesize::before {
  content: "\ec25";
}

.e-de-ctnr-highlightcolor::before {
  content: "\ec15";
}

.e-de-ctnr-insertleft::before {
  content: "\e285";
}

.e-de-ctnr-insertright::before {
  content: "\e284";
}

.e-de-ctnr-insertabove::before {
  content: "\e506";
}

.e-de-ctnr-insertbelow::before {
  content: "\e505";
}

.e-de-ctnr-deleterows::before {
  content: "\e283";
}

.e-de-ctnr-deletecolumns::before {
  content: "\e282";
}

.e-de-ctnr-cellbg-clr-picker::before {
  content: "\e35c";
  font-size: 15px;
}

.e-de-cnt-cmt-add::before {
  content: "\e814";
  font-family: "e-icons";
}

.e-de-cnt-track::before {
  content: "\e20a";
  font-family: "e-icons";
}

.e-de-weblayout::before {
  content: "\e193";
  font-family: "e-icons";
}

.e-de-printlayout::before {
  content: "\e194";
  font-family: "e-icons";
}

.e-de-textform::before {
  content: "\e198";
  font-family: "e-icons";
}

.e-de-combo-box::before {
  content: "\e8ff";
  font-family: "e-icons";
}

.e-de-dropdown-list::before {
  content: "\e8fe";
  font-family: "e-icons";
}

.e-de-formproperties::before {
  content: "\e199";
  font-family: "e-icons";
}

.e-de-clearform::before {
  content: "\e19a";
  font-family: "e-icons";
}

.e-de-dropdownform::before {
  content: "\e19b";
  font-family: "e-icons";
}

.e-de-formfield::before {
  content: "\e19c";
  font-family: "e-icons";
}

.e-de-checkbox-form::before {
  content: "\e192";
  font-family: "e-icons";
}

.e-de-arrow-up::before {
  content: "\e834";
  font-family: "e-icons";
}

.e-de-arrow-down::before {
  content: "\e83d";
  font-family: "e-icons";
}

.e-de-update-field::before {
  content: "\e19e";
  font-family: "e-icons";
}

.e-de-footnote::before {
  content: "\e435";
  font-family: "e-icons";
  font-weight: 800;
}

.e-de-endnote::before {
  content: "\e436";
  font-family: "e-icons";
}

.e-de-e-paragraph-mark::before {
  content: "\e353";
  font-family: "e-icons";
}

.e-de-e-paragraph-style-mark::before {
  content: "\e353";
  font-family: "e-icons";
}

.e-de-e-character-style-mark::before {
  content: "\e97d";
  font-family: "e-icons";
}

.e-de-e-linked-style-mark::before {
  content: "\e97e";
  font-family: "e-icons";
}

.e-de-ctnr-columns::before {
  content: "\e955";
  font-family: "e-icons";
}

.e-de-ctnr-page-size::before {
  content: "\e952";
  font-family: "e-icons";
}

.e-de-ctnr-page-break-column::before {
  content: "\e970";
  font-family: "e-icons";
}

.e-de-ctnr-page-break-text-wrapping::before {
  content: "\e972";
  font-family: "e-icons";
}

.e-de-ctnr-section-break-continuous::before {
  content: "\e971";
  font-family: "e-icons";
}

.e-de-ctnr-section-break-even-page::before {
  content: "\e96e";
  font-family: "e-icons";
}

.e-de-ctnr-section-break-odd-page::before {
  content: "\e96f";
  font-family: "e-icons";
}

.e-de-ctnr-columns-one::before {
  content: "\e976";
  font-family: "e-icons";
  font-size: 60px;
}

.e-de-ctnr-columns-two::before {
  content: "\e978";
  font-family: "e-icons";
  font-size: 60px;
}

.e-de-ctnr-columns-three::before {
  content: "\e979";
  font-family: "e-icons";
  font-size: 60px;
}

.e-de-ctnr-columns-right::before {
  content: "\e973";
  font-family: "e-icons";
  font-size: 60px;
}

.e-de-ctnr-columns-left::before {
  content: "\e975";
  font-family: "e-icons";
  font-size: 60px;
}

.e-de-ctnr-add-bookmark::before {
  content: "\e9ea";
}

.e-de-ctnr-all-bookmarks::before {
  content: "\e9eb";
}

.e-de-ctnr-landscape::before {
  content: "\e9ec";
}

.e-de-ctnr-page-orientation::before {
  content: "\e9ed";
}

.e-de-ctnr-margin::before {
  content: "\e9ee";
}

.e-de-ctnr-previous-comment::before {
  content: "\e9ef";
}

.e-de-ctnr-next-comment::before {
  content: "\e9f0";
}

.e-de-ctnr-close-comment::before {
  content: "\e9f1";
}

.e-de-ctnr-increase-fontsize::before {
  content: "\e9f2";
}

.e-de-ctnr-decrease-fontsize::before {
  content: "\e9f3";
}

.e-de-ctnr-delete-all-comments::before {
  content: "\e9f4";
}

.e-de-ctnr-reading-view::before {
  content: "\e9f5";
}

.e-de-ctnr-multiple-page::before {
  content: "\e9f6";
}

.e-de-ctnr-fit-100::before {
  content: "\e9f7";
}

.e-de-ctnr-margin-narrow::before {
  content: "\e9f8";
}

.e-de-ctnr-margin-normal::before {
  content: "\e9f9";
}

.e-de-ctnr-margin-moderate::before {
  content: "\e9fa";
}

.e-de-ctnr-margin-wide::before {
  content: "\e9fb";
}

.e-de-ctnr-margin-default::before {
  content: "\e9fc";
}

.e-de-ctnr-margin-custom::before {
  content: "\e9fd";
}

.e-de-ctnr-size-letter::before {
  content: "\e9fe";
}

.e-de-ctnr-size-legal::before {
  content: "\e9ff";
}

.e-de-ctnr-size-executive::before {
  content: "\ea00";
}

.e-de-ctnr-size-a4::before {
  content: "\ea01";
}

.e-de-ctnr-size-a5::before {
  content: "\ea02";
}

.e-de-ctnr-size-custom::before {
  content: "\ea03";
}

.e-de-ctnr-more-column::before {
  content: "\ea04";
}

.e-de-ctnr-zoom-in::before {
  content: "\e349";
}

.e-de-ctnr-zoom-out::before {
  content: "\e351";
}

.e-de-ctnr-table-update::before {
  content: "\e19e";
}

.e-de-ctnr-text-alternative::before {
  content: "\e33c";
}

.e-de-ctnr-export::before {
  content: "\e711";
}

.e-de-ctnr-replace::before {
  content: "\e359";
}

.e-de-ctnr-cut::before {
  content: "\e33b";
}

.e-de-ctnr-changes-accept::before {
  content: "\e19f";
}

.e-de-ctnr-changes-reject::before {
  content: "\e204";
}

.e-de-ctnr-border-none::before {
  content: "\e195";
}

.e-de-ctnr-paint-bucket::before {
  content: "\e35c";
}

.e-de-ctnr-mouse-pointer::before {
  content: "\ec1d";
}

.e-de-ctnr-table-2::before {
  content: "\e708";
}

.e-de-ctnr-freeze-row::before {
  content: "\eb02";
}

.e-de-ctnr-freeze-column::before {
  content: "\e21e";
}

.e-de-ctnr-table-cell::before {
  content: "\e89c";
}

.e-de-ctnr-table-delete::before {
  content: "\e292";
}

.e-de-ctnr-page-column-right::before {
  content: "\e973";
}

.e-de-ctnr-page-column-left::before {
  content: "\e975";
}

.e-de-ctnr-page-column-one::before {
  content: "\e976";
}

.e-de-ctnr-page-column-two::before {
  content: "\e978";
}

.e-de-ctnr-page-column-three::before {
  content: "\e979";
}

.e-de-ctnr-page-width::before {
  content: "\e9d9";
}

.e-de-ctnr-copy::before {
  content: "\e70a";
}

.e-de-ctnr-page-portrait::before {
  content: "\e9b5";
}

/* stylelint-disable-line no-empty-source */
/* stylelint-disable-line no-empty-source */
.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
  border-width: 1px;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: none;
  width: 100%;
}
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
  flex: 1 1 auto;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: normal;
}
.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
  overflow: auto;
}
.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
  flex-grow: 0;
  flex-shrink: 0;
}
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
  overflow: auto;
}
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
  flex-basis: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  overflow: hidden !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-splitter.e-splitter-horizontal {
  flex-direction: row;
}
.e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
  overflow: hidden;
}
.e-splitter.e-splitter-horizontal.e-rtl {
  flex-direction: row-reverse;
}
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
  flex-direction: row-reverse;
}
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
  right: auto;
}
.e-splitter.e-splitter-vertical {
  flex-direction: column;
}
.e-splitter.e-splitter-vertical.e-reverse {
  flex-direction: column-reverse;
}
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
  overflow: hidden;
}
.e-splitter.e-splitter-vertical .e-pane-vertical {
  overflow: auto;
}
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
  flex-basis: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  overflow: hidden !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
  right: auto;
}
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
  border-radius: 50%;
  bottom: 20px;
  right: 22px;
}
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
  border-radius: 50%;
  left: 22px;
  right: auto;
  top: 20px;
}
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
  right: auto;
}
.e-splitter .e-split-bar.e-split-bar-horizontal {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  min-width: 1px;
  z-index: 15;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
  visibility: hidden;
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
  cursor: col-resize;
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
  content: "";
  cursor: col-resize;
  display: block;
  height: 100%;
  position: absolute;
  width: 16px;
  z-index: 10;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
  align-items: center;
  display: flex;
  height: 18px;
  justify-content: center;
  position: relative;
  width: 1px;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
  visibility: hidden;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
  left: 8px;
  right: 3px;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
  border-image: none;
  border-width: 1px;
  cursor: pointer;
  display: flex;
  height: 26px;
  padding: 1px 12px;
  position: relative;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
  border-radius: 16px;
  content: "";
  height: 8px;
  position: absolute;
  transform: rotate(0deg);
  width: 2px;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
  top: 5px;
  transform-origin: 1px 7px 0;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
  top: 11px;
  transform-origin: 1px 1px 0;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
  border-radius: 50%;
  right: 5px;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
  border-radius: 50%;
  left: 5px;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after {
  right: 8px;
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
  margin: 0 3px;
}
.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
  margin: 0 0 0 3px;
}
.e-splitter .e-split-bar.e-split-bar-vertical {
  align-items: center;
  border-left: none;
  border-right: none;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  min-height: 1px;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
  visibility: hidden;
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
  cursor: row-resize;
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
  content: "";
  cursor: row-resize;
  display: block;
  height: 16px;
  position: absolute;
  width: 100%;
  z-index: 12;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
  align-items: center;
  display: flex;
  height: 1px;
  justify-content: center;
  width: 18px;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
  visibility: hidden;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
  left: 10px;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
  border-image: none;
  border-width: 0;
  cursor: pointer;
  display: flex;
  height: 26px;
  padding: 10px 3px 10px 18px;
  position: relative;
  width: 26px;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
  border-radius: 16px;
  content: "";
  height: 8px;
  position: absolute;
  transform: rotate(90deg);
  width: 2px;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
  top: 3px;
  transform-origin: 2px 7px 0;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
  left: 11px;
  top: 8px;
  transform-origin: 1px 1px 0;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
  left: 12px;
  top: 8px;
  transform-origin: 1px 6px 0;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
  left: 10px;
  top: 12px;
  transform-origin: 1px 2px 0;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
  border-radius: 50%;
  bottom: 20px;
  left: 22px;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
  border-radius: 50%;
  right: 22px;
  top: 20px;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
  right: 10px;
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
  margin: 3px 0;
}
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
  margin: 3px 0 0;
}
.e-splitter .e-split-bar .e-navigate-arrow {
  border-style: solid;
}

.e-rtl .e-splitter.e-splitter-horizontal {
  flex-direction: row-reverse;
}

.e-content-placeholder.e-splitter.e-placeholder-splitter {
  background-size: 100px 110px;
  min-height: 110px;
}

.e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
  margin-left: -26px;
}

.e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
  flex-direction: column;
}

/* stylelint-disable-line no-empty-source */
.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
  border: solid 1px #616161;
}
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
  color: #fff;
}
.e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical {
  border: transparent;
}
.e-splitter .e-split-bar.e-split-bar-horizontal {
  background: #616161;
  border-left: none;
  border-right: none;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  transition: background-color 500ms ease-out;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after {
  background-color: rgb(255, 128, 171);
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
  background: #00b0ff;
  border-left: none;
  border-right: none;
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
  background: #303030;
  color: #00b0ff;
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
  background-color: #000;
  border-color: rgba(255, 128, 171, 0.5);
  border-width: 1px;
  opacity: 0.9;
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::before {
  background-color: rgb(255, 128, 171);
  opacity: 1;
  transform: rotate(40deg);
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::after {
  background-color: rgb(255, 128, 171);
  opacity: 1;
  transform: rotate(-40deg);
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before {
  background-color: rgb(255, 128, 171);
  opacity: 1;
  transform: rotate(-40deg);
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after {
  background-color: rgb(255, 128, 171);
  opacity: 1;
  transform: rotate(40deg);
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
  background: #00b0ff;
}
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
  background: #303030;
  color: #00b0ff;
}
.e-splitter .e-split-bar.e-split-bar-vertical {
  background: #616161;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
  z-index: 12;
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
  background: #00b0ff;
  border-left: none;
  border-right: none;
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
  background-color: #000;
  border-color: rgba(255, 128, 171, 0.5);
  border-width: 1px;
  opacity: 0.9;
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
  background: #303030;
  color: #00b0ff;
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
  background-color: rgb(255, 128, 171);
  opacity: 1;
  transform: rotate(125deg);
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after {
  background-color: rgb(255, 128, 171);
  opacity: 1;
  transform: rotate(50deg);
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before {
  background-color: rgb(255, 128, 171);
  opacity: 1;
  transform: rotate(55deg);
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after {
  background-color: rgb(255, 128, 171);
  opacity: 1;
  transform: rotate(125deg);
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  transition: background-color 300ms ease-out;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
  background-color: rgb(255, 128, 171);
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
  background: #00b0ff;
}
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
  background: #303030;
  color: #00b0ff;
}
.e-splitter.e-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
  content: "\e984";
  font-family: "e-icons";
  font-size: 14px;
}
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
  content: "";
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
  content: "\eb04";
  font-family: "e-icons";
  font-size: 14px;
}
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
  content: "";
}

/*! Pager layout */
.e-pager {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 13px;
  padding: 0;
  white-space: normal;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pager [class^=e-] {
  box-sizing: border-box;
}
.e-pager .e-pager-default.e-hide,
.e-pager .e-pagesizes.e-hide,
.e-pager .e-hide {
  display: none;
}
.e-pager div.e-parentmsgbar {
  float: right;
  padding-bottom: 9px;
  padding-right: 18px;
  padding-top: 18px;
}
.e-pager div.e-parentmsgbar span.e-rightalign {
  text-align: right;
}
.e-pager .e-pagesizes {
  display: inline;
}
.e-pager .e-pagerdropdown {
  display: inline-block;
  height: 32px;
  margin-left: 12px;
  margin-right: 0;
  margin-top: -26px;
  overflow: hidden;
  vertical-align: middle;
  width: 90px;
}
.e-pager .e-pagerconstant {
  display: inline-block;
  margin: 0 0 11px 12px;
  overflow: hidden;
  width: auto;
}
.e-pager .e-icons {
  font-size: 9px;
}
.e-pager .e-numericitem {
  border-right-style: solid;
  border-right-width: 0;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  min-width: 26px;
  padding: 5px 8px;
  text-align: center;
}
.e-pager div.e-pagermsgdiv {
  padding-right: 6px;
  padding-top: 4px;
  text-align: right;
}
.e-pager .e-firstpagedisabled,
.e-pager .e-prevpagedisabled,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled {
  opacity: 0.3;
}
.e-pager .e-spacing,
.e-pager .e-numericitem:hover,
.e-pager .e-currentitem {
  border-radius: 12px;
  cursor: pointer;
  padding: 6px;
  text-decoration: none;
}
.e-pager .e-currentitem {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.e-pager div,
.e-pager a {
  display: inline;
  user-select: none;
}
.e-pager .e-icons::before {
  display: inline-block;
}
.e-pager .e-pagercontainer .e-firstpage,
.e-pager .e-pagercontainer .e-prevpage,
.e-pager .e-pagercontainer .e-firstpagedisabled,
.e-pager .e-pagercontainer .e-prevpagedisabled,
.e-pager .e-pagercontainer .e-nextpage,
.e-pager .e-pagercontainer .e-lastpage,
.e-pager .e-pagercontainer .e-nextpagedisabled,
.e-pager .e-pagercontainer .e-lastpagedisabled {
  border-right-style: solid;
  border-right-width: 0;
  display: inline-block;
  margin-right: 12px;
  margin-top: 5px;
  min-width: 26px;
  padding: 11px 9px 8px;
}
.e-pager .e-pagercontainer .e-lastpage,
.e-pager .e-pagercontainer .e-lastpagedisabled {
  border-right: 0;
}
.e-pager .e-firstpage:hover,
.e-pager .e-prevpage:hover,
.e-pager .e-lastpage:hover,
.e-pager .e-nextpage:hover {
  cursor: pointer;
  text-decoration: none;
}
.e-pager a.e-nextprevitemdisabled {
  display: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}
.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
.e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
  margin-left: 9px;
}
.e-pager .e-pagercontainer {
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  display: inline-block;
  margin: 5px 6px 5px 18px;
  overflow: hidden;
}
.e-pager .e-lastpage:hover {
  border-radius: 0 4px 4px 0;
}
.e-pager .e-firstpage:hover {
  border-radius: 4px 0 0 4px;
}
.e-pager .e-pagermessage,
.e-pager .e-pagerexternalmsg {
  display: block;
  margin: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-pager .e-mfirst,
.e-pager .e-mprev,
.e-pager .e-mnext,
.e-pager .e-mlast {
  display: none;
}
.e-pager .e-mprev {
  text-indent: -3px;
}
.e-pager .e-mnext {
  text-indent: -2px;
}
.e-pager .e-mfirst,
.e-pager .e-mprev,
.e-pager .e-mnext,
.e-pager .e-mlast {
  -webkit-tap-highlight-color: #303030;
}
.e-pager .e-pp,
.e-pager .e-np,
.e-pager .e-pp:hover,
.e-pager .e-np:hover {
  font-size: 22px;
  padding: 0 6px;
  font-weight: normal;
  letter-spacing: -0.1em;
}
.e-pager .e-np.e-focused,
.e-pager .e-pp.e-focused {
  line-height: 14px;
  padding: 2.5px 0 9px;
}
.e-pager.e-adaptive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
}
.e-pager.e-adaptive div.e-parentmsgbar {
  margin: 0 5px;
  margin-top: -4px;
  flex-grow: 1;
  min-width: 10px;
  white-space: nowrap;
}
.e-pager.e-adaptive .e-pagesizes {
  display: inline-flex;
  width: auto;
}
.e-pager.e-adaptive .e-pagerdropdown {
  margin: 6px 2px 0 4px;
  width: 77px;
  min-width: 77px;
  order: 2;
  height: 40px;
  padding-right: 5px;
}
.e-pager.e-adaptive .e-pagerconstant {
  font-size: 12px;
  position: relative;
  top: 9px;
  order: 1;
  min-width: 52px;
  max-height: 34px;
  margin: 0 8px 0 10px;
}
.e-pager.e-adaptive .e-pagerconstant.e-page-all {
  top: 14px;
  text-align: center;
}
.e-pager.e-adaptive .e-mfirst,
.e-pager.e-adaptive .e-mprev,
.e-pager.e-adaptive .e-mnext,
.e-pager.e-adaptive .e-mlast {
  padding: 1% 2%;
  width: 5%;
}
.e-pager.e-adaptive .e-mfirst,
.e-pager.e-adaptive .e-mlast {
  width: calc(5% + 11px);
}
@media (max-width: 769px) {
  .e-pager {
    display: flex;
    align-items: center;
    padding: 13px 0;
  }
  .e-pager div.e-parentmsgbar {
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    box-sizing: border-box;
    display: inline-block;
    float: initial;
    text-align: center;
    width: calc(60% - 48px);
  }
  .e-pager .e-pagesizes,
.e-pager .e-pagecountmsg,
.e-pager .e-pagercontainer {
    display: none;
  }
  .e-pager .e-icons {
    font-size: 11px;
  }
  .e-pager .e-mfirst,
.e-pager .e-mprev,
.e-pager .e-mnext,
.e-pager .e-mlast {
    border: 0;
    box-sizing: border-box;
    display: inline-block;
    padding: 1% 5%;
  }
  .e-pager .e-mfirst {
    margin-right: 4px;
    text-align: right;
    width: calc(10% + 11px);
  }
  .e-pager .e-mprev {
    margin: 0 4px;
    text-align: right;
    width: 10%;
  }
  .e-pager .e-mnext {
    margin: 0 4px;
    text-align: left;
    width: 10%;
  }
  .e-pager .e-mlast {
    margin-left: 4px;
    text-align: left;
    width: calc(10% + 11px);
  }
}
.e-pager.e-rtl {
  direction: rtl;
}
.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
  margin-left: 0;
  margin-right: 6px;
}
.e-pager.e-rtl .e-pagercontainer, .e-pager.e-rtl div, .e-pager.e-rtl a {
  float: initial;
}
.e-pager.e-rtl .e-parentmsgbar {
  float: left;
  margin-left: 6px;
  padding-top: 21px;
}
.e-pager.e-rtl .e-pagerdropdown {
  margin: -33px 18px 0 10px;
}
.e-pager.e-rtl .e-pagerconstant {
  margin: 14px;
}
.e-pager.e-rtl .e-pagerexternalmsg {
  float: none;
}
.e-pager.e-rtl .e-pagercontainer {
  float: none;
  margin: 5px 6px 5px 18px;
  padding: 0;
}
.e-pager.e-rtl .e-firstpage, .e-pager.e-rtl .e-prevpage, .e-pager.e-rtl .e-firstpagedisabled, .e-pager.e-rtl .e-prevpagedisabled, .e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-lastpage, .e-pager.e-rtl .e-nextpagedisabled, .e-pager.e-rtl .e-lastpagedisabled {
  padding: 9px 8px;
}
.e-pager.e-rtl .e-firstpage::before, .e-pager.e-rtl .e-firstpage:hover, .e-pager.e-rtl .e-firstpagedisabled::before {
  content: "\e701";
}
.e-pager.e-rtl .e-prevpage::before, .e-pager.e-rtl .e-prevpage:hover, .e-pager.e-rtl .e-prevpagedisabled::before {
  content: "\e848";
}
.e-pager.e-rtl .e-nextpage::before, .e-pager.e-rtl .e-nextpage:hover, .e-pager.e-rtl .e-nextpagedisabled::before {
  content: "\e84b";
}
.e-pager.e-rtl .e-lastpage::before, .e-pager.e-rtl .e-lastpage:hover, .e-pager.e-rtl .e-lastpagedisabled::before {
  content: "\e716";
}
.e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-nextpagedisabled, .e-pager.e-rtl .e-prevpage, .e-pager.e-rtl .e-prevpagedisabled, .e-pager.e-rtl .e-firstpage, .e-pager.e-rtl .e-firstpagedisabled {
  border-left-style: solid;
  border-left-width: 0;
}
.e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-nextpagedisabled, .e-pager.e-rtl .e-prevpage, .e-pager.e-rtl .e-prevpagedisabled {
  border-right-style: none;
  border-right-width: 0;
}
.e-pager.e-rtl .e-firstpage, .e-pager.e-rtl .e-firstpagedisabled {
  border-right: medium none;
}
.e-pager.e-rtl .e-firstpage:hover {
  border-radius: 0 4px 4px 0;
}
.e-pager.e-rtl .e-lastpage:hover {
  border-radius: 0 4px 4px 0;
}
.e-pager.e-rtl .e-numericcontainer {
  float: none;
}
.e-pager.e-rtl .e-numericitem {
  border-left-style: solid;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
  min-width: 26px;
}
.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
  margin-left: 0;
  margin-right: 9px;
}
.e-pager.e-rtl .e-spacing, .e-pager.e-rtl .e-numericitem:hover, .e-pager.e-rtl .e-currentitem {
  margin: 11px 4px 0 0;
  padding: 6px;
}
.e-pager.e-rtl .e-pp, .e-pager.e-rtl .e-np, .e-pager.e-rtl .e-pp:hover, .e-pager.e-rtl .e-np:hover {
  margin-top: -2px;
  padding: 3px 11px 9px;
}
.e-pager.e-rtl.e-adaptive.e-rtl div.e-parentmsgbar {
  margin: 0 5px;
  margin-top: -4px;
  padding-top: 0;
}
.e-pager.e-rtl.e-adaptive.e-rtl div.e-pagerconstant {
  margin: 0 10px 0 8px;
}
.e-pager.e-rtl.e-adaptive.e-rtl div.e-pagerconstant.e-page-all {
  top: 15px;
}
.e-pager.e-rtl.e-adaptive.e-rtl div.e-pagerdropdown {
  min-width: 92px;
  margin: 8px 4px 0 2px;
  padding: 0 0 0 5px;
}
.e-pager.e-rtl.e-adaptive.e-rtl .e-mfirst,
.e-pager.e-rtl.e-adaptive.e-rtl .e-mprev,
.e-pager.e-rtl.e-adaptive.e-rtl .e-mnext,
.e-pager.e-rtl.e-adaptive.e-rtl .e-mlast {
  padding: 1% 2%;
  width: 5%;
}
.e-pager.e-rtl.e-adaptive.e-rtl .e-mfirst,
.e-pager.e-rtl.e-adaptive.e-rtl .e-mlast {
  width: calc(5% + 11px);
}
@media (max-width: 769px) {
  .e-pager.e-rtl .e-mfirst,
.e-pager.e-rtl .e-mprev,
.e-pager.e-rtl .e-mnext,
.e-pager.e-rtl .e-mlast {
    border: 0;
  }
  .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
    float: initial;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .e-pager.e-rtl .e-parentmsgbar {
    float: right;
  }
}
.e-pager.sf-pager .e-pagercontainer {
  font-size: 0;
}
.e-pager.sf-pager .e-pagercontainer .e-first,
.e-pager.sf-pager .e-pagercontainer .e-prev,
.e-pager.sf-pager .e-pagercontainer .e-next,
.e-pager.sf-pager .e-pagercontainer .e-last {
  font-size: 9px;
}
.e-pager.sf-pager .e-numericcontainer a {
  font-size: 13px;
}
.e-pager.sf-pager .e-link,
.e-pager.sf-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
  margin-left: 0;
}

/*! Pager theme */
.e-pager {
  border-color: #616161;
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.87;
}
.e-pager div.e-icons.e-pager-default {
  color: #fff;
}
.e-pager div.e-icons.e-disable {
  color: unset;
}
.e-pager .e-pager-default:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  opacity: 0.87;
}
.e-pager .e-parentmsgbar {
  font-weight: normal;
}
.e-pager .e-spacing {
  color: #fff;
  opacity: 0.87;
}
.e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
  background: unset;
}
.e-pager .e-numericitem:hover {
  color: #fff;
  opacity: 0.87;
}
.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.e-pager .e-numericitem {
  background: #303030;
  color: #fff;
}
.e-pager .e-prevpagedisabled,
.e-pager .e-prevpage,
.e-pager .e-nextpage,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled,
.e-pager .e-lastpage,
.e-pager .e-firstpage,
.e-pager .e-firstpagedisabled {
  background-color: #303030;
  color: #fff;
}
.e-pager .e-lastpage,
.e-pager .e-firstpage {
  background-color: transparent;
}
.e-pager .e-pagercontainer {
  background-color: #303030;
  border-color: #616161;
}
.e-pager .e-numericitem,
.e-pager .e-firstpage,
.e-pager .e-prevpage,
.e-pager .e-firstpagedisabled,
.e-pager .e-prevpagedisabled,
.e-pager .e-nextpage,
.e-pager .e-lastpage,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled {
  border-right-color: #616161;
}
.e-pager .e-currentitem,
.e-pager .e-currentitem:hover {
  background: #00b0ff;
  color: #000;
  opacity: 1;
}
.e-pager .e-numericitem.e-focused,
.e-pager .e-first.e-focused,
.e-pager .e-prev.e-focused,
.e-pager .e-next.e-focused,
.e-pager .e-last.e-focused,
.e-pager .e-mfirst.e-focused,
.e-pager .e-mprev.e-focused,
.e-pager .e-mnext.e-focused,
.e-pager .e-mlast.e-focused {
  background-color: rgba(255, 255, 255, 0.18);
}
.e-pager .e-currentitem.e-numericitem.e-focused {
  background: #00b0ff;
  box-shadow: none;
}
.e-pager .e-focused {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
@media (max-width: 590px) {
  .e-pager .e-pager-default:hover {
    background: #303030;
    color: #000;
    opacity: 0.87;
  }
}
.e-pager.e-rtl .e-numericitem, .e-pager.e-rtl .e-firstpage, .e-pager.e-rtl .e-prevpage, .e-pager.e-rtl .e-firstpagedisabled, .e-pager.e-rtl .e-prevpagedisabled, .e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-lastpage, .e-pager.e-rtl .e-nextpagedisabled, .e-pager.e-rtl .e-lastpagedisabled, .e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-nextpagedisabled {
  border-left-color: #616161;
}

/*! component icons */
.e-pager .e-icon-last::before,
.e-grid-menu .e-icon-last::before {
  content: "\e897";
}
.e-pager .e-icon-first::before,
.e-grid-menu .e-icon-first::before {
  content: "\e896";
}
.e-pager .e-icon-prev::before,
.e-grid-menu .e-icon-prev::before {
  content: "\e904";
}
.e-pager .e-icon-next::before,
.e-grid-menu .e-icon-next::before {
  content: "\e913";
}
.e-pager.e-rtl .e-icon-last.e-lastpage::before, .e-pager.e-rtl .e-icon-last.e-lastpage:hover, .e-pager.e-rtl .e-icon-last.e-lastpagedisabled::before,
.e-grid-menu.e-rtl .e-icon-last.e-lastpage::before,
.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover,
.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled::before {
  content: "\e896";
}
.e-pager.e-rtl .e-icon-first.e-firstpage::before, .e-pager.e-rtl .e-icon-first.e-firstpage:hover, .e-pager.e-rtl .e-icon-first.e-firstpagedisabled::before,
.e-grid-menu.e-rtl .e-icon-first.e-firstpage::before,
.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover,
.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled::before {
  content: "\e897";
}
.e-pager.e-rtl .e-icon-prev.e-prevpage::before, .e-pager.e-rtl .e-icon-prev.e-prevpage:hover, .e-pager.e-rtl .e-icon-prev.e-prevpagedisabled::before,
.e-grid-menu.e-rtl .e-icon-prev.e-prevpage::before,
.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover,
.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled::before {
  content: "\e913";
}
.e-pager.e-rtl .e-icon-next.e-nextpage::before, .e-pager.e-rtl .e-icon-next.e-nextpage:hover, .e-pager.e-rtl .e-icon-next.e-nextpagedisabled::before,
.e-grid-menu.e-rtl .e-icon-next.e-nextpage::before,
.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover,
.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled::before {
  content: "\e904";
}

/*! Excel-Filter layout */
.sf-grid .e-excelfilter.e-dialog .e-dlg-content {
  padding-left: 0;
  padding-right: 0;
}
.sf-grid .e-excelfilter .e-dlg-content {
  overflow: visible;
  padding: 0;
}
.sf-grid .e-excelfilter .e-searchcontainer {
  padding: 18px;
  padding-top: 4px;
  padding-left: 9px;
  padding-right: 24px;
}
.sf-grid .e-excelfilter.e-rtl .e-searchcontainer {
  padding: 18px;
  padding-top: 4px;
  padding-left: 18px;
  padding-right: 0;
}
.sf-grid .e-excelfilter.e-rtl .e-checkbox-wrapper .e-frame + .e-label {
  margin-left: 0;
  margin-right: 8px;
}
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
  display: inline-block;
  position: relative;
  width: 100%;
}
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul {
  position: absolute;
}
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
  height: 26px;
  line-height: 26px;
}
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
  height: 36px;
  line-height: 36px;
}
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-separator {
  height: auto;
}
.sf-grid .e-excelfilter .e-contextmenu-container ul .e-menu-item .e-caret {
  margin-right: 24px;
}
.sf-grid .e-excelfilter .e-searchbox {
  padding-left: 8px;
}

.sf-grid-dlg.e-xlflmenu .e-xlfl-radiodiv {
  width: unset;
}

.e-xlflmenu {
  min-height: 295px;
}
.e-xlflmenu .e-xlfl-dlgfields {
  font-size: 17px;
}
.e-xlflmenu .e-xlfl-fieldset {
  font-size: 14px;
  padding-top: 15px;
}
.e-xlflmenu .e-xlfl-optr,
.e-xlflmenu .e-xlfl-value {
  padding-top: 12px;
}
.e-xlflmenu .e-xlfl-radio,
.e-xlflmenu .e-xlfl-mtcase {
  padding-top: 12px;
}
.e-xlflmenu .e-xlfl-optr:first-child {
  padding-right: 12px;
}
.e-xlflmenu .e-xlfl-table {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.e-xlflmenu .e-radio + label .e-label {
  margin-top: 0;
  padding-left: 23px;
  padding-right: 13px;
}
.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
  margin-bottom: 1px;
  margin-left: 6px;
}
.e-xlflmenu .e-checkbox-wrapper .e-frame {
  margin-bottom: 1px;
}
.e-xlflmenu .e-dlg-content {
  padding-bottom: 6px;
}
.e-xlflmenu .e-xlfl-radiodiv {
  width: 117px;
}
.e-xlflmenu .e-xlfl-matchcasediv {
  margin-left: 0;
  margin-right: 13px;
}

.e-xlfl-radio-or,
.e-xlfl-matchcasediv {
  margin-left: 13px;
}

.e-emptyicon {
  opacity: 0;
}

.e-xlflmenu.e-rtl .e-xlfl-optr {
  padding-left: 12px;
  padding-right: 0;
}
.e-xlflmenu.e-rtl .e-radio + label .e-label {
  padding-left: 0;
  padding-right: 25px;
}
.e-xlflmenu.e-rtl .e-xlfl-radio-or {
  margin-left: 0;
  margin-right: 13px;
}

.e-excelfilter .e-checkboxlist {
  height: 200px;
  margin-top: 5px;
  min-height: 160px;
  overflow-y: auto;
}
.e-excelfilter .e-checkboxfiltertext {
  width: 150px;
  word-break: normal;
}
.e-excelfilter .e-chk-hidden {
  -moz-appearance: none;
  /* stylelint-disable-line property-no-vendor-prefix */
  height: 1px;
  opacity: 0;
  width: 1px;
}
.e-excelfilter .e-contextmenu-wrapper ul li,
.e-excelfilter .e-contextmenu-container ul li {
  height: 36px;
  line-height: 36px;
}
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
  height: 36px;
  line-height: 36px;
  margin-right: 12px;
}
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
  height: 36px;
  line-height: 36px;
}
.e-excelfilter .e-contextmenu-wrapper ul,
.e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 300px;
  padding-bottom: 4px;
  position: static;
}
.e-excelfilter .e-dlg-content {
  background-color: #424242;
  padding-top: 0;
  padding-top: 0;
}
.e-excelfilter .e-searchbox,
.e-excelfilter .e-contextmenu-wrapper,
.e-excelfilter .e-contextmenu-wrapper ul {
  display: block;
}
.e-excelfilter .e-contextmenu-wrapper ul {
  padding-bottom: 4px;
  position: static;
}
.e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li {
  height: 36px;
  line-height: 36px;
}
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
  height: 36px;
  line-height: 36px;
  margin-right: 17px;
}
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
  height: 36px;
  line-height: 36px;
  margin-right: 12px;
}
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
  margin-right: 0;
}
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
  margin-left: 17px;
}
.e-excelfilter .e-footer-content {
  border-style: solid;
  border-width: 1px 0 0;
}
.e-excelfilter .e-excel-menu {
  z-index: 1000;
}
.e-excelfilter .e-xlsel {
  border: 0 solid;
  position: absolute;
  user-select: none;
}
.e-excelfilter.e-dialog .e-dlg-content {
  padding-left: 9px;
}
.e-excelfilter .e-ftrchk,
.e-excelfilter .e-searchbox {
  padding-left: 9px;
}
.e-excelfilter.e-rtl .e-dlg-content {
  padding-left: 18px;
  padding-right: 9px;
}
.e-excelfilter.e-rtl .e-ftrchk,
.e-excelfilter.e-rtl .e-searchbox {
  padding-left: 0;
  padding-right: 9px;
}

.e-ftrchk {
  padding-bottom: 9px;
  padding-top: 9px;
}

.e-excel-menu.e-contextmenu.e-menu-parent {
  max-height: 298px;
  overflow-y: auto;
}

/*! Excel-Filter theme */
.e-excelfilter .e-footer-content {
  border-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
}
.e-excelfilter .e-filtered::before {
  color: #00b0ff;
}
.e-excelfilter .e-dlg-content {
  padding-bottom: 0;
}

li.e-separator.e-menu-item.e-excel-separator {
  margin-bottom: 4px;
  margin-top: 4px;
}

.e-xlsel {
  background-color: #00b0ff;
  border-color: #00b0ff;
}

.e-icon-check::before {
  content: "\e7ff";
}

.e-excelfilter .e-icon-filter::before {
  content: "\e7ee";
}
.e-excelfilter .e-excl-filter-icon::before {
  content: "\e251";
}
.e-excelfilter .e-excl-filter-icon.e-filtered::before {
  content: "\e248";
}
.e-excelfilter .e-search-icon::before {
  content: "\e993";
}
.e-excelfilter .e-chkcancel-icon::before {
  content: "\e7a7";
}
.e-excelfilter .e-sortascending::before {
  content: "\e734";
}
.e-excelfilter .e-sortdescending::before {
  content: "\e733";
}

/*! Grid layout */
.e-disableuserselect {
  user-select: none;
}

/*! Blazor column menu custom css */
.e-contextmenu-container.e-sfcontextmenu.e-hide-menu {
  visibility: hidden;
}

.e-emptyicon {
  opacity: 0;
}

.e-device .e-flmenu-valuediv {
  padding: 24px 0 0;
}

.e-dialog .e-xlfl-table col {
  width: 50%;
}
.e-dialog .e-xlfl-table .e-xlfl-radiodiv,
.e-dialog .e-xlfl-table .e-xlfl-matchcasediv {
  display: inline-block;
}

.e-grid-popup {
  position: absolute;
}

.e-grid .e-dialog.e-checkboxfilter,
.e-grid .e-dialog.e-flmenu,
.e-grid-popup .e-dialog.e-checkboxfilter,
.e-grid-popup .e-dialog.e-flmenu {
  min-width: 250px;
}
.e-grid .e-dialog.e-checkboxfilter .e-dlg-content,
.e-grid .e-dialog.e-flmenu .e-dlg-content,
.e-grid-popup .e-dialog.e-checkboxfilter .e-dlg-content,
.e-grid-popup .e-dialog.e-flmenu .e-dlg-content {
  border-radius: 0;
}
.e-grid [class^=e-],
.e-grid-popup [class^=e-] {
  box-sizing: border-box;
}
.e-grid .e-flmenu-valuediv,
.e-grid-popup .e-flmenu-valuediv {
  padding: 24px 0 0;
}
.e-grid .e-dialog.e-checkboxfilter,
.e-grid-popup .e-dialog.e-checkboxfilter {
  min-height: 322px;
}
.e-grid .e-dialog.e-checkboxfilter.e-checkbox-dialog-wrapper,
.e-grid-popup .e-dialog.e-checkboxfilter.e-checkbox-dialog-wrapper {
  top: 64px;
  min-height: 80%;
  left: 0;
  overflow: hidden;
}
.e-grid .e-dialog.e-checkboxfilter .e-searchcontainer,
.e-grid-popup .e-dialog.e-checkboxfilter .e-searchcontainer {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-grid .e-dialog.e-checkboxfilter .e-searchcontainer.e-adaptive-filter-excel,
.e-grid-popup .e-dialog.e-checkboxfilter .e-searchcontainer.e-adaptive-filter-excel {
  position: absolute;
  height: 75% !important;
  width: 100%;
}
.e-grid .e-dialog.e-checkboxfilter .e-searchcontainer.e-adaptive-filter-checkbox,
.e-grid-popup .e-dialog.e-checkboxfilter .e-searchcontainer.e-adaptive-filter-checkbox {
  position: absolute;
  height: 80% !important;
  width: 100%;
}
.e-grid .e-checkboxfilter .e-searchbox,
.e-grid-popup .e-checkboxfilter .e-searchbox {
  display: block;
}
.e-grid .e-checkboxfilter .e-dlg-content,
.e-grid-popup .e-checkboxfilter .e-dlg-content {
  padding-left: 9px;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
.e-grid .e-checkboxfilter .e-dlg-content.e-excel-filter-content,
.e-grid-popup .e-checkboxfilter .e-dlg-content.e-excel-filter-content {
  padding: 0 !important;
}
.e-grid .e-checkboxfilter .e-ftrchk, .e-grid .e-checkboxfilter .e-searchbox,
.e-grid-popup .e-checkboxfilter .e-ftrchk,
.e-grid-popup .e-checkboxfilter .e-searchbox {
  padding-left: 9px;
}
.e-grid .e-checkboxfiltertext,
.e-grid-popup .e-checkboxfiltertext {
  width: 150px;
  word-break: normal;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-grid .e-checkboxlist,
.e-grid-popup .e-checkboxlist {
  height: 200px;
  margin-top: 5px;
  min-height: 160px;
  overflow-y: auto;
}
.e-grid .e-checkboxlist.e-checkbox-infinitescroll,
.e-grid-popup .e-checkboxlist.e-checkbox-infinitescroll {
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.12);
  border-top-width: 1px;
  margin-top: 0;
  overflow-x: auto;
}
.e-grid .e-checkboxlist.e-checkbox-infinitescroll .e-checkbox-wrapper .e-label.e-checkboxfiltertext,
.e-grid-popup .e-checkboxlist.e-checkbox-infinitescroll .e-checkbox-wrapper .e-label.e-checkboxfiltertext {
  white-space: nowrap;
}
.e-grid.e-rtl .e-checkboxfilter .e-dlg-content,
.e-grid-popup.e-rtl .e-checkboxfilter .e-dlg-content {
  padding-left: 18px;
  padding-right: 9px;
}
.e-grid.e-rtl .e-checkboxfilter .e-ftrchk, .e-grid.e-rtl .e-checkboxfilter .e-searchbox,
.e-grid-popup.e-rtl .e-checkboxfilter .e-ftrchk,
.e-grid-popup.e-rtl .e-checkboxfilter .e-searchbox {
  padding-left: 0;
  padding-right: 9px;
}
.e-grid.e-rtl .e-searchclear, .e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons,
.e-grid-popup.e-rtl .e-searchclear,
.e-grid-popup.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
  float: left;
}
.e-grid .e-searchclear,
.e-grid-popup .e-searchclear {
  float: right;
}
.e-grid .e-checkfltrnmdiv,
.e-grid-popup .e-checkfltrnmdiv {
  height: 60px;
  padding: 23px;
  text-align: center;
}
.e-grid .e-checkboxlist > span,
.e-grid-popup .e-checkboxlist > span {
  padding-left: 9px;
}
.e-grid .e-chk-hidden,
.e-grid-popup .e-chk-hidden {
  -moz-appearance: none;
  /* stylelint-disable-line property-no-vendor-prefix */
  height: 1px;
  opacity: 0;
  width: 1px;
}
.e-grid .e-checkselect,
.e-grid .e-checkselectall,
.e-grid-popup .e-checkselect,
.e-grid-popup .e-checkselectall {
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.e-grid .e-ftrchk,
.e-grid-popup .e-ftrchk {
  padding-bottom: 9px;
  padding-top: 9px;
}
.e-grid .e-ccdlg.e-sticky,
.e-grid-popup .e-ccdlg.e-sticky {
  position: fixed;
  z-index: 10;
}
.e-grid .e-ccdlg .e-dlg-content,
.e-grid-popup .e-ccdlg .e-dlg-content {
  margin: 20px 0 0;
  padding: 16px 18px 13px 9px;
  overflow: visible;
}
.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard,
.e-grid-popup .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard {
  padding-left: 9px;
}
.e-grid .e-ccdlg .e-main-div,
.e-grid-popup .e-ccdlg .e-main-div {
  box-sizing: border-box;
  position: relative;
}
.e-grid .e-ccdlg .e-ccul-ele,
.e-grid-popup .e-ccdlg .e-ccul-ele {
  margin: 13px 0;
  padding: 0;
}
.e-grid .e-ccdlg .e-checkbox-infinitescroll .e-ccul-ele,
.e-grid-popup .e-ccdlg .e-checkbox-infinitescroll .e-ccul-ele {
  margin: 0;
}
.e-grid .e-ccdlg li.e-cclist,
.e-grid-popup .e-ccdlg li.e-cclist {
  padding: 9px 0;
}
.e-grid .e-ccdlg li.e-cclist.e-cclist-hidden,
.e-grid-popup .e-ccdlg li.e-cclist.e-cclist-hidden {
  list-style: none;
}
.e-grid .e-ccdlg .e-checkbox-wrapper .e-frame,
.e-grid-popup .e-ccdlg .e-checkbox-wrapper .e-frame {
  margin-left: 0;
}
.e-grid .e-ccdlg label.e-cc,
.e-grid-popup .e-ccdlg label.e-cc {
  margin: 0;
}
.e-grid .e-ccdlg .e-footer-content,
.e-grid-popup .e-ccdlg .e-footer-content {
  border-style: solid;
  border-width: 1px 0 0;
}
.e-grid .e-ccdlg .e-cc-contentdiv,
.e-grid-popup .e-ccdlg .e-cc-contentdiv {
  height: 196px;
  overflow-y: auto;
}
.e-grid .e-ccdlg .e-cc-contentdiv.e-checkbox-infinitescroll,
.e-grid-popup .e-ccdlg .e-cc-contentdiv.e-checkbox-infinitescroll {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.12);
}
.e-grid .e-ccdlg .e-cc-searchdiv,
.e-grid-popup .e-ccdlg .e-cc-searchdiv {
  border-style: solid;
  border-width: 0 0 2px;
  left: 4px;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: -46px;
}
.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons,
.e-grid-popup .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
  float: right;
  opacity: 0.6;
  padding: 5px 2px;
}
.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel,
.e-grid-popup .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel {
  font-size: 11px;
  padding: 5px 2px 6px;
}
.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus,
.e-grid-popup .e-ccdlg .e-cc-searchdiv.e-input-focus {
  opacity: 1;
}
.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons,
.e-grid-popup .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons {
  opacity: 1;
}
.e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv,
.e-grid-popup .e-ccdlg .e-innerdiv.e-ccnmdiv {
  height: 60px;
  padding: 23px;
  text-align: center;
}
.e-grid .e-ccdlg .e-cc-lab-name,
.e-grid .e-ccdlg .e-checkbox-wrapper .e-label,
.e-grid-popup .e-ccdlg .e-cc-lab-name,
.e-grid-popup .e-ccdlg .e-checkbox-wrapper .e-label {
  text-overflow: ellipsis;
  width: 150px;
}
.e-grid .e-ccdlg .e-cc-chbox,
.e-grid-popup .e-ccdlg .e-cc-chbox {
  margin: 3px;
  vertical-align: middle;
}
.e-grid .e-ccdlg .e-cc-lab-name,
.e-grid-popup .e-ccdlg .e-cc-lab-name {
  padding: 7px;
  vertical-align: middle;
}
.e-grid .e-ccdlg .e-cc.e-input,
.e-grid .e-ccdlg .e-cc.e-input:focus,
.e-grid-popup .e-ccdlg .e-cc.e-input,
.e-grid-popup .e-ccdlg .e-cc.e-input:focus {
  border: 0;
  padding-bottom: 8px;
  padding-top: 4px;
  padding-left: 4px;
}
.e-grid .e-mask.e-skeleton,
.e-grid-popup .e-mask.e-skeleton {
  display: inline-block;
  height: 10px;
  width: 80%;
}
.e-grid .e-mask.e-mask-group-intent,
.e-grid-popup .e-mask.e-mask-group-intent {
  margin-left: 7px;
  width: 16px;
}
.e-grid .e-mask.e-mask-detail-intent,
.e-grid-popup .e-mask.e-mask-detail-intent {
  width: 16px;
}
.e-grid .e-mask.e-mask-checkbox-intent,
.e-grid-popup .e-mask.e-mask-checkbox-intent {
  margin-left: 3px;
  margin-right: 16px;
  width: 20px;
}
.e-grid .e-mask.e-mask-checkbox-filter-intent,
.e-grid-popup .e-mask.e-mask-checkbox-filter-intent {
  width: 13px;
}
.e-grid .e-mask.e-mask-checkbox-filter-span-intent,
.e-grid-popup .e-mask.e-mask-checkbox-filter-span-intent {
  margin-left: 8px;
}
.e-grid .e-mask.e-mask-drag-intent,
.e-grid-popup .e-mask.e-mask-drag-intent {
  margin-left: 12px;
  width: 12px;
}

.e-grid {
  border-style: none solid solid;
  border-width: 1px;
  border-radius: 0;
  display: block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  height: auto;
  position: relative;
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-grid .e-noselect,
.e-grid .e-gridheader .e-headercell,
.e-grid .e-gridheader .e-detailheadercell,
.e-grid .e-gridheader {
  user-select: none;
}
.e-grid .e-groupdroparea.e-sticky,
.e-grid .e-toolbar.e-sticky,
.e-grid .e-gridheader.e-sticky {
  position: sticky;
  z-index: 10;
}
.e-grid .e-gridheader.e-sticky .e-headercontent .e-reorderuparrow,
.e-grid .e-gridheader.e-sticky .e-headercontent .e-reorderdownarrow {
  position: fixed;
  z-index: 10;
}
.e-grid .e-groupdroparea.e-sticky {
  opacity: 1;
}
.e-grid .e-gridheader .e-firstrow-dragborder, .e-grid.e-rtl .e-gridheader .e-firstrow-dragborder,
.e-grid .e-gridcontent .e-lastrow-dragborder, .e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder {
  bottom: 0;
  background-color: #00b0ff;
  height: 2px;
  position: absolute;
  z-index: 5;
}
.e-grid .e-frozenrow-border {
  background-color: rgba(255, 255, 255, 0.8);
  height: 2px;
  position: relative;
  z-index: 5;
}
.e-grid .e-frozenrow-border.e-frozenrow-empty {
  height: 0;
}
.e-grid.e-top-shadow .e-frozenrow-border {
  height: 4px;
  margin-top: -4px;
  background-color: transparent !important;
  clip-path: inset(0 0 -15px 0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.e-grid .e-dropitemscount {
  border: 1px solid #757575;
  border-radius: 17px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: normal;
  padding: 3px 7px 4px;
  margin-left: -8px;
  min-width: 12px;
  position: absolute;
  text-align: center;
  top: -10px;
  z-index: 5;
}
.e-grid.e-rtl .e-dropitemscount {
  left: -6px !important;
}
.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
  margin: 0;
  padding: 4px 0 4px 6px;
}
.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
  border-top: 1px solid #616161;
  border-right: 1px solid #616161;
  border-bottom: 0;
}
.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, .e-grid .e-gridcontent .e-rowcell.e-dragborder, .e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, .e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder, .e-grid .e-gridcontent .e-detailrowexpand.e-dragborder,
.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder,
.e-grid .e-gridheader .e-rowcell.e-dragborder,
.e-grid .e-gridheader .e-rowdragdrop.e-dragborder,
.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder,
.e-grid .e-gridheader .e-detailrowexpand.e-dragborder, .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder, .e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder, .e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder, .e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder, .e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder, .e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder {
  z-index: 5;
  box-shadow: 0 2px 0 0 #00b0ff;
}
.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze, .e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze, .e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze, .e-grid .e-gridcontent .e-rowcell.e-dragborder.e-leftfreeze, .e-grid .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze, .e-grid .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze, .e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-leftfreeze, .e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-rightfreeze, .e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-fixedfreeze, .e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder.e-leftfreeze, .e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder.e-rightfreeze, .e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder.e-fixedfreeze, .e-grid .e-gridcontent .e-detailrowexpand.e-dragborder.e-leftfreeze, .e-grid .e-gridcontent .e-detailrowexpand.e-dragborder.e-rightfreeze, .e-grid .e-gridcontent .e-detailrowexpand.e-dragborder.e-fixedfreeze,
.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,
.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,
.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,
.e-grid .e-gridheader .e-rowcell.e-dragborder.e-leftfreeze,
.e-grid .e-gridheader .e-rowcell.e-dragborder.e-rightfreeze,
.e-grid .e-gridheader .e-rowcell.e-dragborder.e-rightfreeze,
.e-grid .e-gridheader .e-rowdragdrop.e-dragborder.e-leftfreeze,
.e-grid .e-gridheader .e-rowdragdrop.e-dragborder.e-rightfreeze,
.e-grid .e-gridheader .e-rowdragdrop.e-dragborder.e-fixedfreeze,
.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder.e-leftfreeze,
.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder.e-rightfreeze,
.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder.e-fixedfreeze,
.e-grid .e-gridheader .e-detailrowexpand.e-dragborder.e-leftfreeze,
.e-grid .e-gridheader .e-detailrowexpand.e-dragborder.e-rightfreeze,
.e-grid .e-gridheader .e-detailrowexpand.e-dragborder.e-fixedfreeze, .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-fixedfreeze, .e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder.e-fixedfreeze, .e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder.e-fixedfreeze, .e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder.e-fixedfreeze, .e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder.e-fixedfreeze, .e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder.e-leftfreeze, .e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder.e-rightfreeze, .e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder.e-fixedfreeze {
  z-index: 6;
}
.e-grid .e-gridcontent .e-rowcell.e-dragtop, .e-grid .e-gridcontent .e-rowdragdrop.e-dragtop, .e-grid .e-gridcontent .e-rowcell.e-dragtop.e-dragright,
.e-grid .e-gridheader .e-rowcell.e-dragtop,
.e-grid .e-gridheader .e-rowdragdrop.e-dragtop,
.e-grid .e-gridheader .e-rowcell.e-dragtop.e-dragright, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragtop, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragtop, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragtop.e-dragright, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragtop, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragtop, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragtop.e-dragright {
  border-top: 1px dashed #00b0ff;
}
.e-grid .e-gridcontent .e-rowdragdrop.e-dragtop.e-dragleft, .e-grid .e-gridcontent .e-rowdragdrop.e-dragleft, .e-grid .e-gridcontent .e-rowdragdrop.e-dragbottom.e-dragleft,
.e-grid .e-gridheader .e-rowdragdrop.e-dragtop.e-dragleft,
.e-grid .e-gridheader .e-rowdragdrop.e-dragleft,
.e-grid .e-gridheader .e-rowdragdrop.e-dragbottom.e-dragleft, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragtop.e-dragleft, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragleft, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragbottom.e-dragleft, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragtop.e-dragleft, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragleft, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragbottom.e-dragleft {
  border-left: 1px dashed #00b0ff;
}
.e-grid .e-gridcontent .e-rowcell.e-dragright,
.e-grid .e-gridheader .e-rowcell.e-dragright, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragright, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragright {
  border-right: 1px dashed #00b0ff;
}
.e-grid .e-gridcontent .e-rowcell.e-dragbottom, .e-grid .e-gridcontent .e-rowcell.e-lastrowcell.e-dragbottom, .e-grid .e-gridcontent .e-rowcell.e-dragtop.e-dragbottom, .e-grid .e-gridcontent .e-rowdragdrop.e-dragbottom,
.e-grid .e-gridheader .e-rowcell.e-dragbottom,
.e-grid .e-gridheader .e-rowcell.e-lastrowcell.e-dragbottom,
.e-grid .e-gridheader .e-rowcell.e-dragtop.e-dragbottom,
.e-grid .e-gridheader .e-rowdragdrop.e-dragbottom, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragbottom, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-lastrowcell.e-dragbottom, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragtop.e-dragbottom, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragbottom, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragbottom, .e-grid.e-rtl .e-gridheader .e-rowcell.e-lastrowcell.e-dragbottom, .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragtop.e-dragbottom, .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragbottom {
  border-bottom: 1px dashed #00b0ff;
}
.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid .e-gridcontent .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid .e-gridcontent .e-rowdragdrop.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid .e-gridcontent .e-detailrowexpand.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridheader .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridheader .e-rowdragdrop.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridheader .e-detailrowexpand.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze) {
  position: relative;
}
.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
  font-size: 10px;
}
.e-grid .e-row .e-icon-rowdragicon::before {
  display: block;
  text-indent: 10px;
  color: #fff;
  opacity: 0.87;
}
.e-grid .e-row .e-icon-rowdragicon::before,
.e-grid .e-row .e-icon-rowdragmoveicon::before {
  font-size: 12px;
  font-weight: bold;
}
.e-grid .e-row .e-icon-rowdragmoveicon {
  padding-left: 10px;
}
.e-grid .e-draganddrop .e-rowcell, .e-grid.e-rtl .e-draganddrop .e-rowcell {
  padding-left: 6px;
  padding-right: 6px;
}
.e-grid .e-gridcontent .e-rowdragdrop,
.e-grid .e-gridheader .e-rowdragdrop {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #616161;
}
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
  border-bottom-width: 1px;
}
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
  border-bottom-width: 0;
}
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
  position: relative;
  left: -5px;
}
.e-grid .e-icon-rowdragicon {
  font-size: 10px;
  text-indent: 12px;
}
.e-grid .e-toolbar {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #616161;
  border-radius: 0;
}
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
  padding: 0;
  min-width: 18px;
  margin-right: 8px;
}
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
  font-size: 12px;
}
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
  background: none;
  box-shadow: none;
}
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
  border: none;
}
.e-grid:not(.sf-grid) .e-res-toolbar .e-toolbar-items .e-search-wrapper .e-search-icon {
  padding: 6px 9px;
}
.e-grid .e-res-toolbar {
  border-bottom: 1px solid;
  border-bottom-color: #616161;
}
.e-grid .e-res-toolbar .e-toolbar-items {
  min-height: initial;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
  background: none;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
  color: #fff;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item .e-tbar-btn .e-resfilter-icon {
  font-size: 22px;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right {
  width: calc(100% - 50px);
}
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right.e-search-wrapper {
  width: auto;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-input-group::before, .e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-input-group::after {
  background: none;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right:not(.e-responsive-right) .e-search-wrapper:not(.e-responsive-right) {
  min-width: 40px;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper {
  padding-left: 18px;
  padding-right: 0;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-search-icon {
  font-size: 18px;
  margin-top: 0;
  padding: 6px 9px;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group {
  border: 0;
  opacity: 1;
  padding: 0 6px;
  padding-right: 9px;
  width: 100%;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group .e-input {
  margin-top: 0;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group .e-search-icon {
  margin-top: 7px;
  padding-left: 0;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper:has(.e-input-group) {
  width: 100%;
}
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
  padding-left: 0;
}
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
  padding-left: 26px;
}
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
  margin: 14px 0 5px 8px;
}
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
  padding-bottom: 6px;
  padding-top: 1px;
}
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus {
  opacity: 1;
}
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
  margin-bottom: 0;
  opacity: 1;
  width: 230px;
}
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search.e-input-focus {
  opacity: 1;
}
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
  min-width: 18px;
}
.e-grid .e-group-animator .e-groupheadercell,
.e-grid .e-group-animator .e-groupheadercell:hover {
  margin: 12px 0 12px 0;
  border-bottom-width: 1px;
}
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
  height: 54px;
  padding: 0 12px 0;
  border-bottom-width: 0;
}
.e-grid.e-rtl .e-group-animator {
  float: right;
}
.e-grid.e-rtl .e-group-animate .e-groupheadercell,
.e-grid.e-rtl .e-group-animate .e-groupheadercell:hover {
  margin-right: 0;
  margin-left: 0;
}
.e-grid.e-rtl .e-group-animate.e-groupdroparea .e-nextgroup {
  transform: rotate(180deg);
  margin-top: 16px;
}
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
  margin-top: 9px;
}
.e-grid .e-group-animate span.e-nextgroup.e-icons.e-icon-next {
  display: inline-block;
  line-height: 32px;
  float: left;
  height: 24px;
  padding: 0;
  vertical-align: middle;
}
.e-grid .e-groupdroparea.e-group-animate .e-drag.e-icon-drag {
  font-size: 11px;
  line-height: 25px;
  display: inline-block;
  height: 24px;
  padding: 0;
  vertical-align: middle;
}
.e-grid .e-group-animate .e-icon-drag.e-icons {
  margin-left: 0;
}
.e-grid .e-group-animate .e-drag.e-icon-drag::before {
  opacity: 0.7;
}
.e-grid .e-groupdroparea.e-group-animate span.e-drag.e-icons.e-icon-drag {
  cursor: move;
}
.e-grid .e-groupdroparea.e-grouped {
  padding: 9px 0 10px;
}
.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell {
  border-top: 0;
}
.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell {
  border-bottom: 1px solid;
}
.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell {
  border-top: 1px solid;
}
.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell {
  border-top: 0;
}
.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell {
  border-bottom: 1px solid;
}
.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell {
  border-top: 1px solid;
}
.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter .e-grouptopleftcell {
  border-top: 0;
}
.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell {
  border-top: 0;
}
.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell {
  border-bottom: 0;
}
.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell {
  border-top: 0;
}
.e-grid.e-default .e-grouptopleftcell,
.e-grid.e-default .e-rowdragheader {
  border-top: 1px solid;
}
.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, .e-grid.e-default.e-horizontallines .e-headercell.e-firstheader {
  border-left: 1px solid;
}
.e-grid.e-default.e-verticallines .e-grouptopleftcell,
.e-grid.e-default.e-verticallines .e-rowdragheader, .e-grid.e-default.e-bothlines .e-grouptopleftcell,
.e-grid.e-default.e-bothlines .e-rowdragheader, .e-grid.e-default.e-hidelines .e-grouptopleftcell,
.e-grid.e-default.e-hidelines .e-rowdragheader {
  border-top-width: 0;
}
.e-grid.e-default.e-verticallines .e-detailrowcollapse, .e-grid.e-default.e-verticallines .e-detailrowexpand, .e-grid.e-default.e-verticallines .e-rowdragdrop, .e-grid.e-default.e-hidelines .e-detailrowcollapse, .e-grid.e-default.e-hidelines .e-detailrowexpand, .e-grid.e-default.e-hidelines .e-rowdragdrop {
  border-top-width: 0;
}
.e-grid.e-verticallines .e-firstchildrow .e-rowdragdropcell, .e-grid.e-bothlines .e-firstchildrow .e-rowdragdropcell {
  border-top-width: 1px;
}
.e-grid.e-default.e-horizontallines .e-grouptopleftcell {
  border-top: 1px solid;
}
.e-grid .e-gridheader .e-headercell .e-rhandler,
.e-grid .e-gridheader .e-headercell .e-rsuppress {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}
.e-grid .e-gridheader .e-headercell.e-leftfreeze.e-freezeleftborder .e-rhandler {
  border-right: 0;
}
.e-grid.e-default.e-hidelines .e-headercell.e-firstheader, .e-grid.e-rtl .e-gridheader .e-headercell.e-leftfreeze.e-freezeleftborder .e-rhandler {
  border-left: 0;
}
.e-grid.e-device .e-gridheader .e-headercell .e-rhandler {
  width: 14px;
}
.e-grid.e-rtl .e-gridheader .e-headercell .e-rhandler,
.e-grid.e-rtl .e-gridheader .e-headercell .e-rsuppress {
  left: 0;
  right: auto;
}
.e-grid.e-resize-lines .e-gridheader th.e-headercell.e-lastcell .e-rhandler {
  border-right-width: 0;
}
.e-grid .e-rhelper {
  position: absolute;
  width: 1px;
}
.e-grid .e-rhelper, .e-grid .e-virtual-rhandler {
  z-index: 5;
}
.e-grid.e-device .e-ricon::before {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 20px;
  top: 4px;
  border-right: 6px solid;
  right: 4px;
}
.e-grid.e-device .e-ricon::after {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 20px;
  top: 4px;
  left: 4px;
  border-left: 6px solid;
  z-index: 3;
}
.e-grid.e-rcursor, .e-grid .e-gridheader .e-stackedheadercell.e-rcursor, .e-grid .e-gridheader .e-rcursor {
  cursor: col-resize;
}
.e-grid .e-disablepointer,
.e-grid .e-defaultcur,
.e-grid .e-headercell,
.e-grid .e-headercell.e-stackedheadercell,
.e-grid .e-headercell.e-defaultcursor, .e-grid.e-editing .e-gridheader .e-rcursor {
  cursor: default;
}
.e-grid .e-table {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
.e-grid .e-table .e-rowcell.e-textAlign-left {
  text-align: left;
  width: 190px;
}
.e-grid .e-table .e-rowcell.e-textAlign-right {
  text-align: right;
  width: 190px;
}
.e-grid .e-table .e-rowcell.e-adaptive-align-left {
  text-align: left;
  padding: 6px;
}
.e-grid .e-table .e-rowcell.e-adaptive-align-right {
  text-align: right;
  padding: 6px;
}
.e-grid .e-tableborder {
  border-right: 1px solid;
}
.e-grid .e-tableborder:has(.e-emptyrow) {
  border: none;
}
.e-grid .e-virtualtable {
  will-change: transform;
  z-index: 1;
}
.e-grid .e-headercelldiv {
  border: 0 none;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 29px;
  line-height: 30px;
  padding: 0 0.6em;
  margin: -7px;
  overflow: hidden;
  text-align: left;
  text-transform: none;
  user-select: none;
}
.e-grid .e-headercelldiv.e-headercell-border {
  margin: 5px 0 2px;
  border-color: rgba(0, 0, 0, 0.08);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.e-grid .e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
.e-grid .e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
.e-grid .e-centeralign:not(.e-fltr-icon) .e-headercelldiv {
  padding: 0 0.4em;
  padding: 0 0.6em;
}
.e-grid .e-headercelldiv.e-headerchkcelldiv {
  overflow: visible;
}
.e-grid .e-headercell.e-templatecell .e-headercelldiv {
  height: auto;
  min-height: 29px;
}
.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv,
.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv {
  padding: 0 0.6em;
}
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
  font-size: 8px;
  margin-left: -1px;
  margin-top: -4.5px;
  position: absolute;
  z-index: 10;
}
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
  margin-top: -4.5px;
}
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
  margin-top: 4.5px;
}
.e-grid .e-filtermenudiv:hover,
.e-grid .e-headercell.e-mousepointer,
.e-grid .e-headercell.e-stackedheadercell.e-mousepointer {
  cursor: pointer;
}
.e-grid:not(.e-left-shadow, .e-right-shadow) .e-gridcontent tr:first-child td {
  border-top: 0 none;
}
.e-grid .e-gridcontent tr:first-child td.e-xlsel-top-border {
  border-top-width: 2px;
}
.e-grid .e-gridheader tr:first-child th:not(.e-freezeleftborder, .e-freezerightborder) {
  border-top: 0 none;
}
.e-grid .e-gridheader tr th:last-child.e-filterbarcell {
  padding-right: 21px;
}
.e-grid .e-gridheader tr th:last-child {
  padding-right: 21px;
}
.e-grid .e-gridheader tr th:first-child {
  padding-left: 21px;
}
.e-grid .e-gridheader tr th:first-child.e-filterbarcell {
  padding-left: 21px;
}
.e-grid .e-gridheader {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.e-grid .e-frozenhdr {
  border-bottom-width: 0;
}
.e-grid.e-bothlines .e-filterbarcell,
.e-grid.e-bothlines .e-filterbarcelldisabled {
  border-width: 1px 0 0 1px;
  border-top-width: 1px;
}
.e-grid .e-headercell,
.e-grid .e-detailheadercell {
  border-style: solid;
  border-width: 0;
  font-size: 12px;
  font-weight: 500;
  height: 42px;
  overflow: hidden;
  padding: 0 21px 0;
  position: relative;
  text-align: left;
}
.e-grid.e-device .e-headercell {
  padding: 0 22px 0;
}
.e-grid.e-device .e-headercell:first-child {
  padding: 0 12px 0 16px;
}
.e-grid.e-device .e-headercell:last-child {
  padding: 0 16px 0 12px;
}
.e-grid .e-rowcell {
  border-style: solid;
  border-width: 1px 0 0 0;
  display: table-cell;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 21px;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.e-grid th.e-detailcell td.e-rowcell.e-rightalign,
.e-grid td.e-rowcell.e-rightalign,
.e-grid th.e-headercell.e-rightalign .e-headercelldiv,
.e-grid th.e-headercell.e-rightalign .e-stackedheadercelldiv,
.e-grid td.e-summarycell.e-rightalign {
  text-align: right;
}
.e-grid th.e-detailcell td.e-rowcell.e-leftalign,
.e-grid td.e-rowcell.e-leftalign,
.e-grid th.e-headercell.e-leftalign .e-headercelldiv,
.e-grid th.e-headercell.e-leftalign .e-stackedheadercelldiv,
.e-grid td.e-summarycell.e-leftalign,
.e-grid .e-masked-cell.e-rowcell.e-leftalign {
  text-align: left;
}
.e-grid th.e-detailcell td.e-rowcell.e-centeralign,
.e-grid td.e-rowcell.e-centeralign,
.e-grid th.e-headercell.e-centeralign .e-headercelldiv,
.e-grid th.e-headercell.e-centeralign .e-stackedheadercelldiv,
.e-grid td.e-summarycell.e-centeralign,
.e-grid .e-masked-cell.e-rowcell.e-centeralign {
  text-align: center;
}
.e-grid th.e-detailcell td.e-rowcell.e-justifyalign,
.e-grid td.e-rowcell.e-justifyalign,
.e-grid th.e-headercell.e-justifyalign .e-headercelldiv,
.e-grid th.e-headercell.e-justifyalign .e-stackedheadercelldiv,
.e-grid td.e-summarycell.e-justifyalign {
  text-align: justify;
}
.e-grid .e-gridcontent td.e-rowcell.e-unboundcell .e-unboundcelldiv {
  display: inline-block;
}
.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border), .e-grid.e-rtl.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border), .e-grid.e-rtl.e-default.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border), .e-grid.e-wrap.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border) {
  line-height: 18px;
  border-width: 1.5px;
}
.e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border), .e-grid.e-rtl.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border), .e-grid.e-rtl.e-default.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border), .e-grid.e-wrap.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border) {
  line-height: 18px;
  border-width: 1.5px;
}
.e-grid:not(.e-grid-min-height) .e-gridcontent .e-content tr.e-insertedrow .e-rowcell:empty, .e-grid .e-row.e-emptyrow {
  height: 37px;
}
.e-grid .e-editedrow .e-input-group input.e-input,
.e-grid .e-editedrow .e-input-group.e-control-wrapper input.e-input,
.e-grid .e-addedrow .e-input-group input.e-input,
.e-grid .e-addedrow .e-input-group.e-control-wrapper input.e-input {
  min-height: unset;
}
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
  height: 36px;
}
.e-grid.e-afenabled .e-headercontent, .e-grid.e-enabledboxbdr .e-headercontent {
  position: relative;
}
.e-grid .e-rowcell:first-child,
.e-grid .e-summarycell:first-child {
  padding-left: 21px;
}
.e-grid .e-rowcell:last-child,
.e-grid .e-summarycell:last-child {
  padding-right: 21px;
}
.e-grid .e-unboundcell,
.e-grid .e-editedrow .e-normaledit .e-unboundcell,
.e-grid .e-addedrow .e-normaledit .e-unboundcell {
  padding-bottom: 4px;
  padding-top: 4px;
}
.e-grid .e-unboundcelldiv > button {
  margin: 0 3.5px;
}
.e-grid .e-unboundcelldiv {
  margin: 0 -3.5px;
}
.e-grid .e-summarycell {
  border-style: solid;
  border-width: 1px 0 0;
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 18px;
  padding: 8px 21px;
  white-space: normal;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.e-grid .e-summarycell.e-lastrowcell {
  border-bottom-width: 1px;
}
.e-grid .e-summarycontent .e-indentcell {
  border-width: 1px 0 0;
}
.e-grid .e-summarycontent .e-detailindentcelltop {
  border-width: 1px 0 0;
}
.e-grid.e-device .e-rowcell,
.e-grid.e-device .e-summarycell {
  padding: 8px 12px;
}
.e-grid.e-device .e-rowcell:first-child,
.e-grid.e-device .e-summarycell:first-child {
  padding: 8px 12px 8px 16px;
}
.e-grid.e-device .e-rowcell:last-child,
.e-grid.e-device .e-summarycell:last-child {
  padding: 8px 16px 8px 12px;
}
.e-grid td.e-rowcell.e-checkbox {
  padding: 6px 21px;
}
.e-grid td.e-rowcell.e-checkbox input[type=checkbox] {
  margin-top: 5px;
}
.e-grid.e-default .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border),
.e-grid.e-default .e-detailrowcollapse.e-lastrowcell {
  border-bottom-width: 1px;
}
.e-grid.e-default .e-detailrow .e-lastrowcell {
  border-bottom: 1px solid;
  border-bottom-color: #616161;
}
.e-grid.e-default .e-headercell,
.e-grid.e-default .e-detailheadercell {
  border-width: 0;
}
.e-grid.e-default .e-stackedheadercell {
  border-width: 0 0 1px 1px;
}
.e-grid.e-default .e-stackedheadercell.e-leftfreeze.e-freezeleftborder {
  border-right-width: 2px;
}
.e-grid.e-default .e-stackedheadercell.e-rightfreeze.e-freezerightborder {
  border-left-width: 2px;
}
.e-grid.e-default .e-stackedheadercell.e-fixedfreeze.e-freezeleftborder {
  border-left-width: 1px;
}
.e-grid.e-default .e-stackedheadercell.e-fixedfreeze.e-freezerightborder {
  border-right-width: 1px;
}
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
  border-left-width: 0;
}
.e-grid.e-bothlines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border) {
  border-bottom-width: 1px;
}
.e-grid.e-bothlines .e-rowcell {
  border-width: 1px 0 0 1px;
}
.e-grid:not(.sf-grid).e-gridheader table th[rowspan], .e-grid:not(.sf-grid).e-device .e-gridheader table th[rowspan] {
  padding-bottom: 13px;
  vertical-align: bottom;
}
.e-grid .e-emptyrow td {
  line-height: 20px;
  padding: 0.7em;
}
.e-grid.e-responsive .e-rowcell,
.e-grid.e-responsive .e-headercelldiv {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-grid.e-responsive .e-rowcell.e-gridchkbox,
.e-grid.e-responsive .e-rowcell.e-gridchkbox-cell,
.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv,
.e-grid.e-responsive .e-rowcell.e-boolcell {
  text-overflow: clip;
}
.e-grid .e-addedrow .e-rowcell.e-boolcell .e-frame.e-check {
  color: #000;
}
.e-grid [aria-selected] + tr .e-detailindentcell {
  border-top-style: solid;
  border-top-width: 1px;
}
.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell),
.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) {
  border-left-width: 0;
}
.e-grid.e-default.e-verticallines .e-headercell,
.e-grid.e-default.e-verticallines .e-detailheadercell {
  border-width: 0 0 0 1px;
}
.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell {
  border-bottom: 1px solid;
}
.e-grid:not(.sf-grid).e-default.e-bothlines .e-headercell,
.e-grid:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
  border-width: 0 0 0 1px;
}
.e-grid:not(.sf-grid).e-default.e-bothlines .e-headercell.e-grid-group-first-cell {
  border-left-width: 0;
}
.e-grid:not(.sf-grid, .e-rtl).e-default.e-bothlines .e-headercell.e-leftfreeze.e-freezeleftborder {
  border-right-width: 2px;
}
.e-grid:not(.sf-grid, .e-rtl).e-default.e-bothlines .e-headercell.e-rightfreeze.e-freezerightborder {
  border-left-width: 2px;
}
.e-grid:not(.sf-grid, .e-rtl).e-default.e-bothlines .e-headercell.e-fixedfreeze.e-freezerightborder {
  border-right-width: 1px;
}
.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell.e-leftfreeze.e-freezeleftborder {
  border-left-width: 2px;
}
.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell.e-rightfreeze.e-freezerightborder {
  border-right-width: 2px;
}
.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell.e-fixedfreeze.e-freezeleftborder {
  border-right-width: 1px;
}
.e-grid:not(.sf-grid).e-default:not(.e-verticallines):not(.e-bothlines) table th[rowspan] {
  border-width: 0 0 0 1px;
}
.e-grid:not(.sf-grid).e-default table th[rowspan].e-leftfreeze.e-freezeleftborder {
  border-right-width: 2px;
}
.e-grid:not(.sf-grid).e-default table th[rowspan].e-rightfreeze.e-freezerightborder {
  border-left-width: 2px;
}
.e-grid:not(.sf-grid).e-default table th[rowspan].e-fixedfreeze.e-freezeleftborder {
  border-left-width: 1px;
}
.e-grid:not(.sf-grid).e-default table th[rowspan].e-fixedfreeze.e-freezerightborder {
  border-right-width: 1px;
}
.e-grid tr th.e-firstcell {
  border-left-style: solid;
  border-left-width: 1px;
}
.e-grid.e-default tr th.e-detailheadercell:first-child {
  border-left-width: 0;
}
.e-grid.e-default:not(.e-rtl) tr td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder, .e-leftfreeze.e-freezeleftborder.e-focused), .e-grid.e-default:not(.e-rtl) tr th.e-headercell:first-child:not(.e-firstcell, .e-headercell.e-frozen-left-border, .e-leftfreeze.e-freezeleftborder.e-focused), .e-grid.e-default:not(.e-rtl) tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
  border-left-width: 0;
}
.e-grid:not(.e-rtl).e-verticallines .e-grouptopleftcell.e-lastgrouptopleftcell, .e-grid:not(.e-rtl).e-bothlines .e-grouptopleftcell.e-lastgrouptopleftcell {
  border-right-width: 1px;
  border-right-style: solid;
}
.e-grid .e-filterbarcell .e-filtertext::-webkit-search-cancel-button,
.e-grid .e-search input::-webkit-search-cancel-button {
  display: none;
}
.e-grid .e-filterbarcell .e-filtertext::-ms-clear,
.e-grid .e-search input::-ms-clear {
  display: none;
}
.e-grid .e-hiddenrow,
.e-grid .e-hide, .e-grid .e-group-animator:last-child .e-nextgroup.e-icons.e-icon-next {
  display: none;
}
.e-grid .e-rowcell,
.e-grid .e-gridcontent,
.e-grid .e-gridheader,
.e-grid .e-headercontent,
.e-grid .e-groupdroparea,
.e-grid .e-gridfooter,
.e-grid .e-summarycontent {
  overflow: hidden;
  vertical-align: middle;
}
.e-grid .e-sortfilterdiv {
  float: right;
  height: 10px;
  margin: -16px 10px;
  padding: 3px;
  width: 10px;
}
.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv {
  float: left;
  margin: -16px 5px;
}
.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
  margin: -7px 15px -7px -7px;
}
.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
  margin: -7px 15px -7px -7px;
}
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
  padding-right: 0.6em;
}
.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,
.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv {
  padding: 0 0.6em 0 1.9em;
}
.e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
.e-grid .e-gridheader .e-stackedheadercelldiv {
  padding: 0 1.8em 0 0.6em;
}
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
  padding-left: 0.6em;
}
.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
  padding: 0 1.8em 0 0.6em;
}
.e-grid.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
  padding: 0 0.6em 0 0.55em;
}
.e-grid .e-filtermenudiv {
  float: right;
  margin: -18px -7px;
  padding: 6px;
  text-align: right;
}
.e-grid.e-print-grid-layout .e-pager,
.e-grid.e-print-grid-layout .e-filterbar,
.e-grid.e-print-grid-layout .e-icons:not(.e-frame),
.e-grid.e-print-grid-layout .e-grouptopleftcell,
.e-grid.e-print-grid-layout .e-recordpluscollapse,
.e-grid.e-print-grid-layout .e-indentcell,
.e-grid.e-print-grid-layout .e-recordplusexpand {
  display: none;
}
.e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop {
  display: table-cell;
}
.e-grid.e-print-grid-layout .e-content {
  overflow-y: hidden;
}
.e-grid.e-print-grid-layout .e-grouptext {
  width: auto;
}
.e-grid.e-print-grid-layout .e-detailcell {
  padding: 0.8em 0.6em;
}
.e-grid.e-print-grid {
  left: -1000px;
  top: -1000px;
}
.e-grid .e-flbldcontent {
  padding: 18px 18px 0;
}
.e-grid .e-flblbtn {
  width: 110px;
}
.e-grid .e-sortnumber {
  border-radius: 65%;
  display: inline-block;
  float: right;
  text-align: center;
  font-size: 9px;
  font-size: 9px;
  height: 15px;
  line-height: 16px;
  margin: 7px 5px 0 2px;
  width: 15px;
}
.e-grid .e-gridheader .e-fltr-icon .e-sortnumber {
  margin: 7px -3px 0 2px;
}
.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber {
  float: left;
  margin: 7px 2px 0 5px;
}
.e-grid .e-gridheader .e-rightalign .e-sortnumber {
  float: left;
  margin: 7px 2px 0 5px;
}
.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
  margin: -16px 24px;
}
.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
  margin: -16px 5px;
}
.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber {
  margin: 1px 2px 0 15px;
}
.e-grid.e-wrap .e-gridheader .e-sortnumber {
  margin: 2px -5px 0 2px;
}
.e-grid.e-wrap .e-gridheader .e-sortfilterdiv {
  margin: -9px 10px;
}
.e-grid .e-columnmenu {
  position: absolute;
  right: 23px;
  float: right;
  margin: -18.5px -18px;
  padding: 6px;
}
.e-grid.e-wrap .e-columnmenu, .e-grid.e-wrap .e-grid.e-rtl .e-columnmenu {
  line-height: 3px;
}
.e-grid.e-rtl .e-columnmenu {
  left: 5px;
  right: auto;
  margin: -19px -18px -18px 1px;
}
.e-grid .e-detailrowcollapse,
.e-grid .e-detailrowexpand,
.e-grid .e-rowdragdropcell {
  border-style: solid;
  border-width: 1px 0 0 0;
}
.e-grid .e-detailrowcollapse,
.e-grid .e-detailrowexpand {
  cursor: pointer;
}
.e-grid .e-detailindentcell {
  border-right-style: solid;
  border-right-width: 1px;
}
.e-grid .e-detailcell {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.3em;
  font-weight: normal;
  text-align: left;
}
.e-grid th.e-detailcell .e-rowcell,
.e-grid th.e-detailcell .e-gridpager {
  text-align: left;
}
.e-grid th.e-detailcell .e-rtl .e-rowcell,
.e-grid th.e-detailcell .e-rtl .e-gridpager {
  text-align: right;
}
.e-grid.e-rtl th.e-detailcell .e-rowcell,
.e-grid.e-rtl th.e-detailcell .e-gridpager {
  text-align: right;
}
.e-grid.e-verticallines .e-rowcell,
.e-grid.e-verticallines .e-filterbarcell {
  border-width: 0 0 0 1px;
}
.e-grid.e-verticallines .e-rowcell.e-grid-group-first-cell,
.e-grid.e-verticallines .e-headercell.e-grid-group-first-cell, .e-grid.e-bothlines .e-rowcell.e-grid-group-first-cell,
.e-grid.e-bothlines .e-headercell.e-grid-group-first-cell {
  border-left-width: 0;
}
.e-grid.e-hidelines .e-rowcell,
.e-grid.e-hidelines .e-headercell,
.e-grid.e-hidelines .e-detailheadercell,
.e-grid.e-hidelines tr th.e-firstcell,
.e-grid.e-hidelines .e-filterbarcell {
  border-width: 0;
}
.e-grid.e-horizontallines .e-headercell,
.e-grid.e-horizontallines .e-detailheadercell {
  border-width: 0;
}
.e-grid.e-horizontallines .e-headercell.e-stackedheadercell {
  border-width: 0 0 1px 1px;
}
.e-grid.e-horizontallines .e-rowcell {
  border-width: 1px 0 0;
}
.e-grid.e-horizontallines .e-filterbarcell {
  border-width: 1px 0 0;
}
.e-grid.e-horizontallines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border), .e-grid.e-verticallines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border), .e-grid.e-hidelines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border) {
  border-bottom-width: 1px;
}
.e-grid.e-horizontallines .e-detailrowvisible, .e-grid.e-verticallines .e-detailrowvisible, .e-grid.e-hidelines .e-detailrowvisible, .e-grid.e-bothlines .e-detailrowvisible {
  border-left-width: 0;
}
.e-grid.e-verticallines .e-firstchildrow .e-rowcell, .e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse, .e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand, .e-grid.e-hidelines .e-firstchildrow .e-rowcell, .e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse, .e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand {
  border-top-width: 1px;
}
.e-grid .e-filterbarcell .e-icons::before {
  display: block;
  margin: 0 auto;
}
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px 0 0;
  cursor: default;
  height: 42px;
  overflow: hidden;
  padding: 0 21px;
  vertical-align: middle;
}
.e-grid .e-rowdragheader {
  border-color: #616161;
  border-style: 1px;
  border-width: 1px 0 0;
}
.e-grid .e-filterbarcell input {
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 2px 0;
  font-size: 13px;
  font-weight: normal;
  height: 26px;
  padding-right: 24px;
  text-indent: 0;
  width: 100%;
}
.e-grid .e-filterbarcell input.e-checkbox {
  height: 1px;
}
.e-grid.e-device .e-filterbarcell {
  padding: 8px 12px;
}
.e-grid.e-device .e-filterbarcell:first-child {
  padding: 8px 12px 8px 16px;
}
.e-grid.e-device .e-filterbarcell:last-child {
  padding: 8px 16px 8px 12px;
}
.e-grid .e-searchclear, .e-grid.e-rtl .e-searchclear,
.e-grid .e-grid-relative {
  position: relative;
}
.e-grid .e-searchclear {
  float: right;
}
.e-grid.e-rtl .e-searchclear {
  float: left;
}
.e-grid .e-checkselect,
.e-grid .e-checkselectall {
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.e-grid .e-rowcell .e-checkbox-wrapper,
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
  -webkit-user-select: auto;
  /* stylelint-disable-line property-no-vendor-prefix */
  height: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  user-select: auto;
}
.e-grid .e-filterdiv,
.e-grid .e-fltrtempdiv {
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.e-grid .e-pager {
  border-bottom: transparent;
  border-left: transparent;
  border-right: transparent;
}
.e-grid .e-gridpopup {
  font-weight: normal;
  position: absolute;
  user-select: none;
  z-index: 99999;
}
.e-grid .e-gridpopup .e-content {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 4px;
}
.e-grid .e-gridpopup span {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  padding: 4px;
  width: 26px;
}
.e-grid .e-gridpopup .e-tail::before,
.e-grid .e-gridpopup .e-tail::after {
  border: 10px solid transparent;
  content: "";
  height: 0;
  left: 8px;
  position: absolute;
  width: 0;
}
.e-grid .e-gridpopup .e-downtail::after {
  top: 34px;
}
.e-grid .e-gridpopup .e-uptail::after {
  top: -17px;
}
.e-grid .e-gridpopup .e-uptail::before {
  top: -19px;
}
.e-grid .e-gridpopup .e-sortdirect,
.e-grid .e-gridpopup .e-rowselect {
  line-height: 18px;
  text-indent: 7%;
}
.e-grid .e-footerpadding {
  padding-left: 0;
  padding-right: 14px;
}
.e-grid .e-footerpadding .e-lastsummarycell {
  border-left: none;
  border-right: 1px solid;
}
.e-grid.e-rtl .e-footerpadding {
  padding-left: 14px;
  padding-right: 0;
}
.e-grid.e-rtl .e-footerpadding tr.e-summaryrow td.e-lastsummarycell:last-child {
  border-right: none;
  border-left: 1px solid #616161;
}
.e-grid .e-cloneproperties {
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0;
  opacity: 1;
  overflow: hidden;
  padding: 4px 5px;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 10;
}
.e-grid .e-cloneproperties .e-draganddrop {
  border-spacing: 0;
  font-size: 12px;
  font-weight: normal;
  overflow: visible;
}
.e-grid .e-cloneproperties.e-headerclone table,
.e-grid .e-cloneproperties.e-draganddrop table {
  border-spacing: 0;
}
.e-grid .e-notallowedcur {
  cursor: not-allowed;
}
.e-grid .e-grabcur {
  cursor: grabbing;
}
.e-grid .e-headerclone {
  border-radius: 12px;
  font-weight: 500;
  line-height: 29px;
}
.e-grid .e-draganddrop {
  border-width: 0 1px 1px;
  font-weight: normal;
  padding: 0;
}
.e-grid .e-draganddrop .e-rowcell {
  opacity: 0.95;
}
.e-grid.e-default .e-gridheader th.e-firstcell,
.e-grid.e-default .e-gridheader th.e-laststackcell:not(:has(.e-rhandler.e-rcursor)) {
  border-left-style: solid;
  border-left-width: 1px;
}
.e-grid.e-default.e-verticallines .e-gridheader th.e-firstcell.e-grid-group-first-cell {
  border-left-width: 0;
}
.e-grid:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
}
.e-grid.e-default.e-hidelines .e-gridheader th.e-firstcell {
  border-left-width: 0;
}
.e-grid td.e-active {
  font-weight: normal;
}
.e-grid:not(.e-row-responsive) .e-gridcontent tr.e-row:first-child td.e-cellselectionbackground:not(.e-gridchkbox-cell),
.e-grid td.e-cellselectionbackground {
  font-weight: normal;
}
.e-grid .e-groupdroparea {
  height: auto;
  line-height: normal;
  min-height: 48px;
}
.e-grid .e-griddragarea {
  border: 1px solid;
  opacity: 0.6;
  position: absolute;
}
.e-grid .e-gdclone {
  border-radius: 13px;
  padding: 2px;
}
.e-grid .e-content {
  -webkit-overflow-scrolling: touch;
  /* stylelint-disable-line property-no-vendor-prefix */
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
}
.e-grid.e-ungroupdrag .e-columnheader,
.e-grid.e-ungroupdrag .e-groupdroparea {
  cursor: not-allowed;
}
.e-grid.e-ungroupdrag .e-gridcontent {
  cursor: default;
}
.e-grid.e-rowdrag .e-columnheader,
.e-grid.e-rowdrag .e-groupdroparea {
  cursor: not-allowed;
}
.e-grid.e-rowdrag .e-gridcontent {
  cursor: default;
}
.e-grid .e-groupdroparea {
  cursor: default;
  border-style: solid none;
  border-width: 1px 0 0;
  font-size: 14px;
  font-weight: lighter;
  border-top-width: 1px;
  opacity: 0.87;
  padding: 14px 24px;
  text-align: left;
  text-indent: 1pt;
  user-select: none;
  width: 100%;
}
.e-grid .e-grouptext {
  display: inline-block;
  margin-right: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.e-grid .e-grid-icon {
  float: left;
}
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover {
  border: 0;
  border-collapse: collapse;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  height: 24px;
  margin: 3px 0 0 18px;
  overflow: hidden;
  padding: 0 6px 0 9px;
  vertical-align: middle;
}
.e-grid .e-groupheadercell:hover {
  border: 0;
  padding: 0 6px 0 9px;
}
.e-grid .e-groupheadercell span {
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 26px;
  padding: 0;
  vertical-align: middle;
}
.e-grid .e-groupheadercell .e-grouptext {
  line-height: 24px;
}
.e-grid .e-groupheadercell .e-ungroupbutton {
  font-size: 13px;
  line-height: 26px;
}
.e-grid .e-groupheadercell .e-cancel {
  padding-right: 10px;
}
.e-grid .e-groupheadercell .e-icons::before {
  display: inline;
}
.e-grid.e-device .e-groupheadercell span {
  line-height: 26px;
}
.e-grid.e-device .e-groupheadercell .e-ungroupbutton {
  line-height: 25px;
}
.e-grid.e-device .e-groupheadercell .e-groupsort {
  margin-top: 0;
}
.e-grid .e-groupsort,
.e-grid .e-ungroupbutton,
.e-grid .e-toggleungroup {
  font-size: 10px;
  margin-left: 6px;
}
.e-grid .e-groupsort {
  margin-right: 0;
  margin-top: 0;
}
.e-grid span.e-ungroupbutton.e-icons {
  margin-left: 6px;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
}
.e-grid .e-grptogglebtn {
  padding: 7px;
}
.e-grid .e-icon-gdownarrow {
  font-size: 11px;
  padding: 14px 9px 12px 9px;
  text-decoration: none;
}
.e-grid .e-icon-grightarrow {
  font-size: 10px;
  padding: 14px 9px 14px 10px;
  text-decoration: none;
}
.e-grid .e-recordplusexpand {
  padding-top: 5px;
}
.e-grid .e-indentcell {
  border-style: solid;
  border-width: 0 1px 0 0;
}
.e-grid .e-indentcell.e-indentcelltop, .e-grid .e-indentcell.e-detailindentcelltop {
  border-width: 1px 0 0;
}
.e-grid .e-recordplusexpand,
.e-grid .e-recordpluscollapse {
  border-style: solid;
  border-width: 1px 0 0;
  cursor: pointer;
}
.e-grid .e-groupcaption {
  border-style: solid;
  border-width: 1px 0 0;
  display: table-cell;
  font-size: 12px;
  line-height: 20px;
  padding: 0.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.e-grid .e-virtualtable .e-groupcaption {
  line-height: 20px;
  padding: 8px 21px;
}
.e-grid .e-autofill {
  border: 1px solid;
  height: 8px;
  position: absolute;
  user-select: none;
  width: 8px;
}
.e-grid .e-headercontent {
  border-style: solid;
  border-width: 0;
}
.e-grid .e-stackedheadercell {
  border-width: 0 0 1px 1px;
  white-space: nowrap;
}
.e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
  font-size: 9px;
}
.e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn {
  margin-top: 1px;
}
.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
  margin-top: 0;
  padding: 3px 0 0;
}
.e-grid .e-toolbar-item.e-template .e-toolbar-search {
  width: 230px;
}
.e-grid .e-edit-dialog {
  min-height: 350px;
}
.e-grid .e-edit-dialog .e-dlg-content {
  position: relative;
}
.e-grid .e-griderror label {
  display: inline !important;
}
.e-grid .e-tooltip-wrap.e-griderror {
  z-index: 1000;
}
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
  left: 44%;
  top: -8px;
}
.e-grid .e-normaledit {
  border-top: 0;
  padding: 0;
}
.e-grid .e-normaledit .e-rowcell {
  padding-bottom: 0;
  padding-top: 0;
}
.e-grid.e-device .e-normaledit .e-rowcell {
  padding-bottom: 4px;
  padding-top: 4px;
}
.e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded {
  border-bottom: 1px solid #616161;
  border-top: 0 none #616161;
}
.e-grid .e-gridcontent table tbody .e-normaledit .e-rowcell {
  border-top: 1px solid;
}
.e-grid:not(.e-row-responsive, .e-left-shadow, .e-right-shadow) .e-gridcontent tr.e-row:first-child .e-rowcell:not(.e-xlsel-top-border) {
  border-top: 0;
}
.e-grid.e-device .e-editedbatchcell.e-rowcell,
.e-grid .e-editedbatchcell.e-rowcell, .e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell {
  padding-bottom: 0;
  padding-top: 0;
}
.e-grid .e-editedbatchcell,
.e-grid td.e-boolcell {
  padding-left: 21px;
  padding-right: 21px;
}
.e-grid td.e-boolcell input {
  margin: 3px 3px 3px 4px;
}
.e-grid td.e-boolcell.e-rowcell {
  padding-bottom: 5px;
  padding-top: 5px;
}
.e-grid .e-dialog .e-gridform .e-rowcell {
  border: 0;
  padding: 0;
}
.e-grid .e-row .e-input-group .e-input.e-field,
.e-grid .e-row .e-input-focus .e-input.e-field {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 9px;
}
.e-grid .e-row .e-input-group {
  margin-bottom: 2px;
  margin-top: 0;
  vertical-align: middle;
}
.e-grid .e-defaultcell.e-ralign,
.e-grid .e-editedrow .e-defaultcell.e-ralign,
.e-grid .e-defaultcell.e-ralign:focus,
.e-grid .e-editedrow .e-defaultcell.e-ralign:focus {
  padding-right: 10px;
}
.e-grid .e-dlg-content .e-defaultcell.e-ralign,
.e-grid .e-dlg-content .e-defaultcell.e-ralign:focus {
  padding-right: 0;
}
.e-grid .e-columnchooserdiv {
  float: right;
  margin: -12px;
}
.e-grid .e-rowcell .e-frozen-default-cursor,
.e-grid .e-gridheader .e-headercell .e-frozen-default-cursor,
.e-grid .e-gridheader .e-filterbarcell .e-frozen-default-cursor {
  border-left: 2px solid;
  border-right: 0;
}
.e-grid .e-tooltip-wrap.e-griderror.e-unfreeze {
  z-index: 1;
}
.e-grid.e-lib .e-leftfreeze, .e-grid.e-lib.e-grid .e-headercell.e-leftfreeze, .e-grid.e-lib.e-grid .e-headercell.e-rightfreeze, .e-grid.e-lib .e-rightfreeze,
.e-grid .e-leftfreeze,
.e-grid .e-rightfreeze {
  position: sticky;
  z-index: 2;
}
.e-grid.e-lib .e-fixedfreeze, .e-grid.e-lib.e-grid .e-headercell.e-fixedfreeze,
.e-grid .e-fixedfreeze {
  position: sticky;
  z-index: 3;
}
.e-grid .e-xlsel-top-border, .e-grid.e-rtl.e-default .e-rowcell.e-xlsel-top-border {
  border-top-width: 2px;
  line-height: 18px;
}
.e-grid .e-xlsel-left-border,
.e-grid .e-fixedfreeze.e-freezeleftborder.e-xlsel-left-border, .e-grid.e-rtl.e-default .e-rowcell.e-xlsel-left-border, .e-grid.e-rtl.e-default .e-rowcell.e-fixedfreeze.e-freezeleftborder.e-xlsel-left-border {
  border-left-width: 2px;
}
.e-grid .e-xlsel-right-border,
.e-grid .e-fixedfreeze.e-freezerightborder.e-xlsel-right-border, .e-grid.e-rtl.e-default .e-rowcell.e-xlsel-right-border, .e-grid.e-rtl.e-default .e-rowcell.e-fixedfreeze.e-freezerightborder.e-xlsel-right-border {
  border-right-width: 2px;
}
.e-grid.e-wrap .e-xlsel-bottom-border.e-xlsel-top-border, .e-grid.e-rtl.e-wrap .e-xlsel-bottom-border.e-xlsel-top-border {
  line-height: 16px;
}
.e-grid.e-wrap .e-xlsel-bottom-border, .e-grid.e-rtl.e-wrap .e-xlsel-bottom-border {
  line-height: 14px;
}
.e-grid .e-xlsel-bottom-border.e-xlsel-top-border, .e-grid.e-rtl.e-default .e-rowcell.e-xlsel-bottom-border.e-xlsel-top-border {
  line-height: 16px;
}
.e-grid .e-xlsel-bottom-border, .e-grid.e-rtl.e-default .e-rowcell.e-xlsel-bottom-border {
  border-bottom-width: 2px;
  line-height: 18px;
}
.e-grid .e-virtual-content.e-content {
  overflow-x: hidden;
}
.e-grid.e-lib.e-default .e-headercell.e-leftfreeze.e-freezeleftborder, .e-grid.e-lib .e-leftfreeze.e-freezeleftborder,
.e-grid .e-leftfreeze.e-freezeleftborder {
  border-right-width: 2px;
}
.e-grid.e-rtl.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-dragborder), .e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder) {
  clip-path: inset(0 -15px 0 0);
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.25);
}
.e-grid.e-rtl.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-xlsel-right-border), .e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-xlsel-right-border) {
  border-right-color: transparent;
}
.e-grid.e-rtl.e-right-shadow .e-rightfreeze.e-freezerightborder.e-dragborder, .e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-dragborder {
  box-shadow: 0 2px 0 0 #00b0ff, 4px 0 8px rgba(0, 0, 0, 0.25);
}
.e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-dragborder), .e-grid.e-rtl.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder) {
  clip-path: inset(0 0 0 -15px);
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.25);
}
.e-grid.e-right-shadow:not(.e-rtl) .e-rightfreeze.e-freezerightborder:not(.e-xlsel-left-border), .e-grid.e-rtl.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-xlsel-left-border) {
  border-left-color: transparent;
}
.e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder.e-dragborder, .e-grid.e-rtl.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-dragborder {
  box-shadow: 0 2px 0 0 #00b0ff, -4px 0 8px rgba(0, 0, 0, 0.25);
}
.e-grid.e-lib.e-default .e-headercell.e-rightfreeze.e-freezerightborder, .e-grid.e-lib .e-rightfreeze.e-freezerightborder,
.e-grid .e-rightfreeze.e-freezerightborder {
  border-left-width: 2px;
}
.e-grid.e-lib.e-default:not(.e-rtl) .e-headercell.e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder), .e-grid.e-lib:not(.e-rtl) .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder), .e-grid:not(.e-rtl) .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder) {
  border-left-width: 1px;
}
.e-grid.e-lib.e-default:not(.e-rtl) .e-headercell.e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder), .e-grid.e-lib:not(.e-rtl) .e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder), .e-grid:not(.e-rtl) .e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder) {
  border-right-width: 1px;
}
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
  /* stylelint-disable-line property-no-vendor-prefix */
  width: 7px;
}
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
  /* stylelint-disable-line property-no-vendor-prefix */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.e-grid .e-movablescrollbar {
  flex: 1;
  overflow: hidden;
  overflow-x: scroll;
}
.e-grid .e-columnchooser::before {
  line-height: 1.9;
}
.e-grid .e-toolbar .e-ccdiv {
  margin-top: -1px;
  padding: 0 10px;
}
.e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon {
  font-size: 15px;
  vertical-align: middle;
}
.e-grid.e-rtl .e-tableborder {
  border-left: 1px solid;
  border-right: 0;
}
.e-grid.e-rtl.e-lib.e-default .e-headercell.e-leftfreeze.e-freezeleftborder, .e-grid.e-rtl.e-lib .e-leftfreeze.e-freezeleftborder,
.e-grid.e-rtl .e-leftfreeze.e-freezeleftborder {
  border-left-width: 2px;
  border-right-width: 0;
}
.e-grid.e-rtl.e-lib.e-default .e-headercell.e-rightfreeze.e-freezerightborder, .e-grid.e-rtl.e-lib .e-rightfreeze.e-freezerightborder,
.e-grid.e-rtl .e-rightfreeze.e-freezerightborder {
  border-right-width: 2px;
}
.e-grid.e-rtl.e-lib.e-default .e-headercell.e-fixedfreeze.e-freezeleftborder:not(.e-removefreezerightborder), .e-grid.e-rtl.e-lib .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezerightborder),
.e-grid.e-rtl .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezerightborder) {
  border-right-width: 1px;
}
.e-grid.e-rtl.e-lib.e-default .e-headercell.e-fixedfreeze.e-freezerightborder:not(.e-removefreezeleftborder), .e-grid.e-rtl.e-lib .e-fixedfreeze.e-freezerightborder:not(.e-removefreezeleftborder),
.e-grid.e-rtl .e-fixedfreeze.e-freezerightborder:not(.e-removefreezeleftborder) {
  border-left-width: 1px;
}
.e-grid.e-rtl .e-headercell, .e-grid.e-rtl .e-detailheadercell {
  border-width: 0;
  text-align: right;
}
.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv,
.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv, .e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv,
.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv {
  padding: 0 0.6em 0 1.8em;
}
.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,
.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, .e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv .e-sortnumber,
.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv .e-sortnumber {
  float: left;
  margin: 7px 0 0 5px;
}
.e-grid.e-rtl .e-headercell.e-fltr-icon.e-rightalign .e-headercelldiv,
.e-grid.e-rtl .e-headercell.e-fltr-icon.e-rightalign .e-headercelldiv.e-headerchkcelldiv, .e-grid.e-rtl .e-detailheadercell.e-fltr-icon.e-rightalign .e-headercelldiv,
.e-grid.e-rtl .e-detailheadercell.e-fltr-icon.e-rightalign .e-headercelldiv.e-headerchkcelldiv {
  text-align: right;
}
.e-grid.e-rtl .e-headercell .e-headercelldiv,
.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv, .e-grid.e-rtl .e-detailheadercell .e-headercelldiv,
.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv {
  padding: 0 0.6em 0 1.8em;
  text-align: right;
}
.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,
.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,
.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber {
  float: left;
  margin: 7px 0 0 5px;
}
.e-grid.e-rtl .e-headercell .e-filterbarcell input, .e-grid.e-rtl .e-detailheadercell .e-filterbarcell input {
  border-width: 0 0 2px 0;
}
.e-grid.e-rtl .e-headercell .e-sortfilterdiv, .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv {
  float: left;
  margin: -16px 10px;
}
.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv, .e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv {
  margin-left: 10px;
}
.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber, .e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
  margin: 7px -4px 0 0;
}
.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-filtermenudiv, .e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-filtermenudiv {
  margin-left: -5px;
}
.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv, .e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv {
  float: right;
  margin: -15px 3px;
}
.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv, .e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv {
  padding: 0 25px 0 0.7em;
}
.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber, .e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber {
  float: right;
  margin: 7px 2px 0 0;
}
.e-grid.e-rtl .e-headercell.e-fltr-icon.e-rightalign .e-sortnumber, .e-grid.e-rtl .e-detailheadercell.e-fltr-icon.e-rightalign .e-sortnumber {
  float: left;
  margin: 7px 0 0 5px;
}
.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber, .e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber {
  float: left;
  margin: 7px 0 0 5px;
}
.e-grid.e-rtl .e-rowcell:first-child,
.e-grid.e-rtl .e-summarycell:first-child {
  padding-right: 21px;
}
.e-grid.e-rtl .e-rowcell:last-child,
.e-grid.e-rtl .e-summarycell:last-child {
  padding-left: 21px;
}
.e-grid.e-rtl.e-wrap .e-columnheader .e-rightalign .e-sortnumber {
  margin: 3px 5px 0 2px;
}
.e-grid.e-rtl.e-wrap .e-columnheader .e-sortnumber {
  margin: 3px 5px 0 2px;
}
.e-grid.e-rtl.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
  margin: -17px 4px;
}
.e-grid.e-rtl.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
  margin: -17px 5px;
}
.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv {
  margin: -16px 0 0 11px;
}
.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
  margin: -16px 0 0 11px;
}
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
  margin: -7px;
}
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
  margin: -7px;
}
.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv {
  margin: -16px 10px;
}
.e-grid.e-rtl.e-wrap .e-columnheader .e-rightalign.e-fltr-icon .e-headercelldiv, .e-grid.e-rtl .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-headercelldiv {
  height: auto;
  margin-bottom: 2px;
  margin-top: 0;
}
.e-grid.e-rtl.e-verticallines .e-grouptopleftcell, .e-grid.e-rtl.e-bothlines .e-grouptopleftcell, .e-grid.e-rtl.e-hidelines .e-grouptopleftcell {
  border-top: 0;
}
.e-grid.e-rtl .e-grouptopleftcell {
  border-top: 1px solid;
}
.e-grid.e-rtl .e-grouptopleftcell span.e-grouptext {
  margin-left: 18px;
  margin-right: 0;
}
.e-grid.e-rtl .e-grouptopleftcell span {
  float: right;
  margin: 0;
}
.e-grid.e-rtl .e-groupheadercell span {
  float: right;
  padding: 0;
}
.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell {
  border-top: 1px solid;
}
.e-grid.e-rtl .e-rowcell {
  border-width: 1px 0 0 0;
}
.e-grid.e-rtl .e-stackedheadercell.e-leftfreeze.e-freezeleftborder, .e-grid.e-rtl .e-rowcell.e-leftfreeze.e-freezeleftborder {
  border-left-width: 2px;
}
.e-grid.e-rtl .e-stackedheadercell.e-rightfreeze.e-freezerightborder, .e-grid.e-rtl .e-rowcell.e-rightfreeze.e-freezerightborder {
  border-right-width: 2px;
}
.e-grid.e-rtl .e-stackedheadercell.e-fixedfreeze.e-freezeleftborder, .e-grid.e-rtl .e-rowcell.e-fixedfreeze.e-freezeleftborder:not(.e-xlsel-right-border, .e-removefreezerightborder) {
  border-right-width: 1px;
}
.e-grid.e-rtl .e-stackedheadercell.e-fixedfreeze.e-freezerightborder, .e-grid.e-rtl .e-rowcell.e-fixedfreeze.e-freezerightborder:not(.e-xlsel-left-border, .e-removefreezeleftborder) {
  border-left-width: 1px;
}
.e-grid.e-rtl .e-summarycell.e-rightfreeze.e-freezerightborder, .e-grid.e-rtl .e-summarycell.e-fixedfreeze.e-freezeleftborder {
  border-left-width: 0;
}
.e-grid.e-rtl .e-summarycell.e-leftfreeze.e-freezeleftborder, .e-grid.e-rtl .e-summarycell.e-fixedfreeze.e-freezerightborder {
  border-right-width: 0;
}
.e-grid.e-rtl .e-filterbarcell, .e-grid.e-rtl .e-filterbarcelldisabled {
  border-width: 1px 0 0;
}
.e-grid.e-rtl .e-lastrowcell {
  border-width: 1px 1px 1px 0;
}
.e-grid.e-rtl .e-cloneproperties {
  border-width: 1px 1px 2px;
}
.e-grid.e-rtl tr td:first-child, .e-grid.e-rtl tr th:first-child {
  border-left-width: 0;
}
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child:not(.e-summarycell, .e-freezeleftborder), .e-grid.e-rtl.e-default.e-bothlines tr th:first-child {
  border-left-width: 1px;
}
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
  border-left-width: 0;
}
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
  border-left: 0;
}
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
  border-left: 1px solid;
}
.e-grid.e-rtl.e-default .e-gridheader tr th:last-child, .e-grid.e-rtl.e-default .e-gridheader tr th:first-child {
  padding-left: 21px;
  padding-right: 21px;
}
.e-grid.e-rtl.e-default th:first-child .e-grid.e-rtl.e-default .e-headercell, .e-grid.e-rtl.e-default .e-detailheadercell {
  border-width: 0;
}
.e-grid.e-rtl.e-default .e-rowcell {
  border-width: 1px 0 0 0;
}
.e-grid.e-rtl.e-default.e-verticallines .e-headercell,
.e-grid.e-rtl.e-default.e-verticallines .e-rowcell,
.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell,
.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell,
.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell {
  border-width: 0 0 0 1px;
}
.e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell) {
  border-left-width: 1px;
}
.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader {
  border-right: 0;
}
.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader,
.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell {
  border-left: 1px solid;
}
.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell {
  border-bottom: 1px solid;
}
.e-grid.e-rtl.e-default .e-stackedheadercell, .e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell {
  border-width: 0 1px 1px 0;
}
.e-grid.e-rtl.e-default .e-gridheader th.e-firstcell, .e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell {
  border-left-width: 0;
  border-right-width: 1px;
}
.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell {
  border-left-width: 1px;
  border-right-width: 0;
}
.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, .e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader {
  border-left: 0;
}
.e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell {
  border-left: 0;
  border-right: 0;
}
.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, .e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader {
  border-right: 1px solid;
}
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
  border-right-style: solid;
  border-right-width: 1px;
  text-align: right;
}
.e-grid.e-rtl .e-groupsort, .e-grid.e-rtl .e-ungroupbutton, .e-grid.e-rtl .e-toggleungroup {
  margin-left: 0;
  margin-right: 6px;
}
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
  margin-left: 0;
  margin-right: 6px;
  padding-top: 0;
}
.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell, .e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
  border-width: 0 0 0 1px;
}
.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell, .e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader, .e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop {
  border-left: 1px solid #616161;
  padding-left: 3px;
}
.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader,
.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell {
  border-left: 1px solid;
  border-right: 0;
}
.e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
  left: 4px;
  position: relative;
}
.e-grid.e-rtl:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.e-grid.e-rtl.e-bothlines .e-filterbarcell,
.e-grid.e-rtl.e-bothlines .e-filterbarcelldisabled {
  border-width: 1px 0 0 1px;
  border-top-width: 1px;
}
.e-grid.e-rtl.e-bothlines .e-rowcell,
.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell {
  border-width: 1px 0 0 1px;
}
.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border) {
  border-bottom-width: 1px;
}
.e-grid.e-rtl.e-verticallines .e-rowcell,
.e-grid.e-rtl.e-verticallines .e-filterbarcell {
  border-width: 1px 0 0 1px;
}
.e-grid.e-rtl.e-hidelines .e-rowcell,
.e-grid.e-rtl.e-hidelines .e-headercell,
.e-grid.e-rtl.e-hidelines .e-detailheadercell,
.e-grid.e-rtl.e-hidelines .e-filterbarcell {
  border-width: 0;
}
.e-grid.e-rtl.e-horizontallines .e-rowcell {
  border-width: 1px 0 0;
}
.e-grid.e-rtl.e-horizontallines .e-filterbarcell {
  border-width: 1px 0 0;
}
.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border), .e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border), .e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border) {
  border-bottom-width: 1px;
}
.e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell, .e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell {
  border-top-width: 1px;
}
.e-grid.e-rtl .e-groupheadercell .e-icons::before {
  display: inline-block;
}
.e-grid.e-rtl .e-groupheadercell .e-cancel {
  padding-left: 23px;
  padding-right: 0;
  padding-top: 2px;
}
.e-grid.e-rtl .e-groupheadercell, .e-grid.e-rtl .e-groupheadercell:hover {
  float: right;
  margin-left: 10px;
  margin-right: 18px;
  padding: 0 9px 0 6px;
}
.e-grid.e-rtl .e-groupdroparea {
  text-align: right;
}
.e-grid.e-rtl .e-ungroupbutton {
  float: left;
}
.e-grid.e-rtl .e-gridcontent table tr:not(.e-summaryrow) td.e-indentcell {
  border-style: solid;
  border-width: 0 0 0 1px;
}
.e-grid.e-rtl .e-defaultcell.e-ralign, .e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign, .e-grid.e-rtl .e-defaultcell.e-ralign:focus, .e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus {
  padding-left: 10px;
}
.e-grid.e-rtl .e-detailindentcell {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 0;
}
.e-grid.e-rtl .e-filtermenudiv {
  float: left;
  margin: -18px 0 -18px -11px;
  padding: 6px;
}
.e-grid:not(.sf-grid).e-rtl.e-default:not(.e-verticallines):not(.e-bothlines) table th[rowspan] {
  border-width: 0 1px 0 0;
}
.e-grid:not(.sf-grid).e-rtl.e-default table th[rowspan].e-leftfreeze.e-freezeleftborder {
  border-left-width: 2px;
}
.e-grid:not(.sf-grid).e-rtl.e-default table th[rowspan].e-rightfreeze.e-freezerightborder {
  border-right-width: 2px;
}
.e-grid:not(.sf-grid).e-rtl.e-default table th[rowspan].e-fixedfreeze.e-freezeleftborder {
  border-right-width: 1px;
}
.e-grid:not(.sf-grid).e-rtl.e-default table th[rowspan].e-fixedfreeze.e-freezerightborder {
  border-left-width: 1px;
}
.e-grid.e-wrap .e-rowcell, .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, .e-grid.e-wrap .e-columnheader .e-headercelldiv, .e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
  height: Auto;
  line-height: 18px;
  overflow-wrap: break-word;
  text-overflow: clip;
  white-space: normal;
  word-wrap: break-word;
}
.e-grid.e-wrap .e-cloneproperties.e-draganddrop.e-grid .e-rowcell {
  white-space: nowrap;
}
.e-grid.e-wrap .e-stackedheader .e-columnheader :not(.e-columnsheader) .e-stackedheadercelldiv,
.e-grid.e-wrap .e-stackedheader .e-columnheader :not(.e-columnsheader) .e-headercelldiv {
  max-height: 36px;
}
.e-grid.e-wrap .e-checkbox-wrapper {
  vertical-align: middle;
}
.e-grid.e-wrap .e-columnheader .e-headercelldiv,
.e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
  margin-bottom: 2px;
  margin-top: 0;
}
.e-grid.e-wrap .e-columnheader .e-filtermenudiv,
.e-grid.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
  line-height: 14px;
  margin: -24px -5px -12px 8px;
}
.e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
  margin: -18px 10px;
}
.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
  margin: -18px 5px;
}
.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
  margin: -20px 18px;
}
.e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
  margin: -20px 14px;
}
.e-grid.e-wrap .e-columnheader .e-icon-group::before {
  display: inline-block;
}
.e-grid.e-wrap.e-rtl .e-columnheader .e-filtermenudiv,
.e-grid.e-wrap.e-rtl .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
  margin: -22px 0 -18px -15px;
}
.e-grid .e-columnheader.e-wrap .e-headercelldiv,
.e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv {
  margin-bottom: 2px;
  margin-top: 0;
}
.e-grid .e-columnheader.e-wrap .e-filtermenudiv,
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv .e-filtermenudiv {
  line-height: 14px;
}
.e-grid .e-columnheader.e-wrap .e-headercelldiv,
.e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv,
.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv {
  height: Auto;
  line-height: 18px;
  overflow-wrap: break-word;
  text-overflow: clip;
  white-space: normal;
  word-wrap: break-word;
}
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv {
  margin: -18px 10px;
}
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv {
  margin: -18px 5px;
}
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv {
  margin: -20px 18px;
}
.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv {
  margin: -20px 14px;
}
.e-grid .e-columnheader.e-wrap .e-icon-group::before {
  display: inline-block;
}
.e-grid .e-gridcontent.e-wrap .e-rowcell {
  height: Auto;
  line-height: 18px;
  overflow-wrap: break-word;
  text-overflow: clip;
  white-space: normal;
  word-wrap: break-word;
}
.e-grid .e-stackedheadercelldiv {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-grid.e-responsive .e-rowcell.e-gridclip,
.e-grid.e-responsive .e-gridclip .e-headercelldiv,
.e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
  text-overflow: clip;
}
.e-grid .e-clipboard {
  cursor: default;
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: fixed;
  resize: none;
  top: -1000px;
  width: 1px;
}
.e-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell, .e-freezerightborder, .e-freezeleftborder), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell, .e-freezerightborder, .e-freezeleftborder) {
  border-right: 0;
}
.e-grid:not(.sf-grid).e-resize-lines.e-default table th[rowspan]:not(.e-freezerightborder, .e-freezeleftborder), .e-grid:not(.sf-grid).e-resize-lines.e-rtl.e-default table th[rowspan]:not(.e-freezerightborder, .e-freezeleftborder) {
  border-left: 0;
}
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
  border-left: 0;
}
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor, .e-grid.e-resize-lines tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
  border-right: 0;
}
.e-grid:not(.sf-grid).e-resize-lines.e-rtl.e-default table th[rowspan] {
  border-right: 0;
}
.e-grid.sf-grid {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-grid.sf-grid .e-indentcell.e-hide-padding {
  padding: 0;
}
.e-grid.sf-grid .e-dialog .e-gridform .e-table .e-rowcell.e-adaptive-align-left {
  text-align: left;
  padding: 6px;
}
.e-grid.sf-grid .e-dialog .e-gridform .e-table .e-rowcell.e-adaptive-align-right {
  text-align: right;
  padding: 6px;
}
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
  margin-left: 6px;
}
.e-grid.sf-grid span.e-ungroupbutton.e-icons.e-ungroupbutton-hidden {
  display: none;
}
.e-grid.sf-grid .e-movablescrollbar {
  min-height: 17px;
  max-height: 17px;
}
.e-grid.sf-grid .e-movablescrollbar .e-movablechild {
  min-height: 17px;
  max-height: 17px;
}
.e-grid.sf-grid .e-summarycontent.e-summary-frozen {
  display: inherit;
}
.e-grid.sf-grid .e-table.e-masked-table {
  position: absolute;
  z-index: 5;
  border-collapse: separate;
  border-spacing: 0.25px;
}
.e-grid.sf-grid .e-dlg-content .columndiv {
  width: 100%;
}
.e-grid.sf-grid .e-dlg-content .columndiv .e-responsivecoldiv .e-filter-icon {
  font-size: 16px;
}
.e-grid.sf-grid .e-dlg-content .columndiv .e-icons.e-resascending-icon.e-btn-icon,
.e-grid.sf-grid .e-dlg-content .columndiv .e-icons.e-resdescending-icon.e-btn-icon {
  float: none;
}
.e-grid.sf-grid .e-table.e-inline-edit {
  border-collapse: separate;
  border-spacing: 0.25px;
}
.e-grid.sf-grid .e-rowdragdrop {
  border-width: 1px 0 0 0;
  border-color: #616161;
}
.e-grid.sf-grid .e-label.e-fltrcheck.e-wrapfilter {
  width: 150px;
  white-space: normal;
}
.e-grid.sf-grid .e-label.e-choosercheck.e-checkboxwrap {
  width: 140px;
  white-space: normal;
}
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
  border-right: 2px solid rgba(224, 224, 224, 0.6);
}
.e-grid.sf-grid .e-rowcell.e-frozen-left-border,
.e-grid.sf-grid .e-headercell.e-frozen-left-border,
.e-grid.sf-grid .e-filterbarcell.e-frozen-left-border {
  border-left: 2px solid rgba(224, 224, 224, 0.6);
}
.e-grid.sf-grid .e-rowcell.e-freezeline {
  position: relative;
}
.e-grid.sf-grid .e-rowcell .e-frozen-right-cursor,
.e-grid.sf-grid .e-rowcell .e-frozen-fixedright-cursor,
.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor,
.e-grid.sf-grid .e-rowcell .e-frozen-fixedleft-cursor {
  cursor: move;
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
}
.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor,
.e-grid.sf-grid .e-rowcell .e-frozen-fixedright-cursor {
  right: 0;
}
.e-grid.sf-grid .e-rowcell .e-frozen-right-cursor,
.e-grid.sf-grid .e-rowcell .e-frozen-fixedleft-cursor {
  left: 0;
}
.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor.e-frozen-resize-cursor {
  right: 3px;
}
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor,
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-fixedright-cursor,
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor,
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-fixedleft-cursor {
  cursor: move;
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
}
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor,
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-fixedright-cursor {
  right: 0;
}
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor,
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-fixedleft-cursor {
  left: 0;
}
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor.e-frozen-resize-cursor {
  right: 3px;
}
.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor) {
  left: 3px;
}
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor,
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-fixedright-cursor,
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor,
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-fixedleft-cursor {
  cursor: move;
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
}
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-fixedright-cursor,
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor {
  right: 0;
}
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor,
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-fixedleft-cursor {
  left: 0;
}
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor.e-frozen-resize-cursor {
  right: 3px;
}
.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor) {
  left: 3px;
}
.e-grid.sf-grid .e-frozen-helper {
  border-left: 2px solid rgba(224, 224, 224, 0.6);
  cursor: move;
  position: absolute;
  z-index: 2;
}
.e-grid.sf-grid .e-content.e-freezeline-moving {
  user-select: none;
}
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
  margin-top: 1px;
}
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
  margin-top: 1px;
}
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
  margin-top: -1px;
}
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
  margin-top: -1px;
}
.e-grid.sf-grid .e-masked-cell.e-rowcell.e-rowcell-center {
  text-align: center;
}
.e-grid.sf-grid .e-masked-cell.e-rowcell.e-rowcell-Left {
  text-align: left;
}
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 10px;
  width: 80%;
}
.e-grid.sf-grid .e-gridcontent .e-content {
  overflow-y: auto;
}
.e-grid.sf-grid .e-gridcontent .e-content.e-yscroll {
  overflow-y: scroll;
}
.e-grid.sf-grid .e-gridcontent .e-content.e-noscroll {
  overflow-y: hidden;
}
.e-grid.sf-grid .e-gridcontent .e-content,
.e-grid.sf-grid .e-detailrowcollapse.e-dragborder,
.e-grid.sf-grid .e-detailrowexpand.e-dragborder {
  position: relative;
}
.e-grid.sf-grid .e-label.e-fltrcheck,
.e-grid.sf-grid .e-label.e-choosercheck {
  width: 0;
}
.e-grid.sf-grid .e-checkboxlist .e-fltrcheck,
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
  white-space: nowrap;
}
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
  text-align: left;
}
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell, .e-detailheadercell, .e-rowdragheader) {
  border-width: 0 0 0 1px;
}
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
.e-grid.sf-grid .e-device .e-gridheader table th:not([rowspan="1"]) {
  padding-bottom: 13px;
  vertical-align: bottom;
}
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-rightfreeze.e-freezerightborder, .e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
  border-right-width: 2px;
}
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder, .e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-rightfreeze.e-freezerightborder {
  border-left-width: 2px;
}
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder, .e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezeleftborder {
  border-left-width: 1px;
}
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezeleftborder, .e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
  border-right-width: 1px;
}
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell, .e-detailheadercell, .e-rowdragheader) {
  border-width: 0 1px 0 0;
}
.e-grid.sf-grid.e-resize-lines.e-default table th:not([rowspan="1"]):not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl.e-default table th:not([rowspan="1"]):not(.e-freezerightborder, .e-freezeleftborder) {
  border-left: 0;
}
.e-grid.sf-grid.e-resize-lines.e-rtl.e-default table th:not([rowspan="1"]) {
  border-right: 0;
}
.e-grid.sf-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell,
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
  border-width: 0 0 0 1px;
}
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.e-grid.sf-grid.e-default.e-bothlines .e-headercell,
.e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
  border-width: 0 0 0 1px;
}
.e-grid.sf-grid.e-default.e-bothlines .e-headercell.e-leftfreeze.e-freezeleftborder, .e-grid.sf-grid.e-default.e-verticallines .e-headercell.e-leftfreeze.e-freezeleftborder {
  border-right-width: 2px;
}
.e-grid.sf-grid.e-default.e-bothlines .e-headercell.e-rightfreeze.e-freezerightborder, .e-grid.sf-grid.e-default.e-verticallines .e-headercell.e-rightfreeze.e-freezerightborder {
  border-left-width: 2px;
}
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
}
.e-grid-min-height .e-rowcell,
.e-grid-min-height .e-icon-grightarrow,
.e-grid-min-height .e-icon-gdownarrow {
  line-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.e-grid-min-height .e-gridheader .e-headercell,
.e-grid-min-height .e-gridheader .e-detailheadercell,
.e-grid-min-height .e-gridheader .e-headercell:not(.e-fltr-icon, .e-sort-icon) .e-headercelldiv {
  height: auto;
}
.e-grid-min-height .e-gridcontent .e-groupcaption {
  line-height: normal;
  padding: 0 0.7em;
}
.e-grid-min-height .e-summarycell {
  line-height: normal;
  padding: 0 8px;
}

.e-grid-min-height .e-grid-height .e-rowcell {
  line-height: 20px;
  padding: 8px 21px;
}
.e-grid-min-height .e-grid-height .e-gridheader .e-headercell,
.e-grid-min-height .e-grid-height .e-gridheader .e-detailheadercell,
.e-grid-min-height .e-grid-height .e-gridheader .e-headercell .e-headercelldiv {
  height: 29px;
}
.e-grid-min-height .e-grid-height .e-gridcontent .e-groupcaption {
  line-height: 20px;
  padding: 0 0.7em;
}
.e-grid-min-height .e-grid-height .e-summarycell {
  line-height: 18px;
  padding: 8px 21px;
}

.e-device.e-grid-min-height .e-grid-height .e-rowcell {
  padding: 8px 12px;
}
.e-device.e-grid-min-height .e-grid-height .e-rowcell:first-child {
  padding: 8px 12px 8px 16px;
}
.e-device.e-grid-min-height .e-grid-height .e-rowcell:last-child {
  padding: 8px 16px 8px 12px;
}
.e-device.e-grid-min-height .e-rowcell,
.e-device.e-grid-min-height .e-rowcell:first-child,
.e-device.e-grid-min-height .e-rowcell:last-child {
  padding-bottom: 0;
  padding-top: 0;
}

.e-rtl .e-grid .e-headercell, .e-rtl .e-grid .e-detailheadercell, .e-rtl .e-grid .e-headercelldiv, .e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv {
  text-align: right;
}

.e-edit-dialog .e-gridform .e-table {
  border-collapse: separate;
  border-spacing: 11px;
  width: 100%;
}

.e-edit-dialog .e-dlg-content {
  position: relative;
}

/* stylelint-disable */
.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-item.e-focused {
  background-color: transparent !important;
}

/* stylelint-enable */
/* stylelint-disable */
.e-ddl.e-popup.e-popup-flmenu .e-dropdownbase,
.e-ddl.e-popup.e-popup-flbar .e-dropdownbase {
  max-height: 298px !important;
}

/* stylelint-enable */
/* Apply styles for Firefox only */
/* stylelint-disable function-url-quotes */
@-moz-document url-prefix() {
  .e-grid-min-height .e-rowcell,
.e-grid-min-height .e-icon-grightarrow,
.e-grid-min-height .e-icon-gdownarrow {
    line-height: normal;
  }

  .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
    /* stylelint-disable declaration-no-important */
    /* stylelint-enable declaration-no-important */
  }
  .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
    border-spacing: 0 !important;
  }
  .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
    line-height: 1;
  }
}
/* stylelint-enable function-url-quotes */
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
.e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
  color: #fff;
}
.e-grid .e-ftrchk.e-chkfocus,
.e-grid .e-menu-item.e-menufocus,
.e-grid li.e-cclist.e-colfocus,
.e-grid-popup .e-ftrchk.e-chkfocus,
.e-grid-popup .e-menu-item.e-menufocus,
.e-grid-popup li.e-cclist.e-colfocus {
  background-color: rgb(89, 86, 86);
}
.e-grid .e-ccdlg .e-footer-content,
.e-grid-popup .e-ccdlg .e-footer-content {
  border-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
}
.e-grid .e-ccdlg .e-cc-searchdiv,
.e-grid-popup .e-ccdlg .e-cc-searchdiv {
  border-color: #212121;
}
.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus,
.e-grid-popup .e-ccdlg .e-cc-searchdiv.e-input-focus {
  border-color: #ff4081;
}

/*! Grid theme */
.e-grid {
  border-color: #616161;
}
.e-grid .e-content {
  background-color: #303030;
}
.e-grid .e-gridpopup span:hover,
.e-grid .e-gridpopup .e-spanclicked {
  color: #fff;
}
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
  color: #fff;
}
.e-grid .e-table {
  background-color: #303030;
}
.e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.e-grid .e-addedrow .e-normaledit .e-rowcell.e-focused {
  box-shadow: none;
}
.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border), .e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item, .e-xlsel-top-border, .e-xlsel-left-border, .e-xlsel-bottom-border, .e-xlsel-right-border) {
  border-color: rgba(255, 255, 255, 0.5);
}
.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
  color: rgba(255, 255, 255, 0.7);
}
.e-grid .e-gridheader .e-headercontent .e-icon-reorderuparrow,
.e-grid .e-gridheader .e-headercontent .e-icon-reorderdownarrow {
  color: rgba(255, 255, 255, 0.7);
}
.e-grid .e-groupdroparea .e-icons {
  color: #fff;
}
.e-grid.e-rtl .e-tableborder,
.e-grid tr th.e-firstcell {
  border-left-color: #616161;
}
.e-grid tr th.e-firstcell,
.e-grid .e-tableborder {
  border-right-color: #616161;
}
.e-grid .e-xlselaf,
.e-grid .e-autofill {
  background-color: #00b0ff;
}
.e-grid .e-autofill,
.e-grid .e-xlselaf,
.e-grid .e-xlsel {
  border-color: #00b0ff;
  z-index: 1;
}
.e-grid .e-autofill.e-freeze-autofill {
  z-index: 5;
}
.e-grid .e-xlsel {
  background-color: transparent;
  border-style: solid;
  pointer-events: none;
  position: absolute;
}
.e-grid .e-xlselaf {
  position: absolute;
  z-index: 3;
}
.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
.e-grid .e-gridcontent .e-rowcell.e-dragborder,
.e-grid .e-gridcontent .e-groupcaption.e-dragborder,
.e-grid .e-gridcontent .e-summarycell.e-dragborder,
.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, .e-grid .e-gridheader thead tr th.e-firstrowdragborder, .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder {
  box-shadow: 0 2px 0 0 #00b0ff;
  z-index: 5;
}
.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,
.e-grid .e-gridcontent .e-rowcell.e-dragborder.e-fixedfreeze,
.e-grid .e-gridcontent .e-groupcaption.e-dragborder.e-fixedfreeze,
.e-grid .e-gridcontent .e-summarycell.e-dragborder.e-fixedfreeze,
.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-fixedfreeze,
.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,
.e-grid .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze,
.e-grid .e-gridcontent .e-groupcaption.e-dragborder.e-rightfreeze,
.e-grid .e-gridcontent .e-summarycell.e-dragborder.e-rightfreeze,
.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-rightfreeze,
.e-grid .e-gridcontent .tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,
.e-grid .e-gridcontent .e-rowcell.e-dragborder.e-leftfreeze,
.e-grid .e-gridcontent .e-groupcaption.e-dragborder.e-leftfreeze,
.e-grid .e-gridcontent .e-summarycell.e-dragborder.e-leftfreeze,
.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-leftfreeze {
  z-index: 6;
}
.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,
.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-fixedfreeze,
.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-fixedfreeze,
.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,
.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze,
.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-rightfreeze,
.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,
.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-leftfreeze,
.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-leftfreeze {
  z-index: 6;
}
.e-grid .e-gridheader thead tr th.e-firstrowdragborder.e-leftfreeze,
.e-grid .e-gridheader thead tr th.e-firstrowdragborder.e-rightfreeze,
.e-grid .e-gridheader thead tr th.e-firstrowdragborder.e-fixedfreeze {
  z-index: 6;
}
.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridcontent .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridcontent .e-groupcaption.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridcontent .e-summarycell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze),
.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid .e-gridheader thead tr th.e-firstrowdragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze), .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder:not(.e-leftfreeze, .e-rightfreeze, .e-fixedfreeze) {
  position: relative;
}
.e-grid .e-gridheader {
  background-color: #303030;
  color: rgba(255, 255, 255, 0.7);
  border-bottom-color: #616161;
  border-top-color: #616161;
}
.e-grid .e-gridcontent tr:first-child td {
  border-top-color: transparent;
}
.e-grid .e-gridcontent tr:first-child td.e-xlsel-top-border {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.e-grid th.e-headercell[aria-sort=ascending]:not(.e-columnselection) .e-headertext,
.e-grid th.e-headercell[aria-sort=descending]:not(.e-columnselection) .e-headertext,
.e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv,
.e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
  color: #fff;
  opacity: 1;
}
.e-grid .e-verticallines tr th,
.e-grid .e-grouptopleftcell,
.e-grid .e-rowdragheader,
.e-grid .e-gridpopup .e-content,
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled, .e-grid.e-default .e-grouptopleftcell, .e-grid.e-default .e-rowdragheader,
.e-grid .e-headercell,
.e-grid .e-summarycell,
.e-grid .e-detailheadercell,
.e-grid [aria-selected] + tr .e-detailindentcell, .e-grid.e-default .e-gridheader .e-headercell.e-firstheader, .e-grid.e-default.e-horizontallines .e-headercell.e-firstheader,
.e-grid .e-filterbarcell input,
.e-grid .e-headercontent, .e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell, .e-grid.e-default.e-horizontallines .e-grouptopleftcell, .e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, .e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, .e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, .e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell {
  border-color: #616161;
}
.e-grid .e-headercell,
.e-grid .e-detailheadercell {
  background-color: #303030;
}
.e-grid .e-gridcontent {
  background-color: #fff;
}
.e-grid .e-gridfooter,
.e-grid .e-gridfooter .e-leftfreeze,
.e-grid .e-gridfooter .e-rightfreeze,
.e-grid .e-gridfooter .e-fixedfreeze {
  background-color: #424242;
}
.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
  color: rgba(255, 255, 255, 0.87);
}
.e-grid .e-summaryrow .e-summarycell,
.e-grid .e-summaryrow .e-templatecell,
.e-grid .e-summarycontent .e-indentcell,
.e-grid .e-indentcell.e-detailindentcelltop,
.e-grid .e-groupfooterrow.e-summaryrow .e-indentcell.e-indentcelltop {
  background-color: #424242;
  border-color: #616161;
  color: rgba(255, 255, 255, 0.7);
}
.e-grid .e-rowcell,
.e-grid .e-groupcaption,
.e-grid .e-indentcell,
.e-grid .e-recordplusexpand,
.e-grid .e-recordpluscollapse,
.e-grid .e-rowdragdropcell,
.e-grid .e-detailrowcollapse,
.e-grid .e-detailrowexpand,
.e-grid .e-detailindentcell,
.e-grid .e-detailcell,
.e-grid .e-emptyrow.e-show-added-row .e-lastrowcell {
  border-color: #616161;
}
.e-grid .e-xlsel-bottom-border {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.e-grid .e-xlsel-right-border, .e-grid.e-lib:not(.e-rtl) .e-filterbarcell.e-fixedfreeze.e-freezerightborder, .e-grid:not(.e-rtl) .e-filterbarcell.e-fixedfreeze.e-freezerightborder, .e-grid.e-lib:not(.e-rtl) .e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder), .e-grid:not(.e-rtl) .e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder), .e-grid.e-lib .e-leftfreeze.e-freezeleftborder,
.e-grid .e-leftfreeze.e-freezeleftborder, .e-grid.e-rtl .e-rightfreeze.e-freezerightborder, .e-grid.e-rtl .e-filterbarcell.e-fixedfreeze.e-freezeleftborder, .e-grid.e-rtl .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezerightborder) {
  border-right-color: rgba(255, 255, 255, 0.8);
}
.e-grid .e-rowcell .e-frozen-default-cursor,
.e-grid .e-gridheader .e-headercell .e-frozen-default-cursor,
.e-grid .e-gridheader .e-filterbarcell .e-frozen-default-cursor, .e-grid.e-rtl .e-leftfreeze.e-freezeleftborder, .e-grid.e-rtl .e-filterbarcell.e-fixedfreeze.e-freezerightborder, .e-grid.e-rtl .e-fixedfreeze.e-freezerightborder:not(.e-removefreezeleftborder), .e-grid.e-lib:not(.e-rtl) .e-rightfreeze.e-freezerightborder, .e-grid:not(.e-rtl) .e-rightfreeze.e-freezerightborder, .e-grid.e-lib:not(.e-rtl) .e-filterbarcell.e-fixedfreeze.e-freezeleftborder, .e-grid:not(.e-rtl) .e-filterbarcell.e-fixedfreeze.e-freezeleftborder, .e-grid.e-lib:not(.e-rtl) .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder), .e-grid:not(.e-rtl) .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder),
.e-grid .e-xlsel-left-border {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.e-grid .e-xlsel-top-border {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.e-grid .e-leftfreeze:not(.e-summarycell, .e-indentcell, .e-updatedtd, .e-selectionbackground, .e-columnselection, .e-groupcaption, .e-cellselectionbackground, .e-active),
.e-grid .e-rightfreeze:not(.e-summarycell, .e-updatedtd, .e-selectionbackground, .e-columnselection, .e-groupcaption, .e-cellselectionbackground, .e-active),
.e-grid .e-fixedfreeze:not(.e-summarycell, .e-selectionbackground, .e-updatedtd, .e-columnselection, .e-groupcaption, .e-cellselectionbackground, .e-active) {
  background-color: #303030;
}
.e-grid .e-gridcontent .e-groupcaptionrow .e-leftfreeze.e-groupcaption,
.e-grid .e-gridcontent .e-groupcaptionrow .e-leftfreeze.e-recordplusexpand,
.e-grid .e-gridcontent .e-groupcaptionrow .e-leftfreeze.e-recordpluscollapse,
.e-grid .e-gridcontent .e-groupcaptionrow .e-leftfreeze.ee-indentcell {
  background-color: #424242;
}
.e-grid.e-gridhover .e-frozenhover:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover:not(.e-rowdrag) .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover:not(.e-rowdrag) .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row.e-addedrow:not(.e-disable-gridhover):not(.e-detailrow):hover .e-dragindentcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background-color: rgb(89, 86, 86);
  color: #fff;
}
.e-grid .e-row:hover .e-rowdragdrop {
  cursor: move;
}
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
  cursor: not-allowed;
}
.e-grid .e-sortnumber {
  background-color: #bbbdc0;
  color: #000;
}
.e-grid.e-gridhover .e-frozenhover {
  color: #fff;
}
.e-grid .e-col-menu.e-filter-popup {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
}
.e-grid td.e-active, .e-grid td.e-active .e-icon-rowdragicon::before {
  color: #fff;
}
.e-grid td.e-active {
  background: rgb(122, 108, 108);
}
.e-grid .e-columnselection {
  background: rgb(122, 108, 108);
}
.e-grid td.e-cellselectionbackground {
  background: rgb(122, 108, 108);
  color: #fff;
}
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled {
  background-color: #303030;
  background-image: none;
}
.e-grid .e-filtered::before {
  color: #00b0ff;
}
.e-grid .e-gridpopup .e-content {
  background-color: #fff;
}
.e-grid .e-gridpopup .e-downtail::after {
  border-top-color: #fff;
}
.e-grid .e-gridpopup .e-uptail::after {
  border-bottom-color: #fff;
}
.e-grid .e-cloneproperties {
  background-color: #424242;
  border-color: #424242;
  color: #fff;
}
.e-grid .e-rhelper {
  background-color: #00b0ff;
  cursor: col-resize;
  opacity: 0.87;
}
.e-grid.e-device .e-rcursor::before {
  border-right-color: #00b0ff;
  opacity: 0.87;
}
.e-grid.e-device .e-rcursor::after {
  border-left-color: #00b0ff;
  opacity: 0.87;
}
.e-grid.e-resize-lines .e-headercell .e-rhandler,
.e-grid.e-resize-lines .e-headercell .e-rsuppress {
  border-right: 1px solid #616161;
}
.e-grid.e-resize-lines .e-focused .e-rhandler,
.e-grid.e-resize-lines .e-focused .e-rsuppress {
  border: 0 none;
}
.e-grid.e-resize-lines .e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder) {
  border-bottom: 1px solid #616161;
  border-right: 1px solid #616161;
}
.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell,
.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler,
.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress {
  border-left: 1px solid #616161;
  border-right-width: 0;
}
.e-grid.e-rtl.e-resize-lines .e-focused .e-rhandler,
.e-grid.e-rtl.e-resize-lines .e-focused .e-rsuppress {
  border: 0 none;
}
.e-grid .e-cloneproperties.e-draganddrop {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  opacity: 0.95;
  overflow: visible;
}
.e-grid .e-row .e-dragstartrow::before,
.e-grid .e-row .e-selectionbackground .e-dragstartrow::before {
  color: #00b0ff;
}
.e-grid .e-griddragarea {
  background-color: #424242;
  border-color: #424242;
  color: #fff;
}
.e-grid .e-groupdroparea {
  background-color: #212121;
  border-top-color: #616161;
  color: rgba(255, 255, 255, 0.7);
}
.e-grid .e-groupdroparea.e-hover {
  background-color: #212121;
}
.e-grid .e-groupdroparea.e-grouped {
  background-color: #212121;
}
.e-grid .e-groupheadercell {
  background-color: #424242;
  border-color: #616161;
  border-radius: 12px;
  color: #fff;
}
.e-grid .e-groupheadercell:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #000;
}
.e-grid .e-ungroupbutton:hover {
  color: #fff;
  opacity: 1;
}
.e-grid .e-ungroupbutton {
  opacity: 0.7;
}
.e-grid .e-summarycell {
  color: rgba(255, 255, 255, 0.7);
}
.e-grid .e-summarycell,
.e-grid .e-groupcaption,
.e-grid .e-indentcell,
.e-grid .e-recordplusexpand,
.e-grid .e-recordpluscollapse {
  background-color: #424242;
  color: #fff;
}
.e-grid .e-rowdragheader,
.e-grid .e-grouptopleftcell {
  background-color: #303030;
}
.e-grid .e-gridpopup .e-uptail::before,
.e-grid .e-gridpopup .e-uptail,
.e-grid .e-stackedheadercell {
  border-bottom-color: #616161;
}
.e-grid td.e-updatedtd {
  background-color: #d7f9c7;
  color: #fff;
}
.e-grid .e-gridpopup .e-downtail::before,
.e-grid .e-gridpopup .e-downtail,
.e-grid .e-gridcontent table tbody .e-normaledit .e-rowcell {
  border-top-color: #616161;
}
.e-grid .e-gridcontent table tbody .e-normaledit.e-edit-frozen {
  position: relative;
}
.e-grid.e-resize-lines .e-filterbarcell, .e-grid.e-rtl.e-resize-lines .e-filterbarcell,
.e-grid .e-gridcontent table tbody tr:not(:first-child) .e-normaledit .e-dragindentcell,
.e-grid .e-gridcontent table tbody tr:not(:first-child) .e-normaledit .e-detailrowcollapse,
.e-grid .e-gridheader table tbody .e-normaledit .e-dragindentcell,
.e-grid .e-gridheader table tbody .e-normaledit .e-detailrowcollapse {
  border-top: 1px solid #616161;
}
.e-grid .e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell {
  border-top: 0 solid #616161;
}
.e-grid .e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell {
  border-bottom: 0;
}
.e-grid .e-cloneproperties.e-draganddrop .e-rowcell {
  color: #fff;
}
.e-grid .e-cloneproperties.e-draganddrop .e-rowcell.e-focused {
  box-shadow: none;
}
.e-grid .e-cloneproperties.e-draganddrop table,
.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground {
  background-color: #424242;
  height: 30px;
}
.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell), .e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, .e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader, .e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, .e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell, .e-grid.e-rtl.e-default.e-verticallines tr th:last-child, .e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell, .e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell, .e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, .e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell {
  border-color: #616161;
}
.e-grid.e-rtl .e-filterbardropdown {
  margin-left: 15px;
}
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
  border-right: 0 #616161 solid;
}
.e-grid.sf-grid .e-ccheck.e-colfocus {
  background-color: rgb(89, 86, 86);
}
.e-grid.sf-grid .e-ccheck.e-cchooser-chk {
  padding: 5px 0;
}
.e-grid.sf-grid .e-hide {
  display: none;
}
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
  background-color: #424242;
}

.e-print-offscreen {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.e-spreadsheet .e-ftrchk.e-chkfocus {
  background-color: rgb(89, 86, 86);
}

.e-tooltip-wrap.e-griderror,
.e-control.e-tooltip-wrap.e-popup.e-griderror {
  background-color: #fcdbe4;
  border-color: #fcdbe4;
}

.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top,
.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top {
  border-bottom: 8px solid #fcdbe4;
  color: #fcdbe4;
}
.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom,
.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom {
  border-top: 8px solid #fcdbe4;
  color: #fcdbe4;
}
.e-tooltip-wrap.e-griderror .e-tip-content,
.e-tooltip-wrap.e-griderror .e-tip-content label {
  color: #f44336;
}
.e-tooltip-wrap.e-griderror .e-tip-content .e-error {
  display: block;
}

.e-dropitemscount {
  background-color: #00b0ff;
  color: #000;
}

.e-filterbaroperator.e-dropdownlist {
  position: absolute;
}

.e-filterbardropdown:not(.e-rtl) {
  margin-right: 15px;
}

.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown {
  border: transparent;
}
.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown:active,
.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown.e-input-focus {
  box-shadow: none;
}

.e-icon-check::before {
  content: "\e7ff";
}

.e-grid.e-rtl .e-icon-rowdragicon::before,
.e-grid .e-icon-rowdragicon::before,
.e-grid .e-group-animate .e-drag.e-icon-drag::before,
.e-grid-menu.e-rtl .e-icon-rowdragicon::before,
.e-grid-menu .e-icon-rowdragicon::before,
.e-grid-menu .e-group-animate .e-drag.e-icon-drag::before {
  content: "\e330";
}
.e-grid .e-group-animate .e-nextgroup.e-icon-next::before,
.e-grid-menu .e-group-animate .e-nextgroup.e-icon-next::before {
  content: "\ec07";
}
.e-grid .e-icon-autofit::before,
.e-grid-menu .e-icon-autofit::before {
  content: "\e9d9";
}
.e-grid .e-icon-autofitall::before,
.e-grid-menu .e-icon-autofitall::before {
  content: "\e9da";
}
.e-grid .e-icon-columnchooser::before,
.e-grid-menu .e-icon-columnchooser::before {
  content: "\e9db";
}
.e-grid .e-icon-ascending::before,
.e-grid-menu .e-icon-ascending::before {
  content: "\e840";
}
.e-grid .e-icon-descending::before,
.e-grid-menu .e-icon-descending::before {
  content: "\e83f";
}
.e-grid .e-icon-hide::before,
.e-grid-menu .e-icon-hide::before {
  content: "\e825";
}
.e-grid .e-ungroupbutton.e-icon-hide::before,
.e-grid-menu .e-ungroupbutton.e-icon-hide::before {
  content: "\e917";
}
.e-grid .e-icon-rowselect::before,
.e-grid-menu .e-icon-rowselect::before {
  content: "\e930";
}
.e-grid .e-icon-sortdirect::before,
.e-grid-menu .e-icon-sortdirect::before {
  content: "\e890";
}
.e-grid .e-icon-gdownarrow::before,
.e-grid-menu .e-icon-gdownarrow::before {
  content: "\e83d";
}
.e-grid .e-icon-grightarrow::before,
.e-grid-menu .e-icon-grightarrow::before {
  content: "\e859";
}
.e-grid .e-icon-filter::before,
.e-grid .e-icon-filter.e-filtered::before,
.e-grid-menu .e-icon-filter::before,
.e-grid-menu .e-icon-filter.e-filtered::before {
  content: "\e7ee";
}
.e-grid .e-excl-filter-icon::before,
.e-grid .e-resfilter-icon::before,
.e-grid-menu .e-excl-filter-icon::before,
.e-grid-menu .e-resfilter-icon::before {
  content: "\e251";
}
.e-grid .e-ressort-icon::before,
.e-grid-menu .e-ressort-icon::before {
  content: "\e612";
}
.e-grid .e-excl-filter-icon.e-filtered::before,
.e-grid-menu .e-excl-filter-icon.e-filtered::before {
  content: "\e248";
}
.e-grid.e-rtl .e-icon-grightarrow::before,
.e-grid-menu.e-rtl .e-icon-grightarrow::before {
  content: "\e854";
}
.e-grid .e-icon-group::before,
.e-grid .e-icon-ungroup::before,
.e-grid-menu .e-icon-group::before,
.e-grid-menu .e-icon-ungroup::before {
  content: "\e926";
}
.e-grid .e-icon-reorderuparrow::before,
.e-grid-menu .e-icon-reorderuparrow::before {
  content: "\e918";
}
.e-grid .e-icon-reorderdownarrow::before,
.e-grid-menu .e-icon-reorderdownarrow::before {
  content: "\e919";
}
.e-grid .e-print::before,
.e-grid-menu .e-print::before {
  content: "\e813";
}
.e-grid .e-add::before,
.e-grid-menu .e-add::before {
  content: "\e7f9";
}
.e-grid .e-resback-icon::before,
.e-grid-menu .e-resback-icon::before {
  content: "\e977";
}
.e-grid .e-wordexport::before,
.e-grid-menu .e-wordexport::before {
  content: "\e7b0";
}
.e-grid .e-pdfexport::before,
.e-grid-menu .e-pdfexport::before {
  content: "\e240";
}
.e-grid .e-csvexport::before,
.e-grid-menu .e-csvexport::before {
  content: "\e241";
}
.e-grid .e-excelexport::before,
.e-grid-menu .e-excelexport::before {
  content: "\e242";
}
.e-grid .e-edit::before,
.e-grid-menu .e-edit::before {
  content: "\e81e";
}
.e-grid .e-responsivetoolbaritems-btn::before,
.e-grid .e-columnmenu::before,
.e-grid .e-columnmenu.e-filtered::before,
.e-grid-menu .e-responsivetoolbaritems-btn::before,
.e-grid-menu .e-columnmenu::before,
.e-grid-menu .e-columnmenu.e-filtered::before {
  content: "\e984";
}
.e-grid .e-delete::before,
.e-grid-menu .e-delete::before {
  content: "\e84e";
}
.e-grid .e-copy::before,
.e-grid-menu .e-copy::before {
  content: "\e70a";
}
.e-grid .e-save::before,
.e-grid-menu .e-save::before {
  content: "\e98e";
}
.e-grid .e-update::before,
.e-grid-menu .e-update::before {
  content: "\e735";
}
.e-grid .e-columnchooserdiv::before,
.e-grid-menu .e-columnchooserdiv::before {
  content: "\e714";
}
.e-grid .e-columnchooser::before,
.e-grid-menu .e-columnchooser::before {
  content: "\e21e";
}
.e-grid .e-columnchooser-btn::before,
.e-grid-menu .e-columnchooser-btn::before {
  content: "\e969";
}
.e-grid .e-cc-icon::before,
.e-grid-menu .e-cc-icon::before {
  content: "\e82e";
}

.e-grid .e-ccsearch-icon::before,
.e-grid .e-search-icon::before,
.e-grid-menu .e-ccsearch-icon::before,
.e-grid-menu .e-search-icon::before,
.e-grid-popup .e-ccsearch-icon::before,
.e-grid-popup .e-search-icon::before {
  content: "\e993";
}
.e-grid .e-ccsearch-icon.e-cc-cancel::before,
.e-grid .e-chkcancel-icon::before,
.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before,
.e-grid-menu .e-chkcancel-icon::before,
.e-grid-popup .e-ccsearch-icon.e-cc-cancel::before,
.e-grid-popup .e-chkcancel-icon::before {
  content: "\e7a7";
}
.e-grid .e-cancel-icon::before,
.e-grid .e-cancel::before,
.e-grid-menu .e-cancel-icon::before,
.e-grid-menu .e-cancel::before,
.e-grid-popup .e-cancel-icon::before,
.e-grid-popup .e-cancel::before {
  content: "\e825";
}

.e-responsive-dialog .e-resfilterback::before {
  content: "\e977";
}
.e-responsive-dialog .e-filterset::before {
  content: "\e7ee";
}
.e-responsive-dialog .e-search-icon::before, .e-responsive-dialog .e-ccdlg span.e-ccsearch-icon::before {
  content: "\e993";
}
.e-responsive-dialog .e-chkcancel-icon::before, .e-responsive-dialog .e-ccdlg span.e-cc-cancel::before {
  content: "\e7a7";
}
.e-responsive-dialog .e-icon-filter-clear::before {
  content: "\e248";
}
.e-responsive-dialog .e-resfilter-icon.e-icons::before {
  content: "\e251";
}
.e-responsive-dialog .e-resascending-icon.e-icons::before {
  content: "\e840";
}
.e-responsive-dialog .e-resdescending-icon.e-icons::before {
  content: "\e83f";
}
.e-responsive-dialog .e-rescolumn-icon.e-icons::before {
  content: "\e9db";
}
.e-responsive-dialog .e-resautofit-icon.e-icons::before {
  content: "\e9d9";
}
.e-responsive-dialog .e-resautofitall-icon.e-icons::before {
  content: "\e9da";
}
.e-responsive-dialog .e-resgroup-icon.e-icons::before, .e-responsive-dialog .e-resungroup-icon.e-icons::before {
  content: "\e926";
}

.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-print::before {
  content: "\e813";
}
.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-pdfexport::before {
  content: "\e240";
}
.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-excelexport::before {
  content: "\e242";
}
.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-csvexport::before {
  content: "\e241";
}
.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-columnchooser::before {
  content: "\e9db";
}

.e-row-responsive-filter .e-dlg-closeicon-btn .e-icon-dlg-close::before {
  content: "\e977";
}

.e-contextmenu-container .e-menu-item .e-menu-icon.e-columnchooser::before {
  content: "\e9db";
}
.e-contextmenu-container .e-menu-item .e-menu-icon.e-pdfexport::before {
  content: "\e240";
}
.e-contextmenu-container .e-menu-item .e-menu-icon.e-excelexport::before {
  content: "\e242";
}
.e-contextmenu-container .e-menu-item .e-menu-icon.e-csvexport::before {
  content: "\e241";
}

.e-grid-chart-icon::before {
  content: "\e70f";
}

.e-grid-bar-chart-icon::before {
  content: "\e855";
}

.e-grid-bar-icon::before {
  content: "\e855";
}

.e-grid-stacking-bar-icon::before {
  content: "\e889";
}

.e-grid-stacking-bar-100-icon::before {
  content: "\e863";
}

.e-grid-pie-icon::before {
  content: "\e141";
}

.e-grid-column-chart-icon::before {
  content: "\e847";
}

.e-grid-column-icon::before {
  content: "\e847";
}

.e-grid-stacking-column-icon::before {
  content: "\e888";
}

.e-grid-stacking-column-100-icon::before {
  content: "\e868";
}

.e-grid-line-chart-icon::before {
  content: "\e867";
}

.e-grid-line-icon::before {
  content: "\e867";
}

.e-grid-stacking-line-icon::before {
  content: "\e841";
}

.e-grid-stacking-line-100-icon::before {
  content: "\e871";
}

.e-grid-area-chart-icon::before {
  content: "\e883";
}

.e-grid-area-icon::before {
  content: "\e883";
}

.e-grid-stacking-area-icon::before {
  content: "\e875";
}

.e-grid-stacking-area-100-icon::before {
  content: "\e900";
}

.e-grid-scatter-icon::before {
  content: "\ea14";
}

/*! FileManager's material theme wise override definitions and variables */
/* stylelint-disable property-no-vendor-prefix */
ejs-filemanager {
  display: block;
}

.e-filemanager {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid;
  position: relative;
}
.e-filemanager .e-blur {
  opacity: 0.5;
}
.e-filemanager.e-fe-drop, .e-filemanager.e-fe-drop .e-treeview .e-text-content, .e-filemanager.e-fe-drop .e-treeview .e-fullrow, .e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, .e-filemanager.e-fe-drop .e-grid .e-columnheader {
  cursor: grab;
}
.e-filemanager.e-no-drop {
  cursor: no-drop;
}
.e-filemanager .e-toolbar {
  border-bottom-style: solid;
  border-width: 0 0 1px;
}
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
  border: 0;
  font-weight: normal;
  height: calc(100% - 10px);
  padding: 0;
}
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) {
  padding: 0;
}
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret {
  font-size: 8px;
  padding: 0 8px;
}
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text {
  padding-right: 0;
}
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
  border: 0;
  padding: 0;
}
.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret {
  font-size: 8px;
  min-width: 0;
  padding: 0 8px;
}
.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text {
  padding-right: 0;
}
.e-filemanager .e-toolbar .e-toolbar-pop {
  width: max-content;
}
.e-filemanager .e-treeview > .e-ul {
  overflow: initial;
  padding-left: 8px;
}
.e-filemanager .e-treeview .e-list-parent {
  margin-bottom: 0;
  margin-top: 0;
}
.e-filemanager .e-treeview .e-list-parent .e-list-item {
  padding-bottom: 0;
  padding-top: 0;
}
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
  height: 34px;
}
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
  height: 32px;
  line-height: 32px;
}
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
  border: 1px solid;
  box-sizing: border-box;
}
.e-filemanager .e-treeview .e-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-filemanager .e-treeview .e-list-text {
  display: initial;
}
.e-filemanager .e-splitter {
  border-width: 0;
}
.e-filemanager .e-address {
  border-bottom: 1px solid;
  height: 34px;
  position: relative;
}
.e-filemanager .e-address .e-fe-breadcrumb.e-icons {
  padding-bottom: 6px;
  padding-bottom: 0;
}
.e-filemanager .e-address .e-search-wrap {
  float: right;
  padding: 1px 7px 0 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.e-filemanager .e-address .e-search-wrap .e-input-group {
  border-bottom-width: 1px;
  height: 29px;
  margin: 0;
}
.e-filemanager .e-address .e-search-wrap .e-input-group .e-input {
  margin: 0 0 0 24px;
  padding: 0;
}
.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon {
  margin: 8px 8px 0 8px;
}
.e-filemanager .e-address .e-fe-search {
  font-size: 14px;
  margin: 3px 0;
  padding: 5px;
  position: absolute;
  z-index: 1;
}
.e-filemanager .e-address .e-fe-search::before {
  display: inline-block;
}
.e-filemanager .e-address .e-addressbar-ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 3px 8px;
}
.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu {
  display: inline;
}
.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu {
  height: 26px;
  padding-bottom: 0;
  padding-top: 0;
}
.e-filemanager .e-address .e-list-text {
  cursor: pointer;
  font-size: 14px;
  line-height: 27px;
  padding: 4px 4px 5px;
  text-decoration: none;
}
.e-filemanager .e-address .e-list-text:hover {
  text-decoration: none;
}
.e-filemanager .e-address .e-address-list-item {
  display: inline-block;
  height: 27px;
}
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
  cursor: default;
}
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover {
  text-decoration: none;
}
.e-filemanager .e-address .e-address-list-item .e-icons {
  font-size: 10px;
  margin: 0 4px;
}
.e-filemanager .e-address .e-address-list-item .e-icons::before {
  padding: 5px;
}
.e-filemanager .e-view-container .e-grid .e-gridcontent .e-emptyrow {
  display: table-row;
}
.e-filemanager .e-grid {
  border-width: 0;
  float: left;
}
.e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
  border-width: 1px;
  line-height: 9px;
}
.e-filemanager .e-grid.sf-grid .e-headercell.e-fe-grid-icon .e-headercelldiv {
  margin-right: 1px;
}
.e-filemanager .e-grid.sf-grid .e-gridheader .e-fe-grid-icon,
.e-filemanager .e-grid.sf-grid .e-gridcontent .e-fe-grid-icon {
  padding: 0 2px 0 9px;
}
.e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty {
  height: 0;
  padding: 0;
}
.e-filemanager .e-grid .e-gridheader {
  border-width: 0 1px 1px;
}
.e-filemanager .e-grid .e-gridheader .e-headercell {
  height: 32px;
}
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
  margin-right: 5px;
}
.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext {
  font-size: 14px;
}
.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor {
  border: 0;
}
.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper {
  visibility: hidden;
}
.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper,
.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper {
  visibility: visible;
}
.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper {
  visibility: visible;
}
.e-filemanager .e-grid .e-content {
  overflow-y: auto !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-filemanager .e-grid .e-content .e-table {
  border-spacing: 0;
}
.e-filemanager .e-grid .e-content .e-rowcell {
  border: 0;
  font-size: 12px;
}
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
  box-shadow: 1px 0 0 1px #00b0ff inset;
}
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
  box-shadow: -1px 0 0 1px #00b0ff inset;
}
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell {
  box-shadow: 0 2px 0 -1px #00b0ff inset, 0 -2px 0 -1px #00b0ff inset;
}
.e-filemanager .e-grid .e-empty {
  min-width: 200px;
}
.e-filemanager .e-grid .e-empty-content {
  font-size: 20px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
}
.e-filemanager .e-grid .e-empty-icon {
  height: 82px;
  margin: 0 auto;
  width: 82px;
}
.e-filemanager .e-grid .e-empty-inner-content {
  font-size: 14px;
  margin: 0 auto;
  padding: 6px;
  text-align: center;
  opacity: 0.7;
}
.e-filemanager .e-grid .e-gridpopup {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox {
  overflow: inherit;
  padding-left: 12px;
  padding-right: 0;
  box-shadow: none;
}
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon {
  padding: 0 0 0 12px;
}
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv,
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv {
  text-overflow: unset;
}
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell,
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell,
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell {
  padding-left: 0;
}
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
  padding-left: 6px;
}
.e-filemanager .e-grid .e-row .e-checkbox-wrapper {
  visibility: hidden;
}
.e-filemanager .e-grid .e-row.e-focused {
  box-shadow: none;
}
.e-filemanager .e-grid .e-row.e-focused td {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
}
.e-filemanager .e-grid .e-row.e-focused td:first-child {
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 1px -1px 0 0 rgba(255, 255, 255, 0.5);
}
.e-filemanager .e-grid .e-row.e-focused td:last-child {
  box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 0 rgba(255, 255, 255, 0.5);
}
.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
  visibility: visible;
}
.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper {
  visibility: hidden;
}
.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell {
  border-bottom-width: 0;
}
.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress {
  border-width: 0;
}
.e-filemanager .e-grid .e-fe-icon {
  display: inline-block;
  height: 18px;
  margin: 0 8px 0 0;
  width: 18px;
  vertical-align: middle;
}
.e-filemanager .e-view-container .e-grid .e-gridheader {
  padding-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-filemanager .e-large-icons {
  float: left;
  overflow: auto;
  width: 100%;
  height: calc(100% - 34px);
}
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
  border-width: 1px;
  line-height: 9px;
}
.e-filemanager .e-large-icons .e-empty {
  min-width: 200px;
}
.e-filemanager .e-large-icons .e-empty-content {
  font-size: 20px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
}
.e-filemanager .e-large-icons .e-empty-icon {
  height: 82px;
  margin: 0 auto;
  width: 82px;
}
.e-filemanager .e-large-icons .e-empty-inner-content {
  font-size: 14px;
  margin: 0 auto;
  padding: 6px;
  text-align: center;
  opacity: 0.7;
}
.e-filemanager .e-large-icons .e-list-parent {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0 4px;
  overflow: auto;
}
.e-filemanager .e-large-icons .e-checkbox-wrapper {
  float: left;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.e-filemanager .e-large-icons .e-list-item {
  border: 1px solid;
  float: left;
  height: 85px;
  margin: 8px 4px;
  width: 80px;
  overflow: hidden;
  padding: 2px;
}
.e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item:hover .e-checkbox-wrapper {
  visibility: visible;
}
.e-filemanager .e-large-icons .e-text-content {
  display: table-cell;
  height: 79px;
  position: relative;
  vertical-align: bottom;
}
.e-filemanager .e-large-icons .image-blur {
  filter: blur(8px);
}
.e-filemanager .e-large-icons .e-list-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 13px;
  padding: 2px 0 0 0;
  text-align: center;
  width: 74px;
}
.e-filemanager .e-large-icons .e-list-img {
  border: 2px solid;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
  max-height: 62px;
  max-width: 100%;
  min-height: 20px;
}
.e-filemanager .e-large-icons .e-list-icon {
  display: block;
  height: 40px;
  margin: 10px auto;
  width: 40px;
}
.e-filemanager.e-drag-select {
  position: absolute;
  background-color: #3f51b5;
  opacity: 0.3;
  border: none;
  width: 0;
  height: 0;
  z-index: 1;
}
.e-filemanager .e-fe-clone {
  pointer-events: none;
  z-index: 20;
}
.e-filemanager .e-fe-clone .e-fe-content {
  border: none;
  box-shadow: 0 2px 4px #000;
  display: inline-flex;
  height: 36px;
  padding: 4px 8px;
}
.e-filemanager .e-fe-clone .e-fe-content .e-fe-name {
  display: inline-block;
  font-size: 13px;
  margin: auto 8px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon {
  display: inline-block;
  height: 18px;
  margin: auto 8px;
  width: 18px;
}
.e-filemanager .e-fe-clone .e-fe-count {
  border: 1px solid;
  border-radius: 50%;
  font-size: 12px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  margin-left: -12px;
  position: relative;
  text-align: center;
  top: 0;
}
.e-filemanager.e-rtl .e-treeview > .e-ul {
  padding: 0 8px 0 0;
}
.e-filemanager.e-rtl .e-toolbar .e-fe-grid {
  display: inline-table;
  transform: rotate(180deg);
}
.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.e-filemanager.e-rtl .e-address .e-search-wrap {
  float: left;
  left: 0;
  right: auto;
}
.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
  margin: 0 24px 0 0;
  padding: 0;
}
.e-filemanager.e-rtl .e-address .e-addressbar-ul {
  display: flex;
}
.e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before {
  display: inline-block;
  transform: rotate(180deg);
}
.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child {
  box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 0 rgba(255, 255, 255, 0.5);
}
.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child {
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 1px -1px 0 0 rgba(255, 255, 255, 0.5);
}
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox,
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox {
  padding-left: 0;
  padding-right: 12px;
}
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon,
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon {
  padding-left: 0;
  padding-right: 12px;
}
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell,
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell,
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell {
  padding-left: 21px;
  padding-right: 0;
}
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
  padding-right: 12px;
}
.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon {
  margin: 0 0 0 8px;
}
.e-filemanager.e-rtl .e-large-icons .e-list-item {
  float: right;
}
.e-filemanager.e-rtl .e-fe-clone .e-fe-count {
  margin-left: 0;
  margin-right: -12px;
}
.e-filemanager .e-layout-content {
  position: relative;
}
.e-filemanager .e-pager {
  border-width: 1px 0 0;
}
.e-filemanager .e-fe-overlay {
  border: 3px dashed #00b0ff;
  bottom: 0;
  display: block;
  height: calc(100% - 34px);
  width: 100%;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}
.e-filemanager .e-upload-drag-hover {
  outline: none;
}
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
  visibility: visible;
}
.e-filemanager .e-fm-view-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
}

.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick, .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
  font-size: 14px;
}
.e-fe-popup.e-dlg-resizable .e-dlg-content {
  overflow: hidden;
}
.e-fe-popup.e-dialog.e-fe-upload-dialog .e-dlg-content {
  overflow: auto;
}
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator, .e-fe-popup.e-contextmenu-container ul .e-menu-item.e-separator {
  margin: 0 0;
}
.e-fe-popup.e-rtl .e-fe-grid {
  display: inline-table;
  transform: rotate(180deg);
}
.e-fe-popup.e-dialog td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  max-width: 211px;
  min-width: 51px;
  padding: 8px 24px 8px 0;
}
.e-fe-popup.e-dialog td.e-fe-value {
  white-space: unset;
  word-break: break-word;
}
.e-fe-popup.e-dialog .e-fe-errorcontent {
  white-space: normal;
  word-break: break-word;
}
.e-fe-popup.e-dialog .e-fe-icon {
  display: inline-block;
  height: 18px;
  margin: 0 8px -2px 0;
  width: 18px;
}
.e-fe-popup.e-dialog .e-fe-access-header {
  display: inline-block;
}
.e-fe-popup.e-dialog .e-fe-retrycontent {
  padding: 16px 0;
}
.e-fe-popup.e-dialog .e-image {
  height: 100%;
  width: 100%;
}
.e-fe-popup.e-dialog.e-rtl td {
  padding: 8px 0 8px 24px;
}
.e-fe-popup.e-dialog.e-rtl .e-fe-icon {
  margin: 0 0 -2px 8px;
}
.e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
  min-height: 200px;
}
.e-fe-popup .e-fe-error {
  font-size: 12px;
  line-height: 1.5;
}
.e-fe-popup .e-upload {
  border-bottom-width: 0;
  border-top-width: 0;
}
.e-fe-popup .e-upload .e-upload-actions {
  border-bottom: 1px solid;
}

.e-filemanager .e-display-none,
.e-filemanager .e-treeview .e-icons .e-treeview-spinner,
.e-filemanager .e-splitter .e-split-bar .e-resize-handler,
.e-filemanager .e-splitter .e-display-none,
.e-filemanager .e-grid .e-spin-show,
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
.e-filemanager .e-grid .e-gridcontent .e-emptyrow,
.e-fe-popup .e-upload .e-file-select-wrap,
.e-fe-popup .e-upload .e-icons.e-file-delete-btn {
  display: none;
}

@media (max-width: 469px) {
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
    min-width: 140px;
    width: calc(50% - 17px);
  }
}
@media (min-width: 470px) and (max-width: 625px) {
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
    min-width: 140px;
    width: calc(33.33% - 17px);
  }
}
.e-content-placeholder.e-filemanager.e-placeholder-filemanager {
  height: 100%;
  width: 100%;
}

.e-filemanager-dialog {
  z-index: 1005;
  display: flex;
  position: absolute;
}

.e-image-wrap-style {
  height: 100%;
}

.e-fe-popup.e-dialog td.e-permission-content {
  white-space: unset;
}

.e-large-icon-visible {
  visibility: visible;
}

.e-large-icon-hidden {
  visibility: hidden;
}

.e-filemanager .e-empty-state-container {
  display: flex;
  height: 100%;
}

.e-filemanager .e-empty.e-view-container {
  margin: auto;
}

.e-filemanager.e-fe-no-toolbar .e-fe-splitter {
  height: 100%;
}

.e-filemanager .e-fe-splitter {
  height: calc(100% - 43px);
}

.e-filemanager .e-view-container .e-fe-grid-container {
  height: calc(100% - 34px);
}

.e-filemanager {
  background: #303030;
  border-color: #616161;
}
.e-filemanager .e-toolbar {
  border-bottom-color: #616161;
}
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
  background: rgba(255, 255, 255, 0.1);
  border-color: #000;
}
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #000;
}
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #000;
}
.e-filemanager .e-address {
  border-bottom-color: #616161;
}
.e-filemanager .e-address .e-icons {
  color: rgba(255, 255, 255, 0.7);
}
.e-filemanager .e-address .e-list-text {
  color: #00b0ff;
}
.e-filemanager .e-address .e-address-list-item {
  color: #00b0ff;
}
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
  background: rgba(255, 255, 255, 0.1);
  color: #33c0ff;
}
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
  color: #fff;
}
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #33c0ff;
}
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
  color: #33c0ff;
}
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
  background: transparent;
  border-color: #616161;
}
.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
  border: transparent;
}
.e-filemanager .e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
  background-color: rgba(255, 255, 255, 0.22);
}
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow {
  border-color: #00b0ff;
}
.e-filemanager .e-grid .e-gridheader tr:first-child th {
  background: #303030;
}
.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover, .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
  background: rgba(255, 255, 255, 0.1);
}
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
  background: #303030;
}
.e-filemanager .e-grid .e-rowcell {
  color: rgba(255, 255, 255, 0.7);
}
.e-filemanager .e-grid .e-rowcell .e-fe-text {
  color: #fff;
}
.e-filemanager .e-grid td.e-active {
  background-color: rgba(255, 255, 255, 0.18);
}
.e-filemanager .e-grid tr:hover td.e-active {
  background-color: rgba(255, 255, 255, 0.22);
}
.e-filemanager .e-grid.e-gridhover .e-row:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background-color: transparent;
}
.e-filemanager .e-large-icons .e-list-img {
  border-color: #424242;
}
.e-filemanager .e-large-icons .e-active {
  color: #fff;
}
.e-filemanager .e-large-icons .e-large-icon {
  border-color: transparent;
}
.e-filemanager .e-large-icons .e-large-icon.e-active {
  background: rgba(255, 255, 255, 0.18);
  border-color: transparent;
}
.e-filemanager .e-large-icons .e-large-icon.e-hover, .e-filemanager .e-large-icons .e-large-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover, .e-filemanager .e-large-icons .e-large-icon.e-active:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: transparent;
}
.e-filemanager .e-large-icons .e-large-icon.e-focus {
  border-color: rgba(255, 255, 255, 0.1);
}
.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder, .e-filemanager .e-large-icons .e-large-icon:hover.e-fe-drop-folder {
  border-color: #00b0ff;
}
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
  background-color: #00b0ff;
  color: #000;
}
.e-filemanager .e-fe-clone .e-fe-content {
  background-color: #616161;
  color: #fff;
}
.e-filemanager .e-fe-clone .e-fe-count {
  background-color: #00b0ff;
  border-color: #00b0ff;
  color: #000;
}
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover, .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon:hover {
  background: transparent;
  border-color: transparent;
}
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus {
  border-color: transparent;
}
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active {
  background: rgba(255, 255, 255, 0.18);
  border-color: transparent;
}

.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick, .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
  color: #00b0ff;
}
.e-fe-popup.e-dialog td {
  color: #fff;
}
.e-fe-popup.e-dialog td:first-child {
  color: rgba(255, 255, 255, 0.7);
}
.e-fe-popup .e-fe-error {
  color: #ff6652;
}
.e-fe-popup .e-upload .e-upload-actions {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.e-filemanager .e-fe-icon,
.e-filemanager .e-list-icon {
  background-repeat: no-repeat;
}
.e-filemanager .e-fe-access-error {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGQkUzRjtzdHJva2U6I0FDODkzODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MXtmaWxsOiMwNjAyMDA7fTwvc3R5bGU+PGcgaWQ9ImNmdUt3Ri50aWYiPjxpbWFnZSBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTQwIiBpZD0iTGF5ZXJfMF8xXyIgeGxpbms6aHJlZj0iQTQ5RUUwRjNGODFBNjdDMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgwLjI2NTYgMCAwIDAuMjY1NiAtODMuNTc3OSAtMi4yNzgyKSI+PC9pbWFnZT48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LDMuMUwxLjYsMjcuOWMtMC40LDAuNywwLjEsMS42LDAuOSwxLjZoMjYuOGMwLjgsMCwxLjMtMC45LDAuOS0xLjZMMTYuOSwzLjFDMTYuNSwyLjMsMTUuNCwyLjMsMTUsMy4xeiIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTcsMjIgMTUsMjIgMTQuNSwxMCAxNy4zLDEwICIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNiwyNi41TDE2LDI2LjVjLTAuOCwwLTEuNS0wLjctMS41LTEuNXYwYzAtMC44LDAuNy0xLjUsMS41LTEuNWgwYzAuOCwwLDEuNSwwLjcsMS41LDEuNXYwQzE3LjUsMjUuOCwxNi44LDI2LjUsMTYsMjYuNXoiLz48L3N2Zz4=");
}
.e-filemanager .e-fe-docx,
.e-filemanager .e-fe-doc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDhmZTc7fS5jbHMtMntmaWxsOiNhN2RkZmY7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9Xb3JkPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMiwwSDRBMiwyLDAsMCwwLDIsMlYzMGEyLDIsMCwwLDAsMiwySDI4YTIsMiwwLDAsMCwyLTJWOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMiwwVjZhMiwyLDAsMCwwLDIsMmg2WiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3IiB5PSIxNiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjciIHk9IjEwIiB3aWR0aD0iMTEiIGhlaWdodD0iMiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-pptx,
.e-filemanager .e-fe-ppt {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZDY2MDA7fS5jbHMtMntmaWxsOiNmZmNkYWE7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9QUHQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3IiB5PSIyMiIgd2lkdGg9IjE3IiBoZWlnaHQ9IjIiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNiw5aDBhNSw1LDAsMCwxLDUsNXYwYTAsMCwwLDAsMSwwLDBIMTZhMCwwLDAsMCwxLDAsMFY5QTAsMCwwLDAsMSwxNiw5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE2LDE2SDE0VjEwLjNBNC44MSw0LjgxLDAsMSwwLDE5LjcsMTZaIi8+PC9zdmc+");
}
.e-filemanager .e-fe-xlsx,
.e-filemanager .e-fe-xls {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyZWI5ODg7fS5jbHMtMntmaWxsOiM5MmVjY2E7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9FeGNlbDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjciIHk9IjE2IiB3aWR0aD0iMTciIGhlaWdodD0iMiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOSIgeT0iMTYiIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMyAxKSByb3RhdGUoOTApIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjUsMjRIN1YxMEgyNVpNOSwyMkgyM1YxMkg5WiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-pdf {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjNlM2U7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNmZmNjY2I7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9QREY8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLjI5LDE0LjgxQTIuNDcsMi40NywwLDAsMSwxMS40LDE1YTIsMiwwLDAsMSwuNzIuNTgsMi4yNCwyLjI0LDAsMCwxLC40LjgyLDMuODEsMy44MSwwLDAsMSwuMTIuOTUsMy4xMSwzLjExLDAsMCwxLS4yLDEuMTUsMiwyLDAsMCwxLS41NS44LDIuMjQsMi4yNCwwLDAsMS0uODYuNDdBMy44NiwzLjg2LDAsMCwxLDkuOTIsMjBIOXYzLjQySDcuMjZWMTQuODFabS0uNTMsMy44N2ExLjEyLDEuMTIsMCwwLDAsLjgzLS4zMSwxLjI4LDEuMjgsMCwwLDAsLjMyLTEsMS41MywxLjUzLDAsMCwwLS4yNy0xLDEuMTQsMS4xNCwwLDAsMC0uOTMtLjM0SDl2Mi42WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE2LjQxLDE0LjgxYTMuMTcsMy4xNywwLDAsMSwxLjQ1LjI5LDIuMTcsMi4xNywwLDAsMSwuODYuODQsMy44LDMuOCwwLDAsMSwuNDEsMS4zMkExMi42LDEyLjYsMCwwLDEsMTkuMjQsMTlhMTIuMzMsMTIuMzMsMCwwLDEtLjE0LDIsMy43OSwzLjc5LDAsMCwxLS40NywxLjM4LDIuMSwyLjEsMCwwLDEtLjkuOCwzLjMyLDMuMzIsMCwwLDEtMS40My4yN0gxMy41OFYxNC44MVptLS4zNCw3LjI5QTEuNSwxLjUsMCwwLDAsMTYuOCwyMmExLjA5LDEuMDksMCwwLDAsLjQ0LS41MiwzLDMsMCwwLDAsLjIyLS45NWMwLS4zOS4wNS0uODguMDUtMS40NmExMi4wOCwxMi4wOCwwLDAsMC0uMDUtMS4yOCwzLjA5LDMuMDksMCwwLDAtLjE5LS45MiwxLjEzLDEuMTMsMCwwLDAtLjQ1LS41NSwxLjQxLDEuNDEsMCwwLDAtLjc4LS4xOUgxNS4zdjZaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUuMTcsMTQuODF2MS40MUgyMi4xMXYySDI1djEuNDJIMjIuMTF2My43MkgyMC4zOFYxNC44MVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-image {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMTAzMDA7fS5jbHMtMntmaWxsOiNmZmNjY2I7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9JbWFnZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNSAyNCAxMC41OSAxNy4zNSAxNC43NyAyMS44OCAyMS4zNSAxMy4yMyAyNyAyNCA1IDI0Ii8+PC9zdmc+");
}
.e-filemanager .e-fe-rar {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNjMzcxYmQ7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNmZmNjZmU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9SQVI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuNzgsMTQuODFhMi40MiwyLjQyLDAsMCwxLDEuNjguNTQsMi4xNiwyLjE2LDAsMCwxLC42LDEuNjcsMi42MywyLjYzLDAsMCwxLS4zNCwxLjQxLDEuNjgsMS42OCwwLDAsMS0xLjA4Ljd2MGExLjYyLDEuNjIsMCwwLDEsLjk0LjQyQTEuODIsMS44MiwwLDAsMSwxMiwyMC42MmMwLC4xNiwwLC4zMywwLC41MnMwLC40LDAsLjYzYTEwLjQsMTAuNCwwLDAsMCwuMDcsMSwuNjYuNjYsMCwwLDAsLjMxLjQ5di4wOEgxMC41M2EuODcuODcsMCwwLDEtLjE3LS40MmMwLS4xNSwwLS4zMiwwLS40OGwtLjA1LTEuNjVBMS4zMywxLjMzLDAsMCwwLDEwLDIwYS45My45MywwLDAsMC0uNzctLjI5SDguMzJ2My42M0g2LjU5VjE0LjgxWk05LDE4LjU1YTEuNDMsMS40MywwLDAsMCwxLS4yOSwxLjI5LDEuMjksMCwwLDAsLjM0LTEsMS4wNiwxLjA2LDAsMCwwLTEuMi0xLjE5SDguMzJ2Mi40N1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNy4wNywxNC44MWwyLjI3LDguNTdoLTEuOGwtLjQtMS44MkgxNC44NmwtLjQsMS44MmgtMS44bDIuMjctOC41N1ptLS4yMyw1LjM0TDE2LDE2LjNoMGwtLjgzLDMuODVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjMuMTMsMTQuODFhMi40MiwyLjQyLDAsMCwxLDEuNjguNTQsMi4xNiwyLjE2LDAsMCwxLC42LDEuNjcsMi42MywyLjYzLDAsMCwxLS4zNSwxLjQxLDEuNjMsMS42MywwLDAsMS0xLjA4Ljd2MGExLjY1LDEuNjUsMCwwLDEsLjk1LjQyLDEuODMsMS44MywwLDAsMSwuMzcsMS4wNWMwLC4xNiwwLC4zMywwLC41MnMwLC40LDAsLjYzYzAsLjQ1LDAsLjguMDcsMWEuNjYuNjYsMCwwLDAsLjMxLjQ5di4wOEgyMy44N0ExLDEsMCwwLDEsMjMuNywyM2EzLjczLDMuNzMsMCwwLDEsMC0uNDhsLS4wNS0xLjY1YTEuNCwxLjQsMCwwLDAtLjI1LS43OSwxLDEsMCwwLDAtLjc3LS4yOWgtLjkzdjMuNjNIMTkuOTRWMTQuODFabS0uNzUsMy43NGExLjQzLDEuNDMsMCwwLDAsMS0uMjksMS4yNSwxLjI1LDAsMCwwLC4zNC0xLDEuMDYsMS4wNiwwLDAsMC0xLjItMS4xOWgtLjgydjIuNDdaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48L3N2Zz4=");
}
.e-filemanager .e-fe-zip {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMjljMWY7fS5jbHMtMntmaWxsOiNmZmVmY2M7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9aaXA8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2IiB5PSI3IiB3aWR0aD0iMTMiIGhlaWdodD0iMiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIxMi41IDI4IDYgMjIgMTkgMjIgMTIuNSAyOCIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNiIgeT0iMTIiIHdpZHRoPSIxMyIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2IiB5PSIxNyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjIiLz48L3N2Zz4=");
}
.e-filemanager .e-fe-txt {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhYWE7fS5jbHMtMntmaWxsOiNlY2VjZWM7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9UZXh0PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMiwwSDRBMiwyLDAsMCwwLDIsMlYzMGEyLDIsMCwwLDAsMiwySDI4YTIsMiwwLDAsMCwyLTJWOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3IiB5PSIxNiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjciIHk9IjEwIiB3aWR0aD0iMTEiIGhlaWdodD0iMiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-music {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDhmZTc7fS5jbHMtMntmaWxsOiNhN2RkZmY7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9NdXNpYzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xMiwxMy41M1YyMWEyLjUsMi41LDAsMCwwLTMuOSwxLjI4LDIuNTEsMi41MSwwLDAsMCwyLjc4LDMuMThBMi41OCwyLjU4LDAsMCwwLDEzLDIyLjg4VjE2LjU2bDEwLTEuODRWMTlhMi41LDIuNSwwLDAsMC0zLjksMS4yOCwyLjUxLDIuNTEsMCwwLDAsMi43OCwzLjE4QTIuNTgsMi41OCwwLDAsMCwyNCwyMC44OFYxMS43YTEsMSwwLDAsMC0xLjE4LTFsLTEwLDEuODNBMSwxLDAsMCwwLDEyLDEzLjUzWiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-video {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMTAzMDA7fS5jbHMtMntmaWxsOiNmZmNjY2I7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9WaWRlbzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTUgMTQuNSAxOSAxOCAxNSAyMS41IDE1IDE0LjUiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwyNUgxMGEzLDMsMCwwLDEtMy0zVjE0YTMsMywwLDAsMSwzLTNIMjJhMywzLDAsMCwxLDMsM3Y4QTMsMywwLDAsMSwyMiwyNVpNMTAsMTNhMSwxLDAsMCwwLTEsMXY4YTEsMSwwLDAsMCwxLDFIMjJhMSwxLDAsMCwwLDEtMVYxNGExLDEsMCwwLDAtMS0xWiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-js {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4MmJiMjI7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNlOWZmYjg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9KUzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUuMTQsMjFhMi41NywyLjU3LDAsMCwxLS42NCwxLjk1LDIuODMsMi44MywwLDAsMS0xLjk0LjU4LDIuODQsMi44NCwwLDAsMS0xLjEzLS4xOSwxLjYsMS42LDAsMCwxLS42OS0uNTMsMiwyLDAsMCwxLS4zNi0uNzksNSw1LDAsMCwxLS4wOS0xdi0uMzhoMS41OHYuMjdhMi41OCwyLjU4LDAsMCwwLC4xNSwxLC42MS42MSwwLDAsMCwuNjIuMzMuNjEuNjEsMCwwLDAsLjYyLS4zMywyLjU4LDIuNTgsMCwwLDAsLjE1LTFWMTQuODFoMS43M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNy42NiwyMWEzLjE2LDMuMTYsMCwwLDAsMCwuNTUsMS4xOSwxLjE5LDAsMCwwLC4xOC40MSwxLDEsMCwwLDAsLjM2LjI3LDEuNDksMS40OSwwLDAsMCwuNTYuMDksMS4wNiwxLjA2LDAsMCwwLC43MS0uMjYsMSwxLDAsMCwwLC4zMi0uNzksMS40NiwxLjQ2LDAsMCwwLS4wOC0uNSwxLDEsMCwwLDAtLjI2LS4zOEEyLjI1LDIuMjUsMCwwLDAsMTksMjBjLS4yLS4wOS0uNDQtLjE4LS43My0uMjhhNi43LDYuNywwLDAsMS0xLS40MiwyLjgsMi44LDAsMCwxLS43MS0uNTMsMi4xLDIuMSwwLDAsMS0uNDEtLjcxLDIuOTQsMi45NCwwLDAsMS0uMTMtLjkzLDIuMzgsMi4zOCwwLDAsMSwuNzEtMS45LDIuODYsMi44NiwwLDAsMSwxLjk0LS42Miw0LDQsMCwwLDEsMS4wNi4xMywyLjE5LDIuMTksMCwwLDEsLjg0LjQsMS44NywxLjg3LDAsMCwxLC41NS43MiwyLjQ2LDIuNDYsMCwwLDEsLjIsMS4wNXYuMjRIMTkuN2ExLjc2LDEuNzYsMCwwLDAtLjIyLS45NC43OS43OSwwLDAsMC0uNzItLjMzLDEuMTQsMS4xNCwwLDAsMC0uNDguMDkuNzkuNzksMCwwLDAtLjMxLjIyLjg2Ljg2LDAsMCwwLS4xNS4zMiwxLjUsMS41LDAsMCwwLDAsLjM3LDEuMjQsMS4yNCwwLDAsMCwuMTYuNjYsMS41OCwxLjU4LDAsMCwwLC43Mi41bDEuMzQuNThhMy45MywzLjkzLDAsMCwxLC44LjQ1LDIuMTUsMi4xNSwwLDAsMSwuNS41LDEuNzksMS43OSwwLDAsMSwuMjYuNiwzLjgyLDMuODIsMCwwLDEsLjA3LjcyLDIuMzQsMi4zNCwwLDAsMS0uNzksMiwzLjQ2LDMuNDYsMCwwLDEtMi4xOS42MiwyLjg0LDIuODQsMCwwLDEtMi4wOS0uNjQsMi40NywyLjQ3LDAsMCwxLS42My0xLjgyVjIwLjdoMS43M1oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-css {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjg2MmM7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNmZmNkYWI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9DU1M8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLjcsMTYuMzRhLjgzLjgzLDAsMCwwLS44MS0uNDMuNzkuNzksMCwwLDAtLjUzLjE4LDEuMTEsMS4xMSwwLDAsMC0uMzMuNTYsNC42Nyw0LjY3LDAsMCwwLS4xNywxYzAsLjQyLDAsLjkzLDAsMS41NGExMy4zLDEzLjMsMCwwLDAsLjA3LDEuNTcsMy40NCwzLjQ0LDAsMCwwLC4yLjkzLjg4Ljg4LDAsMCwwLC4zNS40NSwxLjA3LDEuMDcsMCwwLDAsLjQ5LjExLDEsMSwwLDAsMCwuNDItLjA4LjY3LjY3LDAsMCwwLC4zNC0uMzEsMS43NCwxLjc0LDAsMCwwLC4yMy0uNjZBNS42MSw1LjYxLDAsMCwwLDExLDIwLjFoMS43MmE4LDgsMCwwLDEtLjEsMS4zMiwzLDMsMCwwLDEtLjQxLDEuMDksMS45NCwxLjk0LDAsMCwxLS44Mi43MywzLjEsMy4xLDAsMCwxLTEuMzkuMjcsMy4zOCwzLjM4LDAsMCwxLTEuNTUtLjMxLDIuMTIsMi4xMiwwLDAsMS0uODgtLjksNC4xLDQuMSwwLDAsMS0uNC0xLjQxLDE3Ljk1LDE3Ljk1LDAsMCwxLDAtMy41OSw0LDQsMCwwLDEsLjQtMS40MUEyLjIzLDIuMjMsMCwwLDEsOC40NSwxNSwzLjEzLDMuMTMsMCwwLDEsMTAsMTQuNjRhMywzLDAsMCwxLDEuNDYuMywyLjEsMi4xLDAsMCwxLC44Ljc2LDIuODgsMi44OCwwLDAsMSwuMzMsMSw4LjkxLDguOTEsMCwwLDEsLjA2LDFIMTAuOTJBMy4wOCwzLjA4LDAsMCwwLDEwLjcsMTYuMzRaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUuMSwyMWEzLjEyLDMuMTIsMCwwLDAsLjA1LjU1LjkuOSwwLDAsMCwuMTguNDEsMSwxLDAsMCwwLC4zNS4yNywxLjUzLDEuNTMsMCwwLDAsLjU2LjA5QTEuMDYsMS4wNiwwLDAsMCwxNywyMmEuOTMuOTMsMCwwLDAsLjMyLS43OSwxLjI1LDEuMjUsMCwwLDAtLjA4LS41LjkzLjkzLDAsMCwwLS4yNS0uMzgsMi4xLDIuMSwwLDAsMC0uNDgtLjMxYy0uMTktLjA5LS40NC0uMTgtLjcyLS4yOGE2LjQxLDYuNDEsMCwwLDEtMS0uNDIsMi43NCwyLjc0LDAsMCwxLS43LS41MywyLDIsMCwwLDEtLjQyLS43MSwzLjI2LDMuMjYsMCwwLDEtLjEzLS45MywyLjQyLDIuNDIsMCwwLDEsLjcxLTEuOSwyLjg2LDIuODYsMCwwLDEsMS45NC0uNjIsNCw0LDAsMCwxLDEuMDcuMTMsMi4zNCwyLjM0LDAsMCwxLC44NC40LDIsMiwwLDAsMSwuNTUuNzIsMi42MiwyLjYyLDAsMCwxLC4yLDEuMDV2LjI0SDE3LjE0YTEuNjgsMS42OCwwLDAsMC0uMjItLjk0Ljc5Ljc5LDAsMCwwLS43Mi0uMzMsMS4xNCwxLjE0LDAsMCwwLS40OC4wOS43Ni43NiwwLDAsMC0uMy4yMi43NC43NCwwLDAsMC0uMTYuMzIsMS41LDEuNSwwLDAsMCwwLC4zNywxLjI0LDEuMjQsMCwwLDAsLjE3LjY2LDEuNDcsMS40NywwLDAsMCwuNzIuNWwxLjMzLjU4YTMuNDUsMy40NSwwLDAsMSwuOC40NSwyLDIsMCwwLDEsLjUuNSwxLjYxLDEuNjEsMCwwLDEsLjI2LjYsMy4xNCwzLjE0LDAsMCwxLC4wNy43MiwyLjM2LDIuMzYsMCwwLDEtLjc4LDIsMy41LDMuNSwwLDAsMS0yLjE5LjYyLDIuODUsMi44NSwwLDAsMS0yLjEtLjY0LDIuNDcsMi40NywwLDAsMS0uNjMtMS44MlYyMC43SDE1LjFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjEuMzMsMjFhMi4zOSwyLjM5LDAsMCwwLC4wNS41NS45LjksMCwwLDAsLjE4LjQxLjg5Ljg5LDAsMCwwLC4zNS4yNywxLjQ5LDEuNDksMCwwLDAsLjU2LjA5LDEuMDYsMS4wNiwwLDAsMCwuNzEtLjI2LDEsMSwwLDAsMCwuMzItLjc5LDEuNDYsMS40NiwwLDAsMC0uMDgtLjUsMSwxLDAsMCwwLS4yNi0uMzgsMiwyLDAsMCwwLS40Ny0uMzFjLS4yLS4wOS0uNDQtLjE4LS43My0uMjhhNi43LDYuNywwLDAsMS0xLS40MiwyLjU4LDIuNTgsMCwwLDEtLjctLjUzLDIsMiwwLDAsMS0uNDItLjcxLDIuOTQsMi45NCwwLDAsMS0uMTMtLjkzLDIuNDIsMi40MiwwLDAsMSwuNzEtMS45LDIuODYsMi44NiwwLDAsMSwxLjk0LS42MiwzLjksMy45LDAsMCwxLDEuMDYuMTMsMi4xOSwyLjE5LDAsMCwxLC44NC40LDIsMiwwLDAsMSwuNTYuNzJBMi42MiwyLjYyLDAsMCwxLDI1LDE2Ljk0di4yNEgyMy4zN2ExLjY4LDEuNjgsMCwwLDAtLjIyLS45NC43OS43OSwwLDAsMC0uNzItLjMzQTEuMTQsMS4xNCwwLDAsMCwyMiwxNmEuNjkuNjksMCwwLDAtLjMuMjIuNzQuNzQsMCwwLDAtLjE2LjMyLDEuNSwxLjUsMCwwLDAsMCwuMzcsMS4xNiwxLjE2LDAsMCwwLC4xNy42NiwxLjQ3LDEuNDcsMCwwLDAsLjcyLjVsMS4zMy41OGEzLjY3LDMuNjcsMCwwLDEsLjguNDUsMiwyLDAsMCwxLC41LjUsMS43OSwxLjc5LDAsMCwxLC4yNi42LDMuMTQsMy4xNCwwLDAsMSwuMDcuNzIsMi4zNCwyLjM0LDAsMCwxLS43OSwyLDMuNDYsMy40NiwwLDAsMS0yLjE5LjYyLDIuODQsMi44NCwwLDAsMS0yLjA5LS42NCwyLjQ3LDIuNDcsMCwwLDEtLjYzLTEuODJWMjAuN2gxLjczWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PC9zdmc+");
}
.e-filemanager .e-fe-html {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4MjNhOWI7fS5jbHMtMntmaWxsOiNlY2JkZmY7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9IVE1MPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMiwwSDRBMiwyLDAsMCwwLDIsMlYzMGEyLDIsMCwwLDAsMiwySDI4YTIsMiwwLDAsMCwyLTJWOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIwLjY0LDI2Ljc3bC0xLjI4LTEuNTRMMjQuNDQsMjFsLTUuMDgtNC4yMywxLjI4LTEuNTQsNiw1YTEsMSwwLDAsMSwwLDEuNTRaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMTEuMjgsMjYuNzdsLTYtNWExLDEsMCwwLDEsMC0xLjU0bDYtNSwxLjI4LDEuNTRMNy40OCwyMWw1LjA4LDQuMjNaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3Ljc1IiB5PSIyMCIgd2lkdGg9IjE2LjQ5IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjI2IDMxLjQyKSByb3RhdGUoLTc1Ljk1KSIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-php {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM3MzcxY2M7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNkY2RjZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9QSFA8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLjA2LDE0LjgxYTIuNDcsMi40NywwLDAsMSwxLjExLjIyLDIuMTEsMi4xMSwwLDAsMSwuNzMuNTgsMi4zOSwyLjM5LDAsMCwxLC4zOS44MiwzLjgxLDMuODEsMCwwLDEsLjEyLjk1LDIuOTIsMi45MiwwLDAsMS0uMiwxLjE1LDIsMiwwLDAsMS0uNTUuOCwyLjE3LDIuMTcsMCwwLDEtLjg2LjQ3QTMuODEsMy44MSwwLDAsMSw5LjY5LDIwSDguNzZ2My40Mkg3VjE0LjgxWm0tLjUzLDMuODdhMS4xNSwxLjE1LDAsMCwwLC44NC0uMzEsMS4zMiwxLjMyLDAsMCwwLC4zMS0xLDEuNTMsMS41MywwLDAsMC0uMjctMSwxLjEzLDEuMTMsMCwwLDAtLjkzLS4zNEg4Ljc2djIuNloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNSwxNC44MXYzLjI3aDJWMTQuODFoMS43M3Y4LjU3SDE3VjE5LjU3SDE1djMuODFIMTMuMjZWMTQuODFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjMsMTQuODFhMi40NywyLjQ3LDAsMCwxLDEuMTEuMjIsMi4xMSwyLjExLDAsMCwxLC43My41OCwyLjM5LDIuMzksMCwwLDEsLjM5LjgyLDMuODEsMy44MSwwLDAsMSwuMTIuOTUsMi45MiwyLjkyLDAsMCwxLS4yLDEuMTUsMiwyLDAsMCwxLS41NS44LDIuMTcsMi4xNywwLDAsMS0uODYuNDcsMy44MSwzLjgxLDAsMCwxLTEuMTEuMTZoLS45M3YzLjQySDE5Ljk0VjE0LjgxWm0tLjUzLDMuODdhMS4xNSwxLjE1LDAsMCwwLC44NC0uMzEsMS4zMiwxLjMyLDAsMCwwLC4zMS0xLDEuNTMsMS41MywwLDAsMC0uMjctMSwxLjEzLDEuMTMsMCwwLDAtLjkzLS4zNGgtLjcydjIuNloiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-exe {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0YjQ4NGM7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNkNmQ2ZDY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9FeGU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLjgyLDE2LjIySDguNzZ2MmgyLjg4djEuNDJIOC43NlYyMmgzLjE4djEuNDJIN1YxNC44MWg0Ljc4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE0LjM2LDE0LjgxbDEuMSwyLjc3LDEuMDktMi43N2gxLjg5bC0yLDQuMjMsMi4xNCw0LjM0SDE2LjY0TDE1LjQsMjAuNDdsLTEuMjIsMi45MWgtMS45TDE0LjQyLDE5bC0yLTQuMjNaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjQsMTYuMjJIMjF2MmgyLjg4djEuNDJIMjFWMjJoMy4xOHYxLjQySDE5LjI1VjE0LjgxSDI0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PC9zdmc+");
}
.e-filemanager .e-fe-msi {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0ZGJjYzE7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNhZmVmZWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9NU0k8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuNjQsMTQuODFsMS4yMiw2aDBsMS4yMy02aDIuNTZ2OC41N0gxMy4xVjE2LjU0aDBsLTEuNTIsNi44NEgxMC4yTDguNjgsMTYuNTRoMHY2Ljg0SDcuMDdWMTQuODFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTcuMzEsMjFhMi4zOSwyLjM5LDAsMCwwLC4wNS41NS45LjksMCwwLDAsLjE4LjQxLjg5Ljg5LDAsMCwwLC4zNS4yNywxLjQ5LDEuNDksMCwwLDAsLjU2LjA5LDEuMDYsMS4wNiwwLDAsMCwuNzEtLjI2LDEsMSwwLDAsMCwuMzItLjc5LDEuNDYsMS40NiwwLDAsMC0uMDgtLjUsMSwxLDAsMCwwLS4yNi0uMzgsMiwyLDAsMCwwLS40Ny0uMzFjLS4yLS4wOS0uNDQtLjE4LS43My0uMjhhNi43LDYuNywwLDAsMS0xLS40MiwyLjU4LDIuNTgsMCwwLDEtLjctLjUzLDIsMiwwLDAsMS0uNDItLjcxLDIuOTQsMi45NCwwLDAsMS0uMTMtLjkzLDIuNDIsMi40MiwwLDAsMSwuNzEtMS45LDIuODYsMi44NiwwLDAsMSwxLjk0LS42MiwzLjksMy45LDAsMCwxLDEuMDYuMTMsMi4xOSwyLjE5LDAsMCwxLC44NC40LDIsMiwwLDAsMSwuNTYuNzJBMi42MiwyLjYyLDAsMCwxLDIxLDE2Ljk0di4yNEgxOS4zNWExLjY4LDEuNjgsMCwwLDAtLjIyLS45NC43OS43OSwwLDAsMC0uNzItLjMzLDEuMTQsMS4xNCwwLDAsMC0uNDguMDkuNjkuNjksMCwwLDAtLjMuMjIuNzQuNzQsMCwwLDAtLjE2LjMyLDEuNSwxLjUsMCwwLDAsMCwuMzcsMS4xNiwxLjE2LDAsMCwwLC4xNy42NiwxLjQ3LDEuNDcsMCwwLDAsLjcyLjVsMS4zMy41OGEzLjY3LDMuNjcsMCwwLDEsLjguNDUsMiwyLDAsMCwxLC41LjUsMS43OSwxLjc5LDAsMCwxLC4yNi42LDMuMTQsMy4xNCwwLDAsMSwuMDcuNzIsMi4zNCwyLjM0LDAsMCwxLS43OSwyLDMuNDYsMy40NiwwLDAsMS0yLjE5LjYyLDIuODQsMi44NCwwLDAsMS0yLjA5LS42NCwyLjQ3LDIuNDcsMCwwLDEtLjYzLTEuODJWMjAuN2gxLjczWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyLjIzLDE0LjgxSDI0djguNTdIMjIuMjNaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48L3N2Zz4=");
}
.e-filemanager .e-fe-unknown {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjg2MmM7fS5jbHMtMntvcGFjaXR5OjAuNDU7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9FeGNsYW1hdG9yeTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PGcgY2xhc3M9ImNscy0yIj48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvZz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTcuNDcgMjAgMTQuNSAyMCAxNCA4IDE4IDggMTcuNDcgMjAiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMyIgY3g9IjE2IiBjeT0iMjQiIHI9IjIiLz48L3N2Zz4=");
}
.e-filemanager .e-fe-rtf {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDkwZDg7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNjNWVmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9SVEY8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLjIzLDE0LjgxYTIuNDIsMi40MiwwLDAsMSwxLjY4LjU0LDIuMTYsMi4xNiwwLDAsMSwuNiwxLjY3LDIuNjMsMi42MywwLDAsMS0uMzUsMS40MSwxLjYzLDEuNjMsMCwwLDEtMS4wOC43djBhMS42NSwxLjY1LDAsMCwxLC45NS40MiwxLjgzLDEuODMsMCwwLDEsLjM3LDEuMDVjMCwuMTYsMCwuMzMsMCwuNTJzMCwuNCwwLC42M2MwLC40NSwwLC44LjA3LDFhLjY2LjY2LDAsMCwwLC4zMS40OXYuMDhIMTJBMSwxLDAsMCwxLDExLjgsMjNhMy43MywzLjczLDAsMCwxLDAtLjQ4bDAtMS42NWExLjQsMS40LDAsMCwwLS4yNS0uNzksMSwxLDAsMCwwLS43Ny0uMjlIOS43NnYzLjYzSDhWMTQuODFabS0uNzUsMy43NGExLjQzLDEuNDMsMCwwLDAsMS0uMjksMS4yNSwxLjI1LDAsMCwwLC4zNC0xLDEuMDYsMS4wNiwwLDAsMC0xLjItMS4xOUg5Ljc2djIuNDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTkuNTEsMTYuMjJIMTcuNjR2Ny4xNkgxNS45MVYxNi4yMkgxNFYxNC44MWg1LjQ3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1LDE0LjgxdjEuNDFIMjJ2MmgyLjg4djEuNDJIMjJ2My43MkgyMC4yNVYxNC44MVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvc3ZnPg==");
}
.e-filemanager .e-fe-xml {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMjc5NGE7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNjYWZmZTE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9YTUw8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcuNzEsMTQuODFsMS4xLDIuNzdMOS45LDE0LjgxaDEuODlMOS44LDE5bDIuMTMsNC4zNEgxMEw4Ljc1LDIwLjQ3LDcuNTMsMjMuMzhINS42M0w3Ljc3LDE5bC0yLTQuMjNaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUuMjEsMTQuODFsMS4yMiw2aDBsMS4yMy02aDIuNTZ2OC41N0gxOC42NlYxNi41NGgwbC0xLjUyLDYuODRIMTUuNzdsLTEuNTItNi44NGgwdjYuODRIMTIuNjRWMTQuODFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjEuNDgsMTQuODFoMS43M1YyMmgzLjA2djEuNDJIMjEuNDhaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48L3N2Zz4=");
}
.e-filemanager .e-fe-folder {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzREQkNDMTt9LnN0MXtmaWxsOiNGRjNFM0U7fS5zdDJ7ZmlsbDojMDA5MEQ4O30uc3Qze2ZpbGw6I0MzNzFCRDt9LnN0NHtmaWxsOiNGRjg2MkM7fS5zdDV7ZmlsbDojNzM3MUNDO30uc3Q2e2ZpbGw6IzRCNDg0Qzt9LnN0N3tmaWxsOiMyMjc5NEE7fS5zdDh7ZmlsbDojODJCQjIyO30uc3Q5e2ZpbGw6I0FBQUFBQTt9LnN0MTB7ZmlsbDojOTk5OTk5O30uc3QxMXtmaWxsOiM4MTgxODE7fS5zdDEye2ZpbGw6I0YzRjNGMzt9LnN0MTN7ZmlsbDojRkZGRkZGO30uc3QxNHtmaWxsOiNFQUVBRUE7fS5zdDE1e2ZpbGw6bm9uZTtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTZ7ZmlsbDojMDI3OUQ3O30uc3QxN3tvcGFjaXR5OjAuNTtmaWxsOiM5NDk0OTQ7fS5zdDE4e2ZpbGw6bm9uZTtzdHJva2U6IzAyNzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTl7ZmlsbDojQzhDOEM4O30uc3QyMHtmaWxsOiMwNDdBRDY7fS5zdDIxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjJ7ZmlsbDpub25lO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyM3tmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI0e2ZpbGw6bm9uZTtzdHJva2U6I0QxNTczNztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjV7ZmlsbDojRDE1NzM3O30uc3QyNntmaWxsOm5vbmU7c3Ryb2tlOiNGRUZFRkU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI3e2ZpbGw6I0Y1QkE5RTt9LnN0Mjh7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyOXtmaWxsOiNGRUZFRkU7fS5zdDMwe2ZpbGw6IzM4NjJBMTt9LnN0MzF7ZmlsbDpub25lO3N0cm9rZTojRDE1NzM3O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzMntmaWxsOiMyQzdBNEY7fS5zdDMze2ZpbGw6bm9uZTtzdHJva2U6I0ZFRkVGRTtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MzR7ZmlsbDojRkZGRkZGO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzNXtmaWxsOm5vbmU7c3Ryb2tlOiM2RUFGREY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDM2e2ZpbGw6bm9uZTtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0Mzd7ZmlsbDojNkFCMEU1O30uc3QzOHtmaWxsOiNDNUM1QzU7fS5zdDM5e2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDB7ZmlsbDpub25lO3N0cm9rZTojRjVCQjlFO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MXtmaWxsOiM4NkJFQjc7fS5zdDQye2ZpbGw6IzZFQUZERjt9LnN0NDN7ZmlsbDojNkJCMEU1O30uc3Q0NHtmaWxsOm5vbmU7c3Ryb2tlOiM2QUFGRTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1e2ZpbGw6IzZBQUZFNTt9LnN0NDZ7ZmlsbDojMDA3OEQ3O30uc3Q0N3tmaWxsOiNGRjkyOTI7fS5zdDQ4e2ZpbGw6I0U4N0U3RTt9LnN0NDl7ZmlsbDojRkZDM0MzO30uc3Q1MHtmaWxsOiM5MUQ0RkU7fS5zdDUxe2ZpbGw6IzYzQTdEMzt9LnN0NTJ7ZmlsbDojQzFFN0ZGO30uc3Q1M3tmaWxsOiM4M0Q2Qjk7fS5zdDU0e2ZpbGw6IzQ2QzY4Qzt9LnN0NTV7ZmlsbDojQkJFOEQ4O30uc3Q1NntmaWxsOiNGRUIxN0Q7fS5zdDU3e2ZpbGw6I0REOTY2Njt9LnN0NTh7ZmlsbDojRkVENEI3O30uc3Q1OXtmaWxsOiNGMkEyQTI7fS5zdDYwe2ZpbGw6I0YxQzVDNTt9LnN0NjF7ZmlsbDojREJCNjYzO30uc3Q2MntmaWxsOiNDRUExNTE7fS5zdDYze2ZpbGw6I0VCRDdBOTt9LnN0NjR7ZmlsbDojQ0VDRUNFO30uc3Q2NXtmaWxsOiNCN0I3Qjc7fS5zdDY2e2ZpbGw6I0U0RTRFNDt9LnN0Njd7ZmlsbDojNjVBQUQxO30uc3Q2OHtmaWxsOiNFNTdBN0E7fS5zdDY5e2ZpbGw6I0U2QTZFODt9LnN0NzB7ZmlsbDojRDY4QUQ2O30uc3Q3MXtmaWxsOiNGRkNDRkU7fS5zdDcye2ZpbGw6Izk4Q0U1Rjt9LnN0NzN7ZmlsbDojOENBRjJDO30uc3Q3NHtmaWxsOiNDNkUzQTc7fS5zdDc1e2ZpbGw6I0ZGQjU3ODt9LnN0NzZ7ZmlsbDojRUQ5RjY0O30uc3Q3N3tmaWxsOiNGRkQ2QjU7fS5zdDc4e2ZpbGw6I0Y0QTFFRjt9LnN0Nzl7ZmlsbDojREQ4N0REO30uc3Q4MHtmaWxsOiNGOUNCRjY7fS5zdDgxe2ZpbGw6I0E4QTJGNDt9LnN0ODJ7ZmlsbDojODg4NUU4O30uc3Q4M3tmaWxsOiNDRkNDRjg7fS5zdDg0e2ZpbGw6I0JDQkNCQzt9LnN0ODV7ZmlsbDojQThBOEE4O30uc3Q4NntmaWxsOiNEQURBREE7fS5zdDg3e2ZpbGw6Izc3Q0NEQjt9LnN0ODh7ZmlsbDojQjRFM0VCO30uc3Q4OXtmaWxsOiNGRkI3QTQ7fS5zdDkwe2ZpbGw6I0Y2OUE3Qjt9LnN0OTF7ZmlsbDojRkZEN0NEO30uc3Q5MntmaWxsOiM3MUM4RjQ7fS5zdDkze2ZpbGw6IzhEQzk3Nzt9LnN0OTR7ZmlsbDojN0NBODUxO30uc3Q5NXtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO30uc3Q5NntmaWxsOm5vbmU7c3Ryb2tlOiM2QkIwRTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDk3e2ZpbGw6IzAwOEZFNzt9LnN0OTh7ZmlsbDojQTdEREZGO30uc3Q5OXtmaWxsOiMyRUI5ODg7fS5zdDEwMHtmaWxsOiM5MkVDQ0E7fS5zdDEwMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEwMntmaWxsOiNGRDY2MDA7fS5zdDEwM3tmaWxsOiNGRkNEQUE7fS5zdDEwNHtmaWxsOiNGRkNDQ0I7fS5zdDEwNXtmaWxsOiNGMTAzMDA7fS5zdDEwNntmaWxsOiNFQ0VDRUM7fS5zdDEwN3tmaWxsOiNGMjlDMUY7fS5zdDEwOHtmaWxsOiNGRkVGQ0M7fS5zdDEwOXtmaWxsOiNEQ0RDRkY7fS5zdDExMHtmaWxsOiNENkQ2RDY7fS5zdDExMXtmaWxsOiNFOUZGQjg7fS5zdDExMntmaWxsOiNDNUVGRkY7fS5zdDExM3tmaWxsOiNDQUZGRTE7fS5zdDExNHtmaWxsOiNGRkNEQUI7fS5zdDExNXtmaWxsOiM4MjNBOUI7fS5zdDExNntmaWxsOiNFQ0JERkY7fS5zdDExN3tmaWxsOiNBRkVGRUQ7fS5zdDExOHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMTl7ZmlsbDojOEY4RjhGO30uc3QxMjB7b3BhY2l0eTowLjQ1O30uc3QxMjF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjJ7ZmlsbDojOTFENUZGO30uc3QxMjN7ZmlsbDojMjY5RkU5O30uc3QxMjR7ZmlsbDojOTQ5NDk0O30uc3QxMjV7ZmlsbDojRjVCQjlFO30uc3QxMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3QxMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOF8pO30uc3QxMzB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwXyk7ZmlsbDojRkZFMkUyO30uc3QxMzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTRfKTt9LnN0MTMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Xyk7ZmlsbDojMzAzMDMwO30uc3QxMzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMThfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMF8pO30uc3QxMzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjJfKTtmaWxsOiNGRkZGRkY7fS5zdDEzNntvcGFjaXR5OjAuNDI7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTt9LnN0MTM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2Xyk7fS5zdDEzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwXyk7ZmlsbDpub25lO3N0cm9rZTojNjE2MTYxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyXyk7fS5zdDE0MntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Xyk7fS5zdDE0NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyXyk7fS5zdDE0NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF80NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Xyk7fS5zdDE0OHtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDE0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MF8pO30uc3QxNTB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyXyk7ZmlsbDojRkZGRkZGO30uc3QxNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTRfKTt9LnN0MTUye29wYWNpdHk6MC4xODtjbGlwLXBhdGg6dXJsKCNTVkdJRF81Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4Xyk7fS5zdDE1NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyXyk7fS5zdDE1NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Xyk7fS5zdDE1OHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcwXyk7fS5zdDE2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83Ml8pO30uc3QxNjF7b3BhY2l0eTowLjE7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzRfKTtmaWxsOiNGRkZGRkY7fS5zdDE2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83Nl8pO30uc3QxNjN7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzhfKTtmaWxsOiNGRkZGRkY7fS5zdDE2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Ml8pO30uc3QxNjV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODZfKTt9LnN0MTY3e29wYWNpdHk6MC43O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTJfKTt9LnN0MTY5e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2Xyk7fS5zdDE3MXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF85OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMl8pO30uc3QxNzN7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNl8pO30uc3QxNzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyXyk7fS5zdDE3N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2Xyk7fS5zdDE3OXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMThfKTtmaWxsOiNGRkZGRkY7fS5zdDE4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjJfKTt9LnN0MTgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNF8pO2ZpbGw6I0UwRERERDt9LnN0MTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNl8pO30uc3QxODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4Xyk7ZmlsbDojRTBEREREO30uc3QxODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwXyk7fS5zdDE4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzJfKTtmaWxsOiNFMEREREQ7fS5zdDE4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzRfKTt9LnN0MTg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNl8pO2ZpbGw6I0UwRERERDt9LnN0MTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOF8pO30uc3QxODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwXyk7ZmlsbDojRTBEREREO30uc3QxOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyXyk7fS5zdDE5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDRfKTtmaWxsOiNFMEREREQ7fS5zdDE5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDZfKTt9LnN0MTkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OF8pO2ZpbGw6I0UwRERERDt9LnN0MTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MF8pO30uc3QxOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyXyk7ZmlsbDojRTBEREREO30uc3QxOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Xyk7fS5zdDE5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTZfKTtmaWxsOiMyMTIxMjE7fS5zdDE5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNThfKTt9LnN0MTk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzYxNjE2MTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Ml8pO30uc3QyMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY0Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4Xyk7fS5zdDIwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzBfKTtmaWxsOiNGRkZGRkY7fS5zdDIwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzJfKTt9LnN0MjA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3Nl8pO30uc3QyMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwXyk7fS5zdDIwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODJfKTtmaWxsOiNGRkZGRkY7fS5zdDIxMHtvcGFjaXR5OjAuMjQ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4Nl8pO30uc3QyMTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwXyk7fS5zdDIxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTJfKTtmaWxsOiMzMDMwMzA7fS5zdDIxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTRfKTt9LnN0MjE2e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTZfKTtmaWxsOiNEOEQ4RDg7fS5zdDIxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOThfKTt9LnN0MjE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMl8pO30uc3QyMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA0Xyk7ZmlsbDojMzAzMDMwO30uc3QyMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA4Xyk7fS5zdDIyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjEyXyk7fS5zdDIyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTRfKTt9LnN0MjI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxNl8pO2ZpbGw6I0UwRERERDt9LnN0MjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxOF8pO30uc3QyMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjIwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIyMl8pO30uc3QyMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjI0Xyk7fS5zdDIzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjZfKTtmaWxsOiNFMEREREQ7fS5zdDIzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjhfKTt9LnN0MjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzMF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDIzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMzJfKTt9LnN0MjM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzNF8pO30uc3QyMzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM2Xyk7ZmlsbDojRTBEREREO30uc3QyMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM4Xyk7fS5zdDIzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjQyXyk7fS5zdDIzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDRfKTt9LnN0MjQwe29wYWNpdHk6MC44MjI4O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0OF8pO30uc3QyNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjUwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI1Ml8pO30uc3QyNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjU0Xyk7fS5zdDI0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNTZfKTtmaWxsOiNFMEREREQ7fS5zdDI0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNThfKTt9LnN0MjQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNjJfKTt9LnN0MjQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2NF8pO30uc3QyNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY2Xyk7ZmlsbDojRTBEREREO30uc3QyNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY4Xyk7fS5zdDI1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyNTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjcyXyk7fS5zdDI1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzRfKTt9LnN0MjU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3Nl8pO2ZpbGw6I0UwRERERDt9LnN0MjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3OF8pO30uc3QyNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjgwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI4Ml8pO30uc3QyNTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjg0Xyk7fS5zdDI2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODZfKTtmaWxsOiNFMEREREQ7fS5zdDI2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODhfKTt9LnN0MjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOTJfKTt9LnN0MjY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5NF8pO30uc3QyNjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk2Xyk7ZmlsbDojRTBEREREO30uc3QyNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk4Xyk7fS5zdDI2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDBfKTtmaWxsOiNGRjg2MkM7fS5zdDI2OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDJfKTt9LnN0MjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNl8pO30uc3QyNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzA4Xyk7ZmlsbDojRkZGRkZGO30uc3QyNzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzEwXyk7fS5zdDI3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTJfKTtmaWxsOiNGRkZGRkY7fS5zdDI3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTRfKTt9LnN0Mjc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxNl8pO2ZpbGw6I0ZGQ0RBQjt9LnN0Mjc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxOF8pO30uc3QyNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIwXyk7ZmlsbDojRkY4NjJDO30uc3QyNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIyXyk7fS5zdDI3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjRfKTtmaWxsOiNGRkZGRkY7fS5zdDI4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjZfKTt9LnN0Mjgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMzMF8pO30uc3QyODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzMyXyk7ZmlsbDojRkZGRkZGO30uc3QyODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzM0Xyk7fS5zdDI4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzZfKTtmaWxsOiNGRkNEQUI7fS5zdDI4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzhfKTt9LnN0Mjg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0MF8pO2ZpbGw6I0ZGODYyQzt9LnN0Mjg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0Ml8pO30uc3QyODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QyOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ2Xyk7fS5zdDI5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDI5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNTBfKTt9LnN0Mjkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1NF8pO30uc3QyOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU2Xyk7ZmlsbDojRkZDREFCO30uc3QyOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU4Xyk7fS5zdDI5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjBfKTtmaWxsOiM0QjQ4NEM7fS5zdDI5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjJfKTt9LnN0Mjk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Nl8pO30uc3QzMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzY4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzcwXyk7fS5zdDMwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzJfKTtmaWxsOiNGRkZGRkY7fS5zdDMwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzRfKTt9LnN0MzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3Nl8pO2ZpbGw6I0Q2RDZENjt9LnN0MzA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3OF8pO30uc3QzMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgwXyk7ZmlsbDojMkVCOTg4O30uc3QzMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgyXyk7fS5zdDMwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODRfKTtmaWxsOiM5MkVDQ0E7fS5zdDMxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODZfKTt9LnN0MzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM4OF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDMxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOTBfKTt9LnN0MzEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM5Ml8pO30uc3QzMTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk0Xyk7ZmlsbDojRkZGRkZGO30uc3QzMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk2Xyk7fS5zdDMxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOThfKTtmaWxsOiNGRkZGRkY7fS5zdDMxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MDBfKTt9LnN0MzE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwNF8pO30uc3QzMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA2Xyk7ZmlsbDojRkY4NjJDO30uc3QzMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA4Xyk7fS5zdDMyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDMyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTJfKTt9LnN0MzI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNl8pO30uc3QzMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDE4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDIwXyk7fS5zdDMyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjJfKTtmaWxsOiNBQUFBQUE7fS5zdDMyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjRfKTt9LnN0MzMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyNl8pO2ZpbGw6I0VDRUNFQzt9LnN0MzMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyOF8pO30uc3QzMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDMwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MzMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQzMl8pO30uc3QzMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDM0Xyk7fS5zdDMzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzZfKTtmaWxsOiNGRkZGRkY7fS5zdDMzNntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzhfKTt9LnN0MzM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0Ml8pO30uc3QzMzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ2Xyk7fS5zdDM0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NDhfKTtmaWxsOiMwMDkwRDg7fS5zdDM0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80NTBfKTt9LnN0MzQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1NF8pO30uc3QzNDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU4Xyk7fS5zdDM0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjBfKTtmaWxsOiNGRkZGRkY7fS5zdDM0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjJfKTt9LnN0MzQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2NF8pO2ZpbGw6I0M1RUZGRjt9LnN0MzUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Nl8pO30uc3QzNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDY4Xyk7ZmlsbDojMjI3OTRBO30uc3QzNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDcwXyk7fS5zdDM1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzJfKTtmaWxsOiNGRkZGRkY7fS5zdDM1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzRfKTt9LnN0MzU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3OF8pO30uc3QzNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgwXyk7ZmlsbDojRkZGRkZGO30uc3QzNTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgyXyk7fS5zdDM1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODRfKTtmaWxsOiNDQUZGRTE7fS5zdDM2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODZfKTt9LnN0MzYxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ4OF8pO2ZpbGw6I0YyOUMxRjt9LnN0MzYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ5MF8pO30uc3QzNjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDkyXyk7ZmlsbDojRkZFRkNDO30uc3QzNjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk0Xyk7fS5zdDM2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80OTZfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QzNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk4Xyk7fS5zdDM2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MDBfKTt9LnN0MzY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwNF8pO30uc3QzNzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA4Xyk7fS5zdDM3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDM3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTJfKTt9LnN0Mzc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNl8pO30uc3QzNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTE4Xyk7ZmlsbDojRjEwMzAwO30uc3QzNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTIwXyk7fS5zdDM3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjJfKTtmaWxsOiNGRkNDQ0I7fS5zdDM3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjRfKTt9LnN0Mzgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyOF8pO30uc3QzODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMwXyk7ZmlsbDojRkZGRkZGO30uc3QzODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMyXyk7fS5zdDM4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzRfKTtmaWxsOiMwMDhGRTc7fS5zdDM4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzZfKTt9LnN0Mzg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUzOF8pO2ZpbGw6I0E3RERGRjt9LnN0Mzg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0MF8pO30uc3QzODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQyXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0Mzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0NF8pO30uc3QzOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQ2Xyk7fS5zdDM5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NDhfKTtmaWxsOiNGRkZGRkY7fS5zdDM5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81NTBfKTt9LnN0Mzkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1NF8pO30uc3QzOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU4Xyk7fS5zdDM5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjBfKTtmaWxsOiMzMDMwMzA7fS5zdDM5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjRfKTt9LnN0Mzk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2Nl8pO2ZpbGw6IzI4MjcyNzt9LnN0NDAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2OF8pO30uc3Q0MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcwXyk7ZmlsbDpub25lO3N0cm9rZTojNDE0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcyXyk7fS5zdDQwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzRfKTtmaWxsOiNEQURBREE7fS5zdDQwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzZfKTt9LnN0NDA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU3OF8pO2ZpbGw6I0RBREFEQTt9LnN0NDA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4MF8pO30uc3Q0MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTgyXyk7ZmlsbDojREFEQURBO30uc3Q0MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTg2Xyk7fS5zdDQwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81ODhfKTtmaWxsOiNEQURBREE7fS5zdDQxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81OTJfKTt9LnN0NDExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5OF8pO30uc3Q0MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjAwXyk7ZmlsbDojREFEQURBO30uc3Q0MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjA0Xyk7fS5zdDQxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MDZfKTtmaWxsOiNEQURBREE7fS5zdDQxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MTBfKTt9LnN0NDE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxMl8pO2ZpbGw6I0RBREFEQTt9LnN0NDE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxNl8pO30uc3Q0MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjE4Xyk7ZmlsbDojMjAxRjFGO30uc3Q0MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjIwXyk7fS5zdDQyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0MTQwNDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjRfKTt9LnN0NDIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyNl8pO2ZpbGw6IzUxNEY0Rjt9LnN0NDI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyOF8pO30uc3Q0MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMwXyk7ZmlsbDojREFEQURBO30uc3Q0MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMyXyk7fS5zdDQyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzRfKTtmaWxsOiNEQURBREE7fS5zdDQyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzZfKTt9LnN0NDI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYzOF8pO2ZpbGw6I0RBREFEQTt9LnN0NDMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY0MF8pO30uc3Q0MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQyXyk7ZmlsbDojRkZGRkZGO30uc3Q0MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQ0Xyk7fS5zdDQzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDZfKTtmaWxsOiNEQURBREE7fS5zdDQzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDhfKTt9LnN0NDM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1MF8pO2ZpbGw6I0RBREFEQTt9LnN0NDM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1Ml8pO30uc3Q0Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU0Xyk7ZmlsbDojREFEQURBO30uc3Q0Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU2Xyk7fS5zdDQzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NThfKTtmaWxsOiNEQURBREE7fS5zdDQ0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NjBfKTt9LnN0NDQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Ml8pO2ZpbGw6I0RBREFEQTt9LnN0NDQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Nl8pO30uc3Q0NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjY4Xyk7ZmlsbDojNDE0MDQwO30uc3Q0NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjcwXyk7fS5zdDQ0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzJfKTtmaWxsOiMyMDFGMUY7fS5zdDQ0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzRfKTt9LnN0NDQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzQxNDA0MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3OF8pO30uc3Q0NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgwXyk7ZmlsbDojMjAxRjFGO30uc3Q0NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgyXyk7fS5zdDQ1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM5QTlBOUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODhfKTt9LnN0NDUze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTBfKTtmaWxsOiNEOEQ4RDg7fS5zdDQ1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTJfKTt9LnN0NDU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5Nl8pO30uc3Q0NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjk4Xyk7ZmlsbDojREFEQURBO30uc3Q0NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzAwXyk7fS5zdDQ1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDJfKTtmaWxsOiNEQURBREE7fS5zdDQ2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDZfKTt9LnN0NDYxe29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDhfKTtmaWxsOiNGRjg0ODQ7fS5zdDQ2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MTRfKTt9LnN0NDYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcxOF8pO30uc3Q0NjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzIyXyk7fS5zdDQ2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MzBfKTt9LnN0NDY3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzczNF8pO30uc3Q0Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzM4Xyk7fS5zdDQ2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDZfKTt9LnN0NDcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc1MF8pO30uc3Q0NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzU0Xyk7fS5zdDQ3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83NTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NThfKTt9LnN0NDc1e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjBfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjRfKTt9LnN0NDc3e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjZfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NzBfKTt9LnN0NDc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NDgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3NF8pO30uc3Q0ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc4Xyk7fS5zdDQ4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODBfKTtmaWxsOiM5NDk0OTQ7fS5zdDQ4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODJfKTt9LnN0NDg1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4NF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NDg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4Nl8pO30uc3Q0ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzg4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzkwXyk7fS5zdDQ4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTJfKTtmaWxsOiNDNUM1QzU7fS5zdDQ5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTRfKTt9LnN0NDkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NDkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5OF8pO30uc3Q0OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODAwXyk7ZmlsbDojOTQ5NDk0O30uc3Q0OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA0Xyk7fS5zdDQ5NXtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA2Xyk7ZmlsbDojRURGRjhGO30uc3Q0OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEwXyk7fS5zdDQ5N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEyXyk7ZmlsbDojRkZCMUIxO30uc3Q0OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODE2Xyk7fS5zdDQ5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MThfKTtmaWxsOiNGRkZGRkY7fS5zdDUwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MjBfKTt9LnN0NTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyNF8pO30uc3Q1MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI4Xyk7fS5zdDUwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzBfKTtmaWxsOiM5NDk0OTQ7fS5zdDUwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzJfKTt9LnN0NTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNl8pO30uc3Q1MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODM4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODQwXyk7fS5zdDUxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDJfKTtmaWxsOiNDNUM1QzU7fS5zdDUxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDRfKTt9LnN0NTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Nl8pO2ZpbGw6IzZFQUZERjt9LnN0NTE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0OF8pO30uc3Q1MTV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1MF8pO2ZpbGw6I0ZGODQ4NDt9LnN0NTE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1NF8pO30uc3Q1MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU2Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU4Xyk7fS5zdDUxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjBfKTtmaWxsOiNGMUVERUQ7fS5zdDUyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjJfKTt9LnN0NTIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2NF8pO2ZpbGw6I0RBRDhEODt9LnN0NTIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2Nl8pO30uc3Q1MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODY4Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODcwXyk7fS5zdDUyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzJfKTtmaWxsOiNCREJDQkM7fS5zdDUyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzRfKTt9LnN0NTI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3OF8pO30uc3Q1Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgwXyk7ZmlsbDojRUFFQUVBO30uc3Q1MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgyXyk7fS5zdDUzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODRfKTtmaWxsOiNCREJDQkM7fS5zdDUzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODZfKTt9LnN0NTMze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODhfKTtmaWxsOiNERUVDRjk7fS5zdDUzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84OTJfKTt9LnN0NTM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5Nl8pO30uc3Q1Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODk4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTAwXyk7fS5zdDUzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDJfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDRfKTt9LnN0NTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwNl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwOF8pO30uc3Q1NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEwXyk7ZmlsbDojQzVDNUM1O30uc3Q1NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEyXyk7fS5zdDU0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTRfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTZfKTt9LnN0NTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkxOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkyMl8pO30uc3Q1NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q1NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI2Xyk7fS5zdDU1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MjhfKTtmaWxsOiM5NDk0OTQ7fS5zdDU1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MzBfKTt9LnN0NTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzNF8pO30uc3Q1NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM4Xyk7fS5zdDU1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDBfKTtmaWxsOiNDNUM1QzU7fS5zdDU1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDJfKTt9LnN0NTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0NF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTYwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0Nl8pO30uc3Q1NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTQ4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTUwXyk7fS5zdDU2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTJfKTtmaWxsOiNDNUM1QzU7fS5zdDU2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTRfKTt9LnN0NTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTY2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1OF8pO30uc3Q1Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYwXyk7ZmlsbDojQzVDNUM1O30uc3Q1Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYyXyk7fS5zdDU2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjRfKTtmaWxsOiNDNUM1QzU7fS5zdDU3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjZfKTt9LnN0NTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk3MF8pO30uc3Q1NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTcyXyk7ZmlsbDojQzVDNUM1O30uc3Q1NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTc0Xyk7fS5zdDU3NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzZfKTtmaWxsOiNDNUM1QzU7fS5zdDU3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzhfKTt9LnN0NTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTc4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4Ml8pO30uc3Q1Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg0Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg2Xyk7fS5zdDU4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85ODhfKTtmaWxsOiNDNUM1QzU7fS5zdDU4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85OTBfKTt9LnN0NTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5Ml8pO2ZpbGw6I0M1QzVDNTt9LnN0NTg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5NF8pO30uc3Q1ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk4Xyk7fS5zdDU4N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDAwXyk7ZmlsbDojQzVDNUM1O30uc3Q1ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwMl8pO30uc3Q1ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwNF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDZfKTt9LnN0NTkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDhfKTtmaWxsOiMyQzdBNEY7fS5zdDU5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEwXyk7fS5zdDU5M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEyXyk7ZmlsbDojRkVGRUZFO30uc3Q1OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNF8pO30uc3Q1OTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTk2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMThfKTt9LnN0NTk3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMjBfKTtmaWxsOiNGMUVERUQ7fS5zdDU5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDIyXyk7fS5zdDU5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDI0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyNl8pO30uc3Q2MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyOF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzBfKTt9LnN0NjAze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzJfKTtmaWxsOiNGMUVERUQ7fS5zdDYwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM0Xyk7fS5zdDYwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAzOF8pO30uc3Q2MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA0MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDJfKTt9LnN0NjA5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDRfKTtmaWxsOiNGMUVERUQ7fS5zdDYxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ2Xyk7fS5zdDYxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1MF8pO30uc3Q2MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0NjE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTRfKTt9LnN0NjE1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTZfKTtmaWxsOiNGMUVERUQ7fS5zdDYxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDU4Xyk7fS5zdDYxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDYwXyk7ZmlsbDojREFEOEQ4O30uc3Q2MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2Ml8pO30uc3Q2MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2NF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjIwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjZfKTt9LnN0NjIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjhfKTtmaWxsOiNGMUVERUQ7fS5zdDYyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcwXyk7fS5zdDYyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcyXyk7ZmlsbDojREFEOEQ4O30uc3Q2MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3NF8pO30uc3Q2MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNzhfKTt9LnN0NjI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwODBfKTtmaWxsOiNGMUVERUQ7fS5zdDYyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDgyXyk7fS5zdDYyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDg0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Nl8pO30uc3Q2MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTBfKTt9LnN0NjMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTJfKTtmaWxsOiNGMUVERUQ7fS5zdDYzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk0Xyk7fS5zdDYzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA5OF8pO30uc3Q2Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEwMF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDJfKTt9LnN0NjM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDRfKTtmaWxsOiNGMUVERUQ7fS5zdDY0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA2Xyk7fS5zdDY0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMF8pO30uc3Q2NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTRfKTt9LnN0NjQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTZfKTtmaWxsOiNGMUVERUQ7fS5zdDY0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTE4Xyk7fS5zdDY0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTIwXyk7ZmlsbDojREFEOEQ4O30uc3Q2NDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyMl8pO30uc3Q2NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyNF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjZfKTt9LnN0NjUxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjhfKTtmaWxsOiNGMUVERUQ7fS5zdDY1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMwXyk7fS5zdDY1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMyXyk7ZmlsbDojREFEOEQ4O30uc3Q2NTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNF8pO30uc3Q2NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMzhfKTt9LnN0NjU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNDBfKTtmaWxsOiNGMUVERUQ7fS5zdDY1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQyXyk7fS5zdDY1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQ0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Nl8pO30uc3Q2NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTBfKTt9LnN0NjYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTJfKTtmaWxsOiNGMUVERUQ7fS5zdDY2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU0Xyk7fS5zdDY2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE1OF8pO30uc3Q2Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjJfKTt9LnN0NjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjRfKTtmaWxsOiNGMUVERUQ7fS5zdDY3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY2Xyk7fS5zdDY3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3MF8pO30uc3Q2NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0Njc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzRfKTt9LnN0Njc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzZfKTtmaWxsOiNGMUVERUQ7fS5zdDY3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTc4Xyk7fS5zdDY3N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTgwXyk7ZmlsbDojREFEOEQ4O30uc3Q2Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4Ml8pO30uc3Q2Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4NF8pO2ZpbGw6I0JEQkNCQzt9LnN0Njgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODZfKTt9LnN0Njgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODhfKTtmaWxsOiNGMUVERUQ7fS5zdDY4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkwXyk7fS5zdDY4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkyXyk7ZmlsbDojREFEOEQ4O30uc3Q2ODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5NF8pO30uc3Q2ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Njg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExOThfKTt9LnN0Njg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMDBfKTtmaWxsOiM5NDk0OTQ7fS5zdDY4OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjAyXyk7fS5zdDY4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjA0Xyk7ZmlsbDojOTQ5NDk0O30uc3Q2OTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwNl8pO30uc3Q2OTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0Njkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTBfKTt9LnN0Njkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDY5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE0Xyk7fS5zdDY5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE2Xyk7ZmlsbDojQzVDNUM1O30uc3Q2OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIxOF8pO30uc3Q2OTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIyMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Njk4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjJfKTt9LnN0Njk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjRfKTtmaWxsOiM5NDk0OTQ7fS5zdDcwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI2Xyk7fS5zdDcwMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMF8pO30uc3Q3MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMl8pO2ZpbGw6Izk5OTk5OTt9LnN0NzA0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzRfKTt9LnN0NzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzZfKTtmaWxsOiNFQUVBRUE7fS5zdDcwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjM4Xyk7fS5zdDcwN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjQwXyk7ZmlsbDojNkJCMEU1O30uc3Q3MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0Ml8pO30uc3Q3MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0NF8pO2ZpbGw6Izk5OTk5OTt9LnN0NzEwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDZfKTt9LnN0NzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDhfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUwXyk7fS5zdDcxM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUyXyk7ZmlsbDojQzhDOEM4O30uc3Q3MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1NF8pO30uc3Q3MTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1Nl8pO2ZpbGw6I0M4QzhDODt9LnN0NzE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNThfKTt9LnN0NzE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjYyXyk7fS5zdDcxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjY0Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2Nl8pO30uc3Q3MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzBfKTt9LnN0NzIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzJfKTtmaWxsOiNDNUM1QzU7fS5zdDcyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc0Xyk7fS5zdDcyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc2Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI3OF8pO30uc3Q3Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODJfKTt9LnN0NzI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODRfKTtmaWxsOiNDNUM1QzU7fS5zdDczMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg2Xyk7fS5zdDczMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5MF8pO30uc3Q3MzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTRfKTt9LnN0NzM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTZfKTtmaWxsOiM5NDk0OTQ7fS5zdDczNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjk4Xyk7fS5zdDczN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzAwXyk7ZmlsbDojRkZGRkZGO30uc3Q3Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwMl8pO30uc3Q3Mzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NzQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDZfKTt9LnN0NzQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDhfKTtmaWxsOiNGRkZGRkY7fS5zdDc0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEwXyk7fS5zdDc0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEyXyk7ZmlsbDojQzhDOEM4O30uc3Q3NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNF8pO30uc3Q3NDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzQ2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMThfKTt9LnN0NzQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDc0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzIyXyk7fS5zdDc0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyNl8pO30uc3Q3NTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyOF8pO2ZpbGw6I0M4QzhDODt9LnN0NzUye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzBfKTt9LnN0NzUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzJfKTtmaWxsOiNGRkZGRkY7fS5zdDc1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM0Xyk7fS5zdDc1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM2Xyk7ZmlsbDojQzhDOEM4O30uc3Q3NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMzOF8pO30uc3Q3NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDJfKTt9LnN0NzU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDRfKTtmaWxsOiNDOEM4Qzg7fS5zdDc2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ2Xyk7fS5zdDc2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1MF8pO30uc3Q3NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1Ml8pO2ZpbGw6I0M4QzhDODt9LnN0NzY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTRfKTt9LnN0NzY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTZfKTtmaWxsOiNGRkZGRkY7fS5zdDc2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzU4Xyk7fS5zdDc2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzYwXyk7ZmlsbDojQzhDOEM4O30uc3Q3Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2Ml8pO30uc3Q3Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjZfKTt9LnN0Nzcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjhfKTtmaWxsOiNDOEM4Qzg7fS5zdDc3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcwXyk7fS5zdDc3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcyXyk7ZmlsbDojRkZGRkZGO30uc3Q3NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3NF8pO30uc3Q3NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3Nl8pO2ZpbGw6I0M4QzhDODt9LnN0Nzc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNzhfKTt9LnN0Nzc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzODBfKTtmaWxsOiNGRkZGRkY7fS5zdDc3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzgyXyk7fS5zdDc3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzg0Xyk7ZmlsbDojQzhDOEM4O30uc3Q3ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4Nl8pO30uc3Q3ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTBfKTt9LnN0Nzgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDc4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk0Xyk7fS5zdDc4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q3ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM5OF8pO30uc3Q3ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDJfKTt9LnN0Nzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDRfKTtmaWxsOiNDNUM1QzU7fS5zdDc5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA2Xyk7fS5zdDc5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMF8pO30uc3Q3OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMl8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTRfKTt9LnN0Nzk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTZfKTtmaWxsOiNDNUM1QzU7fS5zdDc5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDE4Xyk7fS5zdDc5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDIwXyk7ZmlsbDojMDI3OUQ3O30uc3Q3OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyMl8pO30uc3Q3OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyNF8pO2ZpbGw6IzZBQUZFNTt9LnN0ODAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjZfKTt9LnN0ODAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjhfKTtmaWxsOiM2QUFGRTU7fS5zdDgwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMwXyk7fS5zdDgwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMyXyk7ZmlsbDojQzVDNUM1O30uc3Q4MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNF8pO30uc3Q4MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNl8pO2ZpbGw6IzZBQUZFNTt9LnN0ODA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MzhfKTt9LnN0ODA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NDBfKTtmaWxsOiMwMDc4RDc7fS5zdDgwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQyXyk7fS5zdDgwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQ0Xyk7ZmlsbDojMzAzMDMwO30uc3Q4MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ0OF8pO30uc3Q4MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ1MF8pO2ZpbGw6IzFBMUExQTt9LnN0ODEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTJfKTt9LnN0ODEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM1MDUwNTA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU2Xyk7fS5zdDgxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2MF8pO30uc3Q4MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY2Xyk7fS5zdDgyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3MF8pO30uc3Q4MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NzRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc2Xyk7fS5zdDgyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4MF8pO30uc3Q4Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg2Xyk7fS5zdDgzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg4Xyk7ZmlsbDojMDA3MEYwO30uc3Q4MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5MF8pO30uc3Q4MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0ODMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTRfKTt9LnN0ODM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTZfKTtmaWxsOiM5MUQ1RkY7fS5zdDgzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDk4Xyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMF8pO30uc3Q4Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMl8pO2ZpbGw6IzM5MzkzOTt9LnN0ODM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDRfKTt9LnN0ODM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTA4Xyk7fS5zdDg0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTEwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUxMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTRfKTt9LnN0ODQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTE4Xyk7fS5zdDg0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTIwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjRfKTt9LnN0ODQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTI4Xyk7fS5zdDg1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTMwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUzMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzRfKTt9LnN0ODU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTM4Xyk7fS5zdDg1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDRfKTt9LnN0ODU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDZfKTtmaWxsOiM0ODQ4NDg7fS5zdDg2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQ4Xyk7fS5zdDg2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTUwXyk7ZmlsbDojMUExQTFBO30uc3Q4NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1Ml8pO30uc3Q4NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzQ4NDg0ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NTZfKTt9LnN0ODY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NThfKTtmaWxsOiMxQTFBMUE7fS5zdDg2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYwXyk7fS5zdDg2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYyXyk7ZmlsbDpub25lO3N0cm9rZTojNzY3Njc2O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2Nl8pO30uc3Q4Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2OF8pO2ZpbGw6IzkxRDVGRjt9LnN0ODcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTcyXyk7fS5zdDg3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTc0Xyk7ZmlsbDojOTFENUZGO30uc3Q4NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzhfKTt9LnN0ODc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODBfKTtmaWxsOiM5MUQ1RkY7fS5zdDg3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTgyXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Nzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4NF8pO30uc3Q4Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4Nl8pO2ZpbGw6IzkxRDVGRjt9LnN0ODc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODhfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkwXyk7fS5zdDg4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkyXyk7ZmlsbDojOTFENUZGO30uc3Q4ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU5NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OTZfKTt9LnN0ODg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OThfKTtmaWxsOiM5MUQ1RkY7fS5zdDg4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjAwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwNF8pO30uc3Q4ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwOF8pO30uc3Q4ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxMl8pO30uc3Q4ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxNF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjBfKTt9LnN0ODkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjRfKTt9LnN0ODkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjhfKTt9LnN0ODkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjM2Xyk7fS5zdDg5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQwXyk7fS5zdDg5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ0Xyk7fS5zdDg5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ2Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1MF8pO30uc3Q4OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1Ml8pO2ZpbGw6I0ZGQjU3ODt9LnN0OTAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTRfKTt9LnN0OTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTZfKTtmaWxsOiNFRDlGNjQ7fS5zdDkwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjU4Xyk7fS5zdDkwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjYwXyk7ZmlsbDojRkZENkI1O30uc3Q5MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2Ml8pO30uc3Q5MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2NF8pO2ZpbGw6I0VEOUY2NDt9LnN0OTA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjZfKTt9LnN0OTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjhfKTtmaWxsOiNGRkZGRkY7fS5zdDkwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcwXyk7fS5zdDkwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcyXyk7ZmlsbDojRkZGRkZGO30uc3Q5MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3NF8pO30uc3Q5MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODBfKTt9LnN0OTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODJfKTtmaWxsOiNGRkI1Nzg7fS5zdDkxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg0Xyk7fS5zdDkxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg2Xyk7ZmlsbDojRUQ5RjY0O30uc3Q5MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4OF8pO30uc3Q5MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY5MF8pO2ZpbGw6I0ZGRDZCNTt9LnN0OTE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTJfKTt9LnN0OTE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTRfKTtmaWxsOiNFRDlGNjQ7fS5zdDkyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk2Xyk7fS5zdDkyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk4Xyk7ZmlsbDojRkZGRkZGO30uc3Q5MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMF8pO30uc3Q5MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDRfKTt9LnN0OTI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDZfKTtmaWxsOiNGRkZGRkY7fS5zdDkyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEwXyk7fS5zdDkyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEyXyk7ZmlsbDojQ0VDRUNFO30uc3Q5Mjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNF8pO30uc3Q5Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNl8pO2ZpbGw6I0I3QjdCNzt9LnN0OTMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MThfKTt9LnN0OTMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MjBfKTtmaWxsOiNFNEU0RTQ7fS5zdDkzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzIyXyk7fS5zdDkzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzI0Xyk7ZmlsbDojQjdCN0I3O30uc3Q5MzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyNl8pO30uc3Q5MzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzBfKTt9LnN0OTM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzJfKTtmaWxsOiNGRkZGRkY7fS5zdDkzOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM0Xyk7fS5zdDkzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5NDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0MF8pO30uc3Q5NDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0Ml8pO2ZpbGw6IzcxQzhGNDt9LnN0OTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDRfKTt9LnN0OTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDZfKTtmaWxsOiM2M0E3RDM7fS5zdDk0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzQ4Xyk7fS5zdDk0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzUwXyk7ZmlsbDojQzFFN0ZGO30uc3Q5NDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1Ml8pO30uc3Q5NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1NF8pO2ZpbGw6IzYzQTdEMzt9LnN0OTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NTZfKTt9LnN0OTQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NThfKTtmaWxsOiNGRkZGRkY7fS5zdDk1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYwXyk7fS5zdDk1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYyXyk7ZmlsbDojRkZGRkZGO30uc3Q5NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2NF8pO30uc3Q5NTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzBfKTt9LnN0OTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzJfKTtmaWxsOiM4REM5Nzc7fS5zdDk1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc0Xyk7fS5zdDk1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc2Xyk7ZmlsbDojN0NBODUxO30uc3Q5NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc3OF8pO30uc3Q5NTl7b3BhY2l0eTowLjQ1O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3ODBfKTtmaWxsOiNGRkZGRkY7fS5zdDk2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzgyXyk7fS5zdDk2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzg0Xyk7ZmlsbDojN0NBODUxO30uc3Q5NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Nl8pO30uc3Q5NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTBfKTt9LnN0OTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTJfKTtmaWxsOiNGRkZGRkY7fS5zdDk2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk0Xyk7fS5zdDk2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMF8pO30uc3Q5Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMl8pO2ZpbGw6I0RCQjY2Mzt9LnN0OTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDRfKTt9LnN0OTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDZfKTtmaWxsOiNDRUExNTE7fS5zdDk3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODA4Xyk7fS5zdDk3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODEwXyk7ZmlsbDojRUJEN0E5O30uc3Q5NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxMl8pO30uc3Q5NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxNF8pO2ZpbGw6I0NFQTE1MTt9LnN0OTc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MTZfKTt9LnN0OTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MThfKTtmaWxsOiNGRkZGRkY7fS5zdDk3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIwXyk7fS5zdDk3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIyXyk7ZmlsbDojRkZGRkZGO30uc3Q5ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNF8pO30uc3Q5ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MjhfKTt9LnN0OTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MzBfKTtmaWxsOiNGRkZGRkY7fS5zdDk4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM0Xyk7fS5zdDk4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM2Xyk7ZmlsbDojODNENkI5O30uc3Q5ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgzOF8pO30uc3Q5ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0MF8pO2ZpbGw6IzQ2QzY4Qzt9LnN0OTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDJfKTt9LnN0OTg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDRfKTtmaWxsOiNCQkU4RDg7fS5zdDk5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ2Xyk7fS5zdDk5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ4Xyk7ZmlsbDojNDZDNjhDO30uc3Q5OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1MF8pO30uc3Q5OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTRfKTt9LnN0OTk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTZfKTtmaWxsOiNGRkZGRkY7fS5zdDk5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODU4Xyk7fS5zdDk5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODYwXyk7ZmlsbDojRkZGRkZGO30uc3Q5OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2NF8pO30uc3Q5OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODY4Xyk7fS5zdDEwMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODcyXyk7fS5zdDEwMDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODc2Xyk7fS5zdDEwMDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3OF8pO2ZpbGw6IzEzMTMxMzt9LnN0MTAwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODgwXyk7fS5zdDEwMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzUwNTA1MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg0Xyk7fS5zdDEwMDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg4Xyk7fS5zdDEwMTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODkyXyk7fS5zdDEwMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODk4Xyk7fS5zdDEwMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwMF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTA0Xyk7fS5zdDEwMTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwNl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTEwXyk7fS5zdDEwMTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTE2Xyk7fS5zdDEwMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxOF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTIwXyk7fS5zdDEwMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI0Xyk7ZmlsbDpub25lO3N0cm9rZTojNTA1MDUwO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI2Xyk7fS5zdDEwMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyOF8pO2ZpbGw6IzM5MzkzOTt9LnN0MTAyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTMyXyk7fS5zdDEwMjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzNF8pO2ZpbGw6I0JDQkNCQzt9LnN0MTAyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTM2Xyk7fS5zdDEwMzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzOF8pO2ZpbGw6I0E4QThBODt9LnN0MTAzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQwXyk7fS5zdDEwMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Ml8pO2ZpbGw6I0RBREFEQTt9LnN0MTAzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ0Xyk7fS5zdDEwMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Nl8pO2ZpbGw6I0E4QThBODt9LnN0MTAzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ4Xyk7fS5zdDEwMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTUyXyk7fS5zdDEwMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTU2Xyk7fS5zdDEwNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTA0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTYwXyk7fS5zdDEwNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Ml8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY0Xyk7fS5zdDEwNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Nl8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY4Xyk7fS5zdDEwNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3MF8pO2ZpbGw6IzAwNzBGMDt9LnN0MTA0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc0Xyk7fS5zdDEwNDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3Nl8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc4Xyk7fS5zdDEwNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTgyXyk7fS5zdDEwNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTA1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTg2Xyk7fS5zdDEwNTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4OF8pO2ZpbGw6I0ZGRTc5Mjt9LnN0MTA1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTkwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMDU2e2ZpbGw6I0ZCRDEzRjt9LnN0MTA1N3tmaWxsOiNFMkI3MzA7fS5zdDEwNTh7ZmlsbDojRkZFNzkyO30uc3QxMDU5e2ZpbGw6IzVCQzFGRjt9LnN0MTA2MHtmaWxsOiNFMEREREQ7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MTA2MCIgZD0iTTI5LjUsNy4xaC0xM0wxMy4xLDRIMi41QzEuMSw0LDAsNS4xLDAsNi41djE5QzAsMjYuOSwxLjEsMjgsMi41LDI4aDI3YzEuNCwwLDIuNS0xLjEsMi41LTIuNVY5LjZDMzIsOC4zLDMwLjksNy4xLDI5LjUsNy4xeiIvPjwvZz48L3N2Zz4=");
}
.e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, .e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzREQkNDMTt9LnN0MXtmaWxsOiNGRjNFM0U7fS5zdDJ7ZmlsbDojMDA5MEQ4O30uc3Qze2ZpbGw6I0MzNzFCRDt9LnN0NHtmaWxsOiNGRjg2MkM7fS5zdDV7ZmlsbDojNzM3MUNDO30uc3Q2e2ZpbGw6IzRCNDg0Qzt9LnN0N3tmaWxsOiMyMjc5NEE7fS5zdDh7ZmlsbDojODJCQjIyO30uc3Q5e2ZpbGw6I0FBQUFBQTt9LnN0MTB7ZmlsbDojOTk5OTk5O30uc3QxMXtmaWxsOiM4MTgxODE7fS5zdDEye2ZpbGw6I0YzRjNGMzt9LnN0MTN7ZmlsbDojRkZGRkZGO30uc3QxNHtmaWxsOiNFQUVBRUE7fS5zdDE1e2ZpbGw6bm9uZTtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTZ7ZmlsbDojMDI3OUQ3O30uc3QxN3tvcGFjaXR5OjAuNTtmaWxsOiM5NDk0OTQ7fS5zdDE4e2ZpbGw6bm9uZTtzdHJva2U6IzAyNzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTl7ZmlsbDojQzhDOEM4O30uc3QyMHtmaWxsOiMwNDdBRDY7fS5zdDIxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjJ7ZmlsbDpub25lO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyM3tmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI0e2ZpbGw6bm9uZTtzdHJva2U6I0QxNTczNztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjV7ZmlsbDojRDE1NzM3O30uc3QyNntmaWxsOm5vbmU7c3Ryb2tlOiNGRUZFRkU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI3e2ZpbGw6I0Y1QkE5RTt9LnN0Mjh7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyOXtmaWxsOiNGRUZFRkU7fS5zdDMwe2ZpbGw6IzM4NjJBMTt9LnN0MzF7ZmlsbDpub25lO3N0cm9rZTojRDE1NzM3O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzMntmaWxsOiMyQzdBNEY7fS5zdDMze2ZpbGw6bm9uZTtzdHJva2U6I0ZFRkVGRTtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MzR7ZmlsbDojRkZGRkZGO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzNXtmaWxsOm5vbmU7c3Ryb2tlOiM2RUFGREY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDM2e2ZpbGw6bm9uZTtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0Mzd7ZmlsbDojNkFCMEU1O30uc3QzOHtmaWxsOiNDNUM1QzU7fS5zdDM5e2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDB7ZmlsbDpub25lO3N0cm9rZTojRjVCQjlFO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MXtmaWxsOiM4NkJFQjc7fS5zdDQye2ZpbGw6IzZFQUZERjt9LnN0NDN7ZmlsbDojNkJCMEU1O30uc3Q0NHtmaWxsOm5vbmU7c3Ryb2tlOiM2QUFGRTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1e2ZpbGw6IzZBQUZFNTt9LnN0NDZ7ZmlsbDojMDA3OEQ3O30uc3Q0N3tmaWxsOiNGRjkyOTI7fS5zdDQ4e2ZpbGw6I0U4N0U3RTt9LnN0NDl7ZmlsbDojRkZDM0MzO30uc3Q1MHtmaWxsOiM5MUQ0RkU7fS5zdDUxe2ZpbGw6IzYzQTdEMzt9LnN0NTJ7ZmlsbDojQzFFN0ZGO30uc3Q1M3tmaWxsOiM4M0Q2Qjk7fS5zdDU0e2ZpbGw6IzQ2QzY4Qzt9LnN0NTV7ZmlsbDojQkJFOEQ4O30uc3Q1NntmaWxsOiNGRUIxN0Q7fS5zdDU3e2ZpbGw6I0REOTY2Njt9LnN0NTh7ZmlsbDojRkVENEI3O30uc3Q1OXtmaWxsOiNGMkEyQTI7fS5zdDYwe2ZpbGw6I0YxQzVDNTt9LnN0NjF7ZmlsbDojREJCNjYzO30uc3Q2MntmaWxsOiNDRUExNTE7fS5zdDYze2ZpbGw6I0VCRDdBOTt9LnN0NjR7ZmlsbDojQ0VDRUNFO30uc3Q2NXtmaWxsOiNCN0I3Qjc7fS5zdDY2e2ZpbGw6I0U0RTRFNDt9LnN0Njd7ZmlsbDojNjVBQUQxO30uc3Q2OHtmaWxsOiNFNTdBN0E7fS5zdDY5e2ZpbGw6I0U2QTZFODt9LnN0NzB7ZmlsbDojRDY4QUQ2O30uc3Q3MXtmaWxsOiNGRkNDRkU7fS5zdDcye2ZpbGw6Izk4Q0U1Rjt9LnN0NzN7ZmlsbDojOENBRjJDO30uc3Q3NHtmaWxsOiNDNkUzQTc7fS5zdDc1e2ZpbGw6I0ZGQjU3ODt9LnN0NzZ7ZmlsbDojRUQ5RjY0O30uc3Q3N3tmaWxsOiNGRkQ2QjU7fS5zdDc4e2ZpbGw6I0Y0QTFFRjt9LnN0Nzl7ZmlsbDojREQ4N0REO30uc3Q4MHtmaWxsOiNGOUNCRjY7fS5zdDgxe2ZpbGw6I0E4QTJGNDt9LnN0ODJ7ZmlsbDojODg4NUU4O30uc3Q4M3tmaWxsOiNDRkNDRjg7fS5zdDg0e2ZpbGw6I0JDQkNCQzt9LnN0ODV7ZmlsbDojQThBOEE4O30uc3Q4NntmaWxsOiNEQURBREE7fS5zdDg3e2ZpbGw6Izc3Q0NEQjt9LnN0ODh7ZmlsbDojQjRFM0VCO30uc3Q4OXtmaWxsOiNGRkI3QTQ7fS5zdDkwe2ZpbGw6I0Y2OUE3Qjt9LnN0OTF7ZmlsbDojRkZEN0NEO30uc3Q5MntmaWxsOiM3MUM4RjQ7fS5zdDkze2ZpbGw6IzhEQzk3Nzt9LnN0OTR7ZmlsbDojN0NBODUxO30uc3Q5NXtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO30uc3Q5NntmaWxsOm5vbmU7c3Ryb2tlOiM2QkIwRTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDk3e2ZpbGw6IzAwOEZFNzt9LnN0OTh7ZmlsbDojQTdEREZGO30uc3Q5OXtmaWxsOiMyRUI5ODg7fS5zdDEwMHtmaWxsOiM5MkVDQ0E7fS5zdDEwMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEwMntmaWxsOiNGRDY2MDA7fS5zdDEwM3tmaWxsOiNGRkNEQUE7fS5zdDEwNHtmaWxsOiNGRkNDQ0I7fS5zdDEwNXtmaWxsOiNGMTAzMDA7fS5zdDEwNntmaWxsOiNFQ0VDRUM7fS5zdDEwN3tmaWxsOiNGMjlDMUY7fS5zdDEwOHtmaWxsOiNGRkVGQ0M7fS5zdDEwOXtmaWxsOiNEQ0RDRkY7fS5zdDExMHtmaWxsOiNENkQ2RDY7fS5zdDExMXtmaWxsOiNFOUZGQjg7fS5zdDExMntmaWxsOiNDNUVGRkY7fS5zdDExM3tmaWxsOiNDQUZGRTE7fS5zdDExNHtmaWxsOiNGRkNEQUI7fS5zdDExNXtmaWxsOiM4MjNBOUI7fS5zdDExNntmaWxsOiNFQ0JERkY7fS5zdDExN3tmaWxsOiNBRkVGRUQ7fS5zdDExOHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMTl7ZmlsbDojOEY4RjhGO30uc3QxMjB7b3BhY2l0eTowLjQ1O30uc3QxMjF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjJ7ZmlsbDojOTFENUZGO30uc3QxMjN7ZmlsbDojMjY5RkU5O30uc3QxMjR7ZmlsbDojOTQ5NDk0O30uc3QxMjV7ZmlsbDojRjVCQjlFO30uc3QxMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3QxMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOF8pO30uc3QxMzB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwXyk7ZmlsbDojRkZFMkUyO30uc3QxMzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTRfKTt9LnN0MTMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Xyk7ZmlsbDojMzAzMDMwO30uc3QxMzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMThfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMF8pO30uc3QxMzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjJfKTtmaWxsOiNGRkZGRkY7fS5zdDEzNntvcGFjaXR5OjAuNDI7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTt9LnN0MTM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2Xyk7fS5zdDEzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwXyk7ZmlsbDpub25lO3N0cm9rZTojNjE2MTYxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyXyk7fS5zdDE0MntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Xyk7fS5zdDE0NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyXyk7fS5zdDE0NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF80NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Xyk7fS5zdDE0OHtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDE0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MF8pO30uc3QxNTB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyXyk7ZmlsbDojRkZGRkZGO30uc3QxNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTRfKTt9LnN0MTUye29wYWNpdHk6MC4xODtjbGlwLXBhdGg6dXJsKCNTVkdJRF81Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4Xyk7fS5zdDE1NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyXyk7fS5zdDE1NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Xyk7fS5zdDE1OHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcwXyk7fS5zdDE2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83Ml8pO30uc3QxNjF7b3BhY2l0eTowLjE7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzRfKTtmaWxsOiNGRkZGRkY7fS5zdDE2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83Nl8pO30uc3QxNjN7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzhfKTtmaWxsOiNGRkZGRkY7fS5zdDE2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Ml8pO30uc3QxNjV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODZfKTt9LnN0MTY3e29wYWNpdHk6MC43O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTJfKTt9LnN0MTY5e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2Xyk7fS5zdDE3MXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF85OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMl8pO30uc3QxNzN7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNl8pO30uc3QxNzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyXyk7fS5zdDE3N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2Xyk7fS5zdDE3OXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMThfKTtmaWxsOiNGRkZGRkY7fS5zdDE4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjJfKTt9LnN0MTgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNF8pO2ZpbGw6I0UwRERERDt9LnN0MTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNl8pO30uc3QxODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4Xyk7ZmlsbDojRTBEREREO30uc3QxODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwXyk7fS5zdDE4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzJfKTtmaWxsOiNFMEREREQ7fS5zdDE4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzRfKTt9LnN0MTg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNl8pO2ZpbGw6I0UwRERERDt9LnN0MTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOF8pO30uc3QxODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwXyk7ZmlsbDojRTBEREREO30uc3QxOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyXyk7fS5zdDE5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDRfKTtmaWxsOiNFMEREREQ7fS5zdDE5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDZfKTt9LnN0MTkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OF8pO2ZpbGw6I0UwRERERDt9LnN0MTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MF8pO30uc3QxOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyXyk7ZmlsbDojRTBEREREO30uc3QxOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Xyk7fS5zdDE5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTZfKTtmaWxsOiMyMTIxMjE7fS5zdDE5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNThfKTt9LnN0MTk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzYxNjE2MTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Ml8pO30uc3QyMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY0Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4Xyk7fS5zdDIwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzBfKTtmaWxsOiNGRkZGRkY7fS5zdDIwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzJfKTt9LnN0MjA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3Nl8pO30uc3QyMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwXyk7fS5zdDIwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODJfKTtmaWxsOiNGRkZGRkY7fS5zdDIxMHtvcGFjaXR5OjAuMjQ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4Nl8pO30uc3QyMTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwXyk7fS5zdDIxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTJfKTtmaWxsOiMzMDMwMzA7fS5zdDIxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTRfKTt9LnN0MjE2e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTZfKTtmaWxsOiNEOEQ4RDg7fS5zdDIxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOThfKTt9LnN0MjE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMl8pO30uc3QyMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA0Xyk7ZmlsbDojMzAzMDMwO30uc3QyMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA4Xyk7fS5zdDIyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjEyXyk7fS5zdDIyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTRfKTt9LnN0MjI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxNl8pO2ZpbGw6I0UwRERERDt9LnN0MjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxOF8pO30uc3QyMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjIwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIyMl8pO30uc3QyMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjI0Xyk7fS5zdDIzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjZfKTtmaWxsOiNFMEREREQ7fS5zdDIzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjhfKTt9LnN0MjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzMF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDIzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMzJfKTt9LnN0MjM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzNF8pO30uc3QyMzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM2Xyk7ZmlsbDojRTBEREREO30uc3QyMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM4Xyk7fS5zdDIzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjQyXyk7fS5zdDIzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDRfKTt9LnN0MjQwe29wYWNpdHk6MC44MjI4O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0OF8pO30uc3QyNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjUwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI1Ml8pO30uc3QyNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjU0Xyk7fS5zdDI0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNTZfKTtmaWxsOiNFMEREREQ7fS5zdDI0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNThfKTt9LnN0MjQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNjJfKTt9LnN0MjQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2NF8pO30uc3QyNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY2Xyk7ZmlsbDojRTBEREREO30uc3QyNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY4Xyk7fS5zdDI1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyNTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjcyXyk7fS5zdDI1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzRfKTt9LnN0MjU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3Nl8pO2ZpbGw6I0UwRERERDt9LnN0MjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3OF8pO30uc3QyNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjgwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI4Ml8pO30uc3QyNTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjg0Xyk7fS5zdDI2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODZfKTtmaWxsOiNFMEREREQ7fS5zdDI2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODhfKTt9LnN0MjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOTJfKTt9LnN0MjY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5NF8pO30uc3QyNjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk2Xyk7ZmlsbDojRTBEREREO30uc3QyNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk4Xyk7fS5zdDI2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDBfKTtmaWxsOiNGRjg2MkM7fS5zdDI2OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDJfKTt9LnN0MjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNl8pO30uc3QyNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzA4Xyk7ZmlsbDojRkZGRkZGO30uc3QyNzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzEwXyk7fS5zdDI3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTJfKTtmaWxsOiNGRkZGRkY7fS5zdDI3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTRfKTt9LnN0Mjc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxNl8pO2ZpbGw6I0ZGQ0RBQjt9LnN0Mjc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxOF8pO30uc3QyNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIwXyk7ZmlsbDojRkY4NjJDO30uc3QyNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIyXyk7fS5zdDI3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjRfKTtmaWxsOiNGRkZGRkY7fS5zdDI4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjZfKTt9LnN0Mjgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMzMF8pO30uc3QyODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzMyXyk7ZmlsbDojRkZGRkZGO30uc3QyODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzM0Xyk7fS5zdDI4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzZfKTtmaWxsOiNGRkNEQUI7fS5zdDI4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzhfKTt9LnN0Mjg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0MF8pO2ZpbGw6I0ZGODYyQzt9LnN0Mjg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0Ml8pO30uc3QyODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QyOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ2Xyk7fS5zdDI5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDI5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNTBfKTt9LnN0Mjkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1NF8pO30uc3QyOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU2Xyk7ZmlsbDojRkZDREFCO30uc3QyOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU4Xyk7fS5zdDI5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjBfKTtmaWxsOiM0QjQ4NEM7fS5zdDI5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjJfKTt9LnN0Mjk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Nl8pO30uc3QzMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzY4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzcwXyk7fS5zdDMwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzJfKTtmaWxsOiNGRkZGRkY7fS5zdDMwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzRfKTt9LnN0MzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3Nl8pO2ZpbGw6I0Q2RDZENjt9LnN0MzA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3OF8pO30uc3QzMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgwXyk7ZmlsbDojMkVCOTg4O30uc3QzMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgyXyk7fS5zdDMwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODRfKTtmaWxsOiM5MkVDQ0E7fS5zdDMxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODZfKTt9LnN0MzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM4OF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDMxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOTBfKTt9LnN0MzEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM5Ml8pO30uc3QzMTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk0Xyk7ZmlsbDojRkZGRkZGO30uc3QzMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk2Xyk7fS5zdDMxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOThfKTtmaWxsOiNGRkZGRkY7fS5zdDMxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MDBfKTt9LnN0MzE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwNF8pO30uc3QzMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA2Xyk7ZmlsbDojRkY4NjJDO30uc3QzMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA4Xyk7fS5zdDMyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDMyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTJfKTt9LnN0MzI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNl8pO30uc3QzMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDE4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDIwXyk7fS5zdDMyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjJfKTtmaWxsOiNBQUFBQUE7fS5zdDMyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjRfKTt9LnN0MzMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyNl8pO2ZpbGw6I0VDRUNFQzt9LnN0MzMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyOF8pO30uc3QzMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDMwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MzMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQzMl8pO30uc3QzMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDM0Xyk7fS5zdDMzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzZfKTtmaWxsOiNGRkZGRkY7fS5zdDMzNntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzhfKTt9LnN0MzM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0Ml8pO30uc3QzMzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ2Xyk7fS5zdDM0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NDhfKTtmaWxsOiMwMDkwRDg7fS5zdDM0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80NTBfKTt9LnN0MzQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1NF8pO30uc3QzNDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU4Xyk7fS5zdDM0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjBfKTtmaWxsOiNGRkZGRkY7fS5zdDM0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjJfKTt9LnN0MzQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2NF8pO2ZpbGw6I0M1RUZGRjt9LnN0MzUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Nl8pO30uc3QzNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDY4Xyk7ZmlsbDojMjI3OTRBO30uc3QzNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDcwXyk7fS5zdDM1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzJfKTtmaWxsOiNGRkZGRkY7fS5zdDM1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzRfKTt9LnN0MzU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3OF8pO30uc3QzNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgwXyk7ZmlsbDojRkZGRkZGO30uc3QzNTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgyXyk7fS5zdDM1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODRfKTtmaWxsOiNDQUZGRTE7fS5zdDM2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODZfKTt9LnN0MzYxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ4OF8pO2ZpbGw6I0YyOUMxRjt9LnN0MzYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ5MF8pO30uc3QzNjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDkyXyk7ZmlsbDojRkZFRkNDO30uc3QzNjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk0Xyk7fS5zdDM2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80OTZfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QzNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk4Xyk7fS5zdDM2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MDBfKTt9LnN0MzY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwNF8pO30uc3QzNzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA4Xyk7fS5zdDM3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDM3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTJfKTt9LnN0Mzc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNl8pO30uc3QzNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTE4Xyk7ZmlsbDojRjEwMzAwO30uc3QzNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTIwXyk7fS5zdDM3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjJfKTtmaWxsOiNGRkNDQ0I7fS5zdDM3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjRfKTt9LnN0Mzgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyOF8pO30uc3QzODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMwXyk7ZmlsbDojRkZGRkZGO30uc3QzODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMyXyk7fS5zdDM4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzRfKTtmaWxsOiMwMDhGRTc7fS5zdDM4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzZfKTt9LnN0Mzg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUzOF8pO2ZpbGw6I0E3RERGRjt9LnN0Mzg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0MF8pO30uc3QzODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQyXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0Mzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0NF8pO30uc3QzOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQ2Xyk7fS5zdDM5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NDhfKTtmaWxsOiNGRkZGRkY7fS5zdDM5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81NTBfKTt9LnN0Mzkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1NF8pO30uc3QzOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU4Xyk7fS5zdDM5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjBfKTtmaWxsOiMzMDMwMzA7fS5zdDM5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjRfKTt9LnN0Mzk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2Nl8pO2ZpbGw6IzI4MjcyNzt9LnN0NDAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2OF8pO30uc3Q0MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcwXyk7ZmlsbDpub25lO3N0cm9rZTojNDE0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcyXyk7fS5zdDQwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzRfKTtmaWxsOiNEQURBREE7fS5zdDQwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzZfKTt9LnN0NDA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU3OF8pO2ZpbGw6I0RBREFEQTt9LnN0NDA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4MF8pO30uc3Q0MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTgyXyk7ZmlsbDojREFEQURBO30uc3Q0MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTg2Xyk7fS5zdDQwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81ODhfKTtmaWxsOiNEQURBREE7fS5zdDQxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81OTJfKTt9LnN0NDExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5OF8pO30uc3Q0MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjAwXyk7ZmlsbDojREFEQURBO30uc3Q0MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjA0Xyk7fS5zdDQxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MDZfKTtmaWxsOiNEQURBREE7fS5zdDQxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MTBfKTt9LnN0NDE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxMl8pO2ZpbGw6I0RBREFEQTt9LnN0NDE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxNl8pO30uc3Q0MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjE4Xyk7ZmlsbDojMjAxRjFGO30uc3Q0MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjIwXyk7fS5zdDQyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0MTQwNDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjRfKTt9LnN0NDIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyNl8pO2ZpbGw6IzUxNEY0Rjt9LnN0NDI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyOF8pO30uc3Q0MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMwXyk7ZmlsbDojREFEQURBO30uc3Q0MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMyXyk7fS5zdDQyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzRfKTtmaWxsOiNEQURBREE7fS5zdDQyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzZfKTt9LnN0NDI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYzOF8pO2ZpbGw6I0RBREFEQTt9LnN0NDMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY0MF8pO30uc3Q0MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQyXyk7ZmlsbDojRkZGRkZGO30uc3Q0MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQ0Xyk7fS5zdDQzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDZfKTtmaWxsOiNEQURBREE7fS5zdDQzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDhfKTt9LnN0NDM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1MF8pO2ZpbGw6I0RBREFEQTt9LnN0NDM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1Ml8pO30uc3Q0Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU0Xyk7ZmlsbDojREFEQURBO30uc3Q0Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU2Xyk7fS5zdDQzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NThfKTtmaWxsOiNEQURBREE7fS5zdDQ0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NjBfKTt9LnN0NDQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Ml8pO2ZpbGw6I0RBREFEQTt9LnN0NDQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Nl8pO30uc3Q0NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjY4Xyk7ZmlsbDojNDE0MDQwO30uc3Q0NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjcwXyk7fS5zdDQ0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzJfKTtmaWxsOiMyMDFGMUY7fS5zdDQ0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzRfKTt9LnN0NDQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzQxNDA0MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3OF8pO30uc3Q0NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgwXyk7ZmlsbDojMjAxRjFGO30uc3Q0NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgyXyk7fS5zdDQ1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM5QTlBOUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODhfKTt9LnN0NDUze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTBfKTtmaWxsOiNEOEQ4RDg7fS5zdDQ1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTJfKTt9LnN0NDU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5Nl8pO30uc3Q0NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjk4Xyk7ZmlsbDojREFEQURBO30uc3Q0NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzAwXyk7fS5zdDQ1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDJfKTtmaWxsOiNEQURBREE7fS5zdDQ2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDZfKTt9LnN0NDYxe29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDhfKTtmaWxsOiNGRjg0ODQ7fS5zdDQ2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MTRfKTt9LnN0NDYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcxOF8pO30uc3Q0NjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzIyXyk7fS5zdDQ2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MzBfKTt9LnN0NDY3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzczNF8pO30uc3Q0Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzM4Xyk7fS5zdDQ2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDZfKTt9LnN0NDcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc1MF8pO30uc3Q0NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzU0Xyk7fS5zdDQ3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83NTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NThfKTt9LnN0NDc1e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjBfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjRfKTt9LnN0NDc3e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjZfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NzBfKTt9LnN0NDc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NDgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3NF8pO30uc3Q0ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc4Xyk7fS5zdDQ4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODBfKTtmaWxsOiM5NDk0OTQ7fS5zdDQ4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODJfKTt9LnN0NDg1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4NF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NDg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4Nl8pO30uc3Q0ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzg4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzkwXyk7fS5zdDQ4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTJfKTtmaWxsOiNDNUM1QzU7fS5zdDQ5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTRfKTt9LnN0NDkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NDkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5OF8pO30uc3Q0OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODAwXyk7ZmlsbDojOTQ5NDk0O30uc3Q0OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA0Xyk7fS5zdDQ5NXtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA2Xyk7ZmlsbDojRURGRjhGO30uc3Q0OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEwXyk7fS5zdDQ5N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEyXyk7ZmlsbDojRkZCMUIxO30uc3Q0OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODE2Xyk7fS5zdDQ5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MThfKTtmaWxsOiNGRkZGRkY7fS5zdDUwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MjBfKTt9LnN0NTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyNF8pO30uc3Q1MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI4Xyk7fS5zdDUwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzBfKTtmaWxsOiM5NDk0OTQ7fS5zdDUwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzJfKTt9LnN0NTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNl8pO30uc3Q1MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODM4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODQwXyk7fS5zdDUxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDJfKTtmaWxsOiNDNUM1QzU7fS5zdDUxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDRfKTt9LnN0NTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Nl8pO2ZpbGw6IzZFQUZERjt9LnN0NTE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0OF8pO30uc3Q1MTV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1MF8pO2ZpbGw6I0ZGODQ4NDt9LnN0NTE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1NF8pO30uc3Q1MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU2Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU4Xyk7fS5zdDUxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjBfKTtmaWxsOiNGMUVERUQ7fS5zdDUyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjJfKTt9LnN0NTIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2NF8pO2ZpbGw6I0RBRDhEODt9LnN0NTIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2Nl8pO30uc3Q1MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODY4Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODcwXyk7fS5zdDUyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzJfKTtmaWxsOiNCREJDQkM7fS5zdDUyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzRfKTt9LnN0NTI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3OF8pO30uc3Q1Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgwXyk7ZmlsbDojRUFFQUVBO30uc3Q1MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgyXyk7fS5zdDUzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODRfKTtmaWxsOiNCREJDQkM7fS5zdDUzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODZfKTt9LnN0NTMze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODhfKTtmaWxsOiNERUVDRjk7fS5zdDUzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84OTJfKTt9LnN0NTM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5Nl8pO30uc3Q1Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODk4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTAwXyk7fS5zdDUzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDJfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDRfKTt9LnN0NTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwNl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwOF8pO30uc3Q1NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEwXyk7ZmlsbDojQzVDNUM1O30uc3Q1NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEyXyk7fS5zdDU0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTRfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTZfKTt9LnN0NTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkxOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkyMl8pO30uc3Q1NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q1NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI2Xyk7fS5zdDU1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MjhfKTtmaWxsOiM5NDk0OTQ7fS5zdDU1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MzBfKTt9LnN0NTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzNF8pO30uc3Q1NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM4Xyk7fS5zdDU1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDBfKTtmaWxsOiNDNUM1QzU7fS5zdDU1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDJfKTt9LnN0NTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0NF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTYwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0Nl8pO30uc3Q1NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTQ4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTUwXyk7fS5zdDU2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTJfKTtmaWxsOiNDNUM1QzU7fS5zdDU2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTRfKTt9LnN0NTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTY2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1OF8pO30uc3Q1Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYwXyk7ZmlsbDojQzVDNUM1O30uc3Q1Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYyXyk7fS5zdDU2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjRfKTtmaWxsOiNDNUM1QzU7fS5zdDU3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjZfKTt9LnN0NTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk3MF8pO30uc3Q1NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTcyXyk7ZmlsbDojQzVDNUM1O30uc3Q1NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTc0Xyk7fS5zdDU3NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzZfKTtmaWxsOiNDNUM1QzU7fS5zdDU3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzhfKTt9LnN0NTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTc4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4Ml8pO30uc3Q1Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg0Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg2Xyk7fS5zdDU4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85ODhfKTtmaWxsOiNDNUM1QzU7fS5zdDU4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85OTBfKTt9LnN0NTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5Ml8pO2ZpbGw6I0M1QzVDNTt9LnN0NTg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5NF8pO30uc3Q1ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk4Xyk7fS5zdDU4N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDAwXyk7ZmlsbDojQzVDNUM1O30uc3Q1ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwMl8pO30uc3Q1ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwNF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDZfKTt9LnN0NTkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDhfKTtmaWxsOiMyQzdBNEY7fS5zdDU5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEwXyk7fS5zdDU5M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEyXyk7ZmlsbDojRkVGRUZFO30uc3Q1OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNF8pO30uc3Q1OTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTk2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMThfKTt9LnN0NTk3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMjBfKTtmaWxsOiNGMUVERUQ7fS5zdDU5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDIyXyk7fS5zdDU5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDI0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyNl8pO30uc3Q2MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyOF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzBfKTt9LnN0NjAze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzJfKTtmaWxsOiNGMUVERUQ7fS5zdDYwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM0Xyk7fS5zdDYwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAzOF8pO30uc3Q2MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA0MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDJfKTt9LnN0NjA5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDRfKTtmaWxsOiNGMUVERUQ7fS5zdDYxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ2Xyk7fS5zdDYxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1MF8pO30uc3Q2MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0NjE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTRfKTt9LnN0NjE1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTZfKTtmaWxsOiNGMUVERUQ7fS5zdDYxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDU4Xyk7fS5zdDYxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDYwXyk7ZmlsbDojREFEOEQ4O30uc3Q2MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2Ml8pO30uc3Q2MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2NF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjIwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjZfKTt9LnN0NjIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjhfKTtmaWxsOiNGMUVERUQ7fS5zdDYyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcwXyk7fS5zdDYyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcyXyk7ZmlsbDojREFEOEQ4O30uc3Q2MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3NF8pO30uc3Q2MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNzhfKTt9LnN0NjI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwODBfKTtmaWxsOiNGMUVERUQ7fS5zdDYyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDgyXyk7fS5zdDYyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDg0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Nl8pO30uc3Q2MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTBfKTt9LnN0NjMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTJfKTtmaWxsOiNGMUVERUQ7fS5zdDYzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk0Xyk7fS5zdDYzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA5OF8pO30uc3Q2Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEwMF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDJfKTt9LnN0NjM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDRfKTtmaWxsOiNGMUVERUQ7fS5zdDY0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA2Xyk7fS5zdDY0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMF8pO30uc3Q2NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTRfKTt9LnN0NjQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTZfKTtmaWxsOiNGMUVERUQ7fS5zdDY0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTE4Xyk7fS5zdDY0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTIwXyk7ZmlsbDojREFEOEQ4O30uc3Q2NDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyMl8pO30uc3Q2NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyNF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjZfKTt9LnN0NjUxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjhfKTtmaWxsOiNGMUVERUQ7fS5zdDY1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMwXyk7fS5zdDY1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMyXyk7ZmlsbDojREFEOEQ4O30uc3Q2NTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNF8pO30uc3Q2NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMzhfKTt9LnN0NjU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNDBfKTtmaWxsOiNGMUVERUQ7fS5zdDY1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQyXyk7fS5zdDY1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQ0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Nl8pO30uc3Q2NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTBfKTt9LnN0NjYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTJfKTtmaWxsOiNGMUVERUQ7fS5zdDY2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU0Xyk7fS5zdDY2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE1OF8pO30uc3Q2Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjJfKTt9LnN0NjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjRfKTtmaWxsOiNGMUVERUQ7fS5zdDY3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY2Xyk7fS5zdDY3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3MF8pO30uc3Q2NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0Njc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzRfKTt9LnN0Njc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzZfKTtmaWxsOiNGMUVERUQ7fS5zdDY3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTc4Xyk7fS5zdDY3N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTgwXyk7ZmlsbDojREFEOEQ4O30uc3Q2Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4Ml8pO30uc3Q2Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4NF8pO2ZpbGw6I0JEQkNCQzt9LnN0Njgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODZfKTt9LnN0Njgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODhfKTtmaWxsOiNGMUVERUQ7fS5zdDY4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkwXyk7fS5zdDY4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkyXyk7ZmlsbDojREFEOEQ4O30uc3Q2ODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5NF8pO30uc3Q2ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Njg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExOThfKTt9LnN0Njg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMDBfKTtmaWxsOiM5NDk0OTQ7fS5zdDY4OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjAyXyk7fS5zdDY4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjA0Xyk7ZmlsbDojOTQ5NDk0O30uc3Q2OTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwNl8pO30uc3Q2OTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0Njkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTBfKTt9LnN0Njkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDY5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE0Xyk7fS5zdDY5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE2Xyk7ZmlsbDojQzVDNUM1O30uc3Q2OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIxOF8pO30uc3Q2OTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIyMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Njk4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjJfKTt9LnN0Njk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjRfKTtmaWxsOiM5NDk0OTQ7fS5zdDcwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI2Xyk7fS5zdDcwMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMF8pO30uc3Q3MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMl8pO2ZpbGw6Izk5OTk5OTt9LnN0NzA0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzRfKTt9LnN0NzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzZfKTtmaWxsOiNFQUVBRUE7fS5zdDcwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjM4Xyk7fS5zdDcwN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjQwXyk7ZmlsbDojNkJCMEU1O30uc3Q3MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0Ml8pO30uc3Q3MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0NF8pO2ZpbGw6Izk5OTk5OTt9LnN0NzEwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDZfKTt9LnN0NzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDhfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUwXyk7fS5zdDcxM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUyXyk7ZmlsbDojQzhDOEM4O30uc3Q3MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1NF8pO30uc3Q3MTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1Nl8pO2ZpbGw6I0M4QzhDODt9LnN0NzE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNThfKTt9LnN0NzE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjYyXyk7fS5zdDcxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjY0Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2Nl8pO30uc3Q3MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzBfKTt9LnN0NzIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzJfKTtmaWxsOiNDNUM1QzU7fS5zdDcyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc0Xyk7fS5zdDcyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc2Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI3OF8pO30uc3Q3Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODJfKTt9LnN0NzI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODRfKTtmaWxsOiNDNUM1QzU7fS5zdDczMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg2Xyk7fS5zdDczMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5MF8pO30uc3Q3MzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTRfKTt9LnN0NzM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTZfKTtmaWxsOiM5NDk0OTQ7fS5zdDczNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjk4Xyk7fS5zdDczN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzAwXyk7ZmlsbDojRkZGRkZGO30uc3Q3Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwMl8pO30uc3Q3Mzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NzQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDZfKTt9LnN0NzQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDhfKTtmaWxsOiNGRkZGRkY7fS5zdDc0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEwXyk7fS5zdDc0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEyXyk7ZmlsbDojQzhDOEM4O30uc3Q3NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNF8pO30uc3Q3NDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzQ2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMThfKTt9LnN0NzQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDc0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzIyXyk7fS5zdDc0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyNl8pO30uc3Q3NTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyOF8pO2ZpbGw6I0M4QzhDODt9LnN0NzUye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzBfKTt9LnN0NzUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzJfKTtmaWxsOiNGRkZGRkY7fS5zdDc1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM0Xyk7fS5zdDc1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM2Xyk7ZmlsbDojQzhDOEM4O30uc3Q3NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMzOF8pO30uc3Q3NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDJfKTt9LnN0NzU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDRfKTtmaWxsOiNDOEM4Qzg7fS5zdDc2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ2Xyk7fS5zdDc2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1MF8pO30uc3Q3NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1Ml8pO2ZpbGw6I0M4QzhDODt9LnN0NzY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTRfKTt9LnN0NzY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTZfKTtmaWxsOiNGRkZGRkY7fS5zdDc2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzU4Xyk7fS5zdDc2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzYwXyk7ZmlsbDojQzhDOEM4O30uc3Q3Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2Ml8pO30uc3Q3Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjZfKTt9LnN0Nzcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjhfKTtmaWxsOiNDOEM4Qzg7fS5zdDc3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcwXyk7fS5zdDc3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcyXyk7ZmlsbDojRkZGRkZGO30uc3Q3NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3NF8pO30uc3Q3NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3Nl8pO2ZpbGw6I0M4QzhDODt9LnN0Nzc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNzhfKTt9LnN0Nzc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzODBfKTtmaWxsOiNGRkZGRkY7fS5zdDc3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzgyXyk7fS5zdDc3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzg0Xyk7ZmlsbDojQzhDOEM4O30uc3Q3ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4Nl8pO30uc3Q3ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTBfKTt9LnN0Nzgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDc4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk0Xyk7fS5zdDc4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q3ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM5OF8pO30uc3Q3ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDJfKTt9LnN0Nzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDRfKTtmaWxsOiNDNUM1QzU7fS5zdDc5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA2Xyk7fS5zdDc5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMF8pO30uc3Q3OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMl8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTRfKTt9LnN0Nzk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTZfKTtmaWxsOiNDNUM1QzU7fS5zdDc5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDE4Xyk7fS5zdDc5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDIwXyk7ZmlsbDojMDI3OUQ3O30uc3Q3OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyMl8pO30uc3Q3OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyNF8pO2ZpbGw6IzZBQUZFNTt9LnN0ODAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjZfKTt9LnN0ODAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjhfKTtmaWxsOiM2QUFGRTU7fS5zdDgwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMwXyk7fS5zdDgwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMyXyk7ZmlsbDojQzVDNUM1O30uc3Q4MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNF8pO30uc3Q4MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNl8pO2ZpbGw6IzZBQUZFNTt9LnN0ODA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MzhfKTt9LnN0ODA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NDBfKTtmaWxsOiMwMDc4RDc7fS5zdDgwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQyXyk7fS5zdDgwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQ0Xyk7ZmlsbDojMzAzMDMwO30uc3Q4MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ0OF8pO30uc3Q4MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ1MF8pO2ZpbGw6IzFBMUExQTt9LnN0ODEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTJfKTt9LnN0ODEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM1MDUwNTA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU2Xyk7fS5zdDgxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2MF8pO30uc3Q4MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY2Xyk7fS5zdDgyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3MF8pO30uc3Q4MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NzRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc2Xyk7fS5zdDgyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4MF8pO30uc3Q4Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg2Xyk7fS5zdDgzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg4Xyk7ZmlsbDojMDA3MEYwO30uc3Q4MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5MF8pO30uc3Q4MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0ODMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTRfKTt9LnN0ODM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTZfKTtmaWxsOiM5MUQ1RkY7fS5zdDgzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDk4Xyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMF8pO30uc3Q4Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMl8pO2ZpbGw6IzM5MzkzOTt9LnN0ODM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDRfKTt9LnN0ODM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTA4Xyk7fS5zdDg0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTEwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUxMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTRfKTt9LnN0ODQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTE4Xyk7fS5zdDg0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTIwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjRfKTt9LnN0ODQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTI4Xyk7fS5zdDg1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTMwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUzMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzRfKTt9LnN0ODU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTM4Xyk7fS5zdDg1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDRfKTt9LnN0ODU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDZfKTtmaWxsOiM0ODQ4NDg7fS5zdDg2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQ4Xyk7fS5zdDg2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTUwXyk7ZmlsbDojMUExQTFBO30uc3Q4NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1Ml8pO30uc3Q4NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzQ4NDg0ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NTZfKTt9LnN0ODY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NThfKTtmaWxsOiMxQTFBMUE7fS5zdDg2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYwXyk7fS5zdDg2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYyXyk7ZmlsbDpub25lO3N0cm9rZTojNzY3Njc2O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2Nl8pO30uc3Q4Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2OF8pO2ZpbGw6IzkxRDVGRjt9LnN0ODcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTcyXyk7fS5zdDg3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTc0Xyk7ZmlsbDojOTFENUZGO30uc3Q4NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzhfKTt9LnN0ODc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODBfKTtmaWxsOiM5MUQ1RkY7fS5zdDg3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTgyXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Nzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4NF8pO30uc3Q4Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4Nl8pO2ZpbGw6IzkxRDVGRjt9LnN0ODc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODhfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkwXyk7fS5zdDg4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkyXyk7ZmlsbDojOTFENUZGO30uc3Q4ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU5NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OTZfKTt9LnN0ODg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OThfKTtmaWxsOiM5MUQ1RkY7fS5zdDg4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjAwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwNF8pO30uc3Q4ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwOF8pO30uc3Q4ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxMl8pO30uc3Q4ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxNF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjBfKTt9LnN0ODkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjRfKTt9LnN0ODkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjhfKTt9LnN0ODkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjM2Xyk7fS5zdDg5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQwXyk7fS5zdDg5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ0Xyk7fS5zdDg5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ2Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1MF8pO30uc3Q4OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1Ml8pO2ZpbGw6I0ZGQjU3ODt9LnN0OTAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTRfKTt9LnN0OTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTZfKTtmaWxsOiNFRDlGNjQ7fS5zdDkwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjU4Xyk7fS5zdDkwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjYwXyk7ZmlsbDojRkZENkI1O30uc3Q5MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2Ml8pO30uc3Q5MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2NF8pO2ZpbGw6I0VEOUY2NDt9LnN0OTA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjZfKTt9LnN0OTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjhfKTtmaWxsOiNGRkZGRkY7fS5zdDkwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcwXyk7fS5zdDkwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcyXyk7ZmlsbDojRkZGRkZGO30uc3Q5MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3NF8pO30uc3Q5MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODBfKTt9LnN0OTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODJfKTtmaWxsOiNGRkI1Nzg7fS5zdDkxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg0Xyk7fS5zdDkxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg2Xyk7ZmlsbDojRUQ5RjY0O30uc3Q5MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4OF8pO30uc3Q5MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY5MF8pO2ZpbGw6I0ZGRDZCNTt9LnN0OTE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTJfKTt9LnN0OTE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTRfKTtmaWxsOiNFRDlGNjQ7fS5zdDkyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk2Xyk7fS5zdDkyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk4Xyk7ZmlsbDojRkZGRkZGO30uc3Q5MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMF8pO30uc3Q5MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDRfKTt9LnN0OTI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDZfKTtmaWxsOiNGRkZGRkY7fS5zdDkyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEwXyk7fS5zdDkyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEyXyk7ZmlsbDojQ0VDRUNFO30uc3Q5Mjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNF8pO30uc3Q5Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNl8pO2ZpbGw6I0I3QjdCNzt9LnN0OTMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MThfKTt9LnN0OTMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MjBfKTtmaWxsOiNFNEU0RTQ7fS5zdDkzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzIyXyk7fS5zdDkzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzI0Xyk7ZmlsbDojQjdCN0I3O30uc3Q5MzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyNl8pO30uc3Q5MzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzBfKTt9LnN0OTM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzJfKTtmaWxsOiNGRkZGRkY7fS5zdDkzOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM0Xyk7fS5zdDkzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5NDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0MF8pO30uc3Q5NDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0Ml8pO2ZpbGw6IzcxQzhGNDt9LnN0OTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDRfKTt9LnN0OTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDZfKTtmaWxsOiM2M0E3RDM7fS5zdDk0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzQ4Xyk7fS5zdDk0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzUwXyk7ZmlsbDojQzFFN0ZGO30uc3Q5NDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1Ml8pO30uc3Q5NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1NF8pO2ZpbGw6IzYzQTdEMzt9LnN0OTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NTZfKTt9LnN0OTQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NThfKTtmaWxsOiNGRkZGRkY7fS5zdDk1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYwXyk7fS5zdDk1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYyXyk7ZmlsbDojRkZGRkZGO30uc3Q5NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2NF8pO30uc3Q5NTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzBfKTt9LnN0OTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzJfKTtmaWxsOiM4REM5Nzc7fS5zdDk1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc0Xyk7fS5zdDk1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc2Xyk7ZmlsbDojN0NBODUxO30uc3Q5NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc3OF8pO30uc3Q5NTl7b3BhY2l0eTowLjQ1O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3ODBfKTtmaWxsOiNGRkZGRkY7fS5zdDk2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzgyXyk7fS5zdDk2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzg0Xyk7ZmlsbDojN0NBODUxO30uc3Q5NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Nl8pO30uc3Q5NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTBfKTt9LnN0OTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTJfKTtmaWxsOiNGRkZGRkY7fS5zdDk2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk0Xyk7fS5zdDk2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMF8pO30uc3Q5Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMl8pO2ZpbGw6I0RCQjY2Mzt9LnN0OTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDRfKTt9LnN0OTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDZfKTtmaWxsOiNDRUExNTE7fS5zdDk3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODA4Xyk7fS5zdDk3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODEwXyk7ZmlsbDojRUJEN0E5O30uc3Q5NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxMl8pO30uc3Q5NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxNF8pO2ZpbGw6I0NFQTE1MTt9LnN0OTc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MTZfKTt9LnN0OTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MThfKTtmaWxsOiNGRkZGRkY7fS5zdDk3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIwXyk7fS5zdDk3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIyXyk7ZmlsbDojRkZGRkZGO30uc3Q5ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNF8pO30uc3Q5ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MjhfKTt9LnN0OTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MzBfKTtmaWxsOiNGRkZGRkY7fS5zdDk4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM0Xyk7fS5zdDk4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM2Xyk7ZmlsbDojODNENkI5O30uc3Q5ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgzOF8pO30uc3Q5ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0MF8pO2ZpbGw6IzQ2QzY4Qzt9LnN0OTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDJfKTt9LnN0OTg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDRfKTtmaWxsOiNCQkU4RDg7fS5zdDk5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ2Xyk7fS5zdDk5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ4Xyk7ZmlsbDojNDZDNjhDO30uc3Q5OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1MF8pO30uc3Q5OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTRfKTt9LnN0OTk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTZfKTtmaWxsOiNGRkZGRkY7fS5zdDk5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODU4Xyk7fS5zdDk5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODYwXyk7ZmlsbDojRkZGRkZGO30uc3Q5OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2NF8pO30uc3Q5OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODY4Xyk7fS5zdDEwMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODcyXyk7fS5zdDEwMDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODc2Xyk7fS5zdDEwMDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3OF8pO2ZpbGw6IzEzMTMxMzt9LnN0MTAwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODgwXyk7fS5zdDEwMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzUwNTA1MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg0Xyk7fS5zdDEwMDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg4Xyk7fS5zdDEwMTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODkyXyk7fS5zdDEwMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODk4Xyk7fS5zdDEwMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwMF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTA0Xyk7fS5zdDEwMTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwNl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTEwXyk7fS5zdDEwMTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTE2Xyk7fS5zdDEwMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxOF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTIwXyk7fS5zdDEwMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI0Xyk7ZmlsbDpub25lO3N0cm9rZTojNTA1MDUwO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI2Xyk7fS5zdDEwMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyOF8pO2ZpbGw6IzM5MzkzOTt9LnN0MTAyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTMyXyk7fS5zdDEwMjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzNF8pO2ZpbGw6I0JDQkNCQzt9LnN0MTAyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTM2Xyk7fS5zdDEwMzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzOF8pO2ZpbGw6I0E4QThBODt9LnN0MTAzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQwXyk7fS5zdDEwMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Ml8pO2ZpbGw6I0RBREFEQTt9LnN0MTAzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ0Xyk7fS5zdDEwMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Nl8pO2ZpbGw6I0E4QThBODt9LnN0MTAzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ4Xyk7fS5zdDEwMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTUyXyk7fS5zdDEwMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTU2Xyk7fS5zdDEwNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTA0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTYwXyk7fS5zdDEwNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Ml8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY0Xyk7fS5zdDEwNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Nl8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY4Xyk7fS5zdDEwNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3MF8pO2ZpbGw6IzAwNzBGMDt9LnN0MTA0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc0Xyk7fS5zdDEwNDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3Nl8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc4Xyk7fS5zdDEwNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTgyXyk7fS5zdDEwNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTA1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTg2Xyk7fS5zdDEwNTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4OF8pO2ZpbGw6I0ZGRTc5Mjt9LnN0MTA1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTkwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMDU2e2ZpbGw6I0ZCRDEzRjt9LnN0MTA1N3tmaWxsOiNFMkI3MzA7fS5zdDEwNTh7ZmlsbDojRkZFNzkyO30uc3QxMDU5e2ZpbGw6IzVCQzFGRjt9LnN0MTA2MHtmaWxsOiNFMEREREQ7fS5zdDEwNjF7ZmlsbDojNkQ2RDZEO30uc3QxMDYye2ZpbGw6IzJDOTZEMTt9LnN0MTA2M3tmaWxsOiMxMjlCRTA7fS5zdDEwNjR7ZmlsbDojQTNBM0EzO30uc3QxMDY1e2ZpbGw6I0Q2QTUxRDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QxMDYwIiBkPSJNMTgsMjYuOXYtNy45YzAtMS4xLDAuOS0yLjEsMi4xLTIuMUgyMXYtMi40YzAtMS40LDEuMi0yLjYsMi42LTIuNmgzLjhjMS40LDAsMi42LDEuMiwyLjYsMi42VjE3aDAuOWMwLjQsMCwwLjgsMC4xLDEuMSwwLjNWOS42YzAtMS40LTEuMS0yLjUtMi41LTIuNWgtMTNMMTMuMSw0SDIuNUMxLjEsNCwwLDUuMSwwLDYuNXYxOUMwLDI2LjksMS4xLDI4LDIuNSwyOGgxNS44QzE4LjEsMjcuNywxOCwyNy4zLDE4LDI2Ljl6Ii8+PHBhdGggY2xhc3M9InN0MTA2NCIgZD0iTTMwLjksMThIMjl2LTMuNGMwLTAuOS0wLjctMS42LTEuNi0xLjZoLTMuOGMtMC45LDAtMS42LDAuNy0xLjYsMS42VjE4aC0xLjljLTAuNiwwLTEuMSwwLjUtMS4xLDEuMXY3LjljMCwwLjYsMC41LDEuMSwxLjEsMS4xaDEwLjljMC42LDAsMS4xLTAuNSwxLjEtMS4xdi03LjlDMzIsMTguNSwzMS41LDE4LDMwLjksMTh6IE0yMy41LDE0aDMuOWMwLjMsMCwwLjUsMC4yLDAuNSwwLjVWMThoLTV2LTMuNUMyMywxNC4yLDIzLjIsMTQsMjMuNSwxNHoiLz48cmVjdCB4PSIyNCIgeT0iMTUiIGNsYXNzPSJzdDEwNjAiIHdpZHRoPSIzIiBoZWlnaHQ9IjIiLz48L3N2Zz4=");
}
.e-filemanager .e-address .e-address-list-item .e-icons::before {
  content: "\e608";
}

.e-filemanager .e-fe-open::before,
.e-fe-popup .e-fe-open::before {
  content: "\e609";
}
.e-filemanager .e-fe-cut::before,
.e-fe-popup .e-fe-cut::before {
  content: "\e604";
}
.e-filemanager .e-fe-copy::before,
.e-fe-popup .e-fe-copy::before {
  content: "\e60d";
}
.e-filemanager .e-fe-paste::before,
.e-fe-popup .e-fe-paste::before {
  content: "\e601";
}
.e-filemanager .e-fe-delete::before,
.e-fe-popup .e-fe-delete::before {
  content: "\e602";
}
.e-filemanager .e-fe-rename::before,
.e-fe-popup .e-fe-rename::before {
  content: "\e60c";
}
.e-filemanager .e-fe-newfolder::before,
.e-fe-popup .e-fe-newfolder::before {
  content: "\e60b";
}
.e-filemanager .e-fe-refresh::before,
.e-fe-popup .e-fe-refresh::before {
  content: "\e606";
}
.e-filemanager .e-fe-upload::before,
.e-fe-popup .e-fe-upload::before {
  content: "\e60f";
}
.e-filemanager .e-fe-download::before,
.e-fe-popup .e-fe-download::before {
  content: "\e603";
}
.e-filemanager .e-fe-grid::before,
.e-fe-popup .e-fe-grid::before {
  content: "\e605";
}
.e-filemanager .e-fe-large::before,
.e-fe-popup .e-fe-large::before {
  content: "\e600";
}
.e-filemanager .e-fe-select::before,
.e-fe-popup .e-fe-select::before {
  content: "\e611";
}
.e-filemanager .e-fe-details::before,
.e-fe-popup .e-fe-details::before {
  content: "\e607";
}
.e-filemanager .e-fe-sort::before,
.e-fe-popup .e-fe-sort::before {
  content: "\e612";
}
.e-filemanager .e-fe-search::before,
.e-fe-popup .e-fe-search::before {
  content: "\e60e";
}
.e-filemanager .e-fe-clear::before,
.e-fe-popup .e-fe-clear::before {
  content: "\e60a";
}
.e-filemanager .e-fe-breadcrumb::before,
.e-fe-popup .e-fe-breadcrumb::before {
  content: "\e615";
}
.e-filemanager .e-fe-drop-in::before,
.e-fe-popup .e-fe-drop-in::before {
  content: "\e22c";
}
.e-filemanager .e-fe-drop-out::before,
.e-fe-popup .e-fe-drop-out::before {
  content: "\e22d";
}
.e-filemanager .e-fe-no-drop::before,
.e-fe-popup .e-fe-no-drop::before {
  content: "\e22a";
}
.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before,
.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before {
  content: "\e613";
}
.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before,
.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before {
  content: "\e613";
}
.e-filemanager.e-fe-m-filter .e-fe-search::before,
.e-fe-popup.e-fe-m-filter .e-fe-search::before {
  content: "\e610";
}

.e-fe-popup .e-fe-dot::before {
  content: "\e614";
}
.e-fe-popup .e-fe-tick::before {
  content: "\e614";
}

/*! Form material theme wise override definitions and variables */
/*! data-form layout */
.e-data-form {
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-enable property-no-vendor-prefix */
}
.e-data-form .e-form-label {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 400;
}
.e-data-form .e-form-layout {
  display: grid;
}
.e-data-form .e-grid-col-2 {
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.e-data-form .e-grid-col-3 {
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.e-data-form .e-grid-col-4 {
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.e-data-form .e-grid-col-5 {
  -ms-grid-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.e-data-form .e-grid-col-6 {
  -ms-grid-columns: repeat(6, 1fr);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.e-data-form .e-grid-col-7 {
  -ms-grid-columns: repeat(7, 1fr);
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.e-data-form .e-grid-col-8 {
  -ms-grid-columns: repeat(8, 1fr);
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.e-data-form .e-grid-col-9 {
  -ms-grid-columns: repeat(9, 1fr);
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.e-data-form .e-grid-col-10 {
  -ms-grid-columns: repeat(10, 1fr);
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.e-data-form .e-grid-col-11 {
  -ms-grid-columns: repeat(11, 1fr);
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.e-data-form .e-grid-col-12 {
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.e-data-form .e-colspan-1 {
  grid-column: span 1/span 1;
}
.e-data-form .e-colspan-2 {
  grid-column: span 2/span 2;
}
.e-data-form .e-colspan-3 {
  grid-column: span 3/span 3;
}
.e-data-form .e-colspan-4 {
  grid-column: span 4/span 4;
}
.e-data-form .e-colspan-5 {
  grid-column: span 5/span 5;
}
.e-data-form .e-colspan-6 {
  grid-column: span 6/span 6;
}
.e-data-form .e-colspan-7 {
  grid-column: span 7/span 7;
}
.e-data-form .e-colspan-8 {
  grid-column: span 8/span 8;
}
.e-data-form .e-colspan-9 {
  grid-column: span 9/span 9;
}
.e-data-form .e-colspan-10 {
  grid-column: span 10/span 10;
}
.e-data-form .e-colspan-11 {
  grid-column: span 11/span 11;
}
.e-data-form .e-colspan-12 {
  grid-column: span 12/span 12;
}
.e-data-form .e-label-position-left .e-form-item-wrapper {
  flex: 1 1 auto;
  max-width: calc(75% - 12px);
}
.e-data-form .e-label-position-left .e-form-label {
  margin-right: 12px;
  width: 25%;
  text-align: end;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.e-data-form .e-label-position-left .validation-message {
  display: flex;
}
.e-data-form .e-form-group {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.e-data-form .e-form-group .e-group-title {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  /* Gap between text and border */
  margin-bottom: 4px;
  font-size: 16px;
}
.e-data-form .e-form-group .e-group-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dee2e6;
}
.e-data-form .e-label-position-top {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.e-data-form .e-label-position-top .e-label-right {
  display: flex;
  align-items: center;
}
.e-data-form .e-label-position-top .e-label-right .e-switch-wrapper + .e-form-label {
  margin-top: 3px;
  margin-left: 5px;
}
.e-data-form .e-label-position-top .e-label-right .e-checkbox-wrapper + .e-form-label {
  margin-top: 6px;
}
.e-data-form .e-label-position-left {
  display: flex;
  text-align: center;
  margin-top: 20px;
}
.e-data-form .e-button-left {
  justify-content: flex-start;
}
.e-data-form .e-button-right {
  justify-content: flex-end;
}
.e-data-form .e-button-center {
  justify-content: center;
}
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
  margin-top: 24px;
  display: flex;
  gap: 10px;
}
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
  border-radius: 20px;
  padding: 7px 16px;
}
.e-data-form .e-button-stretch .e-btn {
  width: 100%;
}
.e-data-form > :first-child.e-form-layout {
  margin-top: 0;
}

/*! data-form theme */
.e-data-form .e-form-label {
  color: rgba(255, 255, 255, 0.64);
}
.e-data-form .e-group-title {
  color: rgba(255, 255, 255, 0.64);
}
.e-data-form .validation-message {
  color: #d21800;
  font-size: 12px;
  font-style: italic;
}

.e-tooltip-wrap.e-popup.e-error-tooltip {
  background-color: #ffd7d2;
  border: #ffd7d2;
}
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
  color: #d21800;
}
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
  border-bottom-color: #ffd7d2;
  color: #ffd7d2;
}

@media print {
  .e-treecell-child {
    width: 10px;
    display: inline-block;
  }
}
.e-treegrid .e-icons.e-none::before {
  content: "";
}
.e-treegrid .e-grid.e-default.e-draggable:not(.e-rtl) tr td.e-rowdragdrop.e-childborder:first-child:not(.e-dropbottom, .e-droptop),
.e-treegrid .e-grid.e-default.e-draggable:not(.e-rtl) tr td.e-rowcell.e-childborder:first-child:not(.e-dropbottom, .e-droptop) {
  border-left: 1px solid #00b0ff;
}
.e-treegrid .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row.e-summaryrow .e-rowcell:empty {
  height: auto;
}
.e-treegrid .e-gridheader .e-headercell .e-css.e-hierarchycheckbox {
  height: 20px;
  vertical-align: middle;
}
.e-treegrid .e-treegridexpand::before,
.e-treegrid .e-treegridcollapse::before {
  text-align: center;
  vertical-align: middle;
}
.e-treegrid .e-treecolumn-container .e-treecell-icon {
  width: 4px;
  display: inline-block;
}
.e-treegrid .e-treecolumn-container .e-treecell-child {
  width: 10px;
  display: inline-block;
}
.e-treegrid .e-expand-iconstyle {
  width: 16px;
}
.e-treegrid .e-print-layout {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.e-treegrid tr.e-childrow-hidden {
  display: none;
}
.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
  display: contents;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-treegrid .e-templatecell .e-treecolumn-container span {
  vertical-align: middle;
}
.e-treegrid .e-treegridexpand:hover::before,
.e-treegrid .e-treegridcollapse:hover::before {
  color: #fff;
}
.e-treegrid .e-rtl .e-treegridcollapse {
  transform: scale(-1);
}
.e-treegrid .e-treegridexpand {
  transform: rotate(90deg);
}
.e-treegrid .e-treerowexpanded:not(.e-hiddenrow) {
  display: table-row;
}
.e-treegrid .e-treerowcollapsed {
  display: none;
}
.e-treegrid .e-treecheckbox-container {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-treegrid .e-treecheckbox-container :not(.e-treecheckbox) {
  white-space: nowrap;
}
.e-treegrid .e-treecheckbox {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.e-treegrid .e-treecolumn-container span {
  display: inline-block;
  vertical-align: text-bottom;
}
.e-treegrid .e-templatecell .e-treecolumn-container span {
  vertical-align: middle;
}
.e-treegrid .e-cloneproperties .e-treecolumn-container span {
  vertical-align: text-top;
}
.e-treegrid .e-cloneproperties .e-rowcell:not(.e-gridclip) .errorValue .e-treecolumn-container {
  display: table-row;
}
.e-treegrid .e-hierarchycheckbox .e-frame {
  height: 18px;
  width: 18px;
}
.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,
.e-treegrid .e-checkselection .e-movableheader .e-rowcell,
.e-treegrid .e-checkselection .e-frozencontent .e-rowcell,
.e-treegrid .e-checkselection .e-movablecontent .e-rowcell {
  line-height: 21px;
}
.e-treegrid .e-treegridexpand,
.e-treegrid .e-treegridcollapse {
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  height: 16px;
  padding: 0;
  text-align: center;
  vertical-align: text-bottom;
  width: 16px;
}
.e-treegrid .e-treecell {
  display: table-cell;
  line-height: normal;
}
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container, .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container {
  white-space: nowrap;
}
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container .e-treecell {
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
}
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
}
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
}
.e-treegrid .e-grid.e-wrap .e-treecolumn-container span {
  vertical-align: middle;
}
.e-treegrid.e-grid.e-print-grid-layout .e-icons {
  display: inline-block;
}
.e-treegrid .e-treecheckselect,
.e-treegrid .e-treeselectall {
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.e-treegrid .e-detailheadercell,
.e-treegrid .e-detailcell-visible,
.e-treegrid .e-headercontent .e-table .e-detail-intent,
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
.e-treegrid .e-table .e-detailrowexpand,
.e-treegrid .e-table .e-detailrowcollapse,
.e-treegrid tr.e-detailrow.e-childrow-hidden {
  display: none;
}
.e-treegrid .e-table-cell::before {
  content: none;
  display: none;
}
.e-treegrid .e-table-cell {
  display: table-cell;
}
.e-treegrid .e-icons.e-errorelem {
  padding-left: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}
.e-treegrid .e-errorelem::before {
  color: #e3165b;
  content: "\e22a";
  transform: rotate(180deg);
}
.e-treegrid .e-gridcontent td.e-childborder {
  border-color: #00b0ff;
  border-width: 1px 0 0;
  box-shadow: 0 1px 0 0 #00b0ff;
  position: relative;
  z-index: 1;
}
.e-treegrid .e-gridcontent td.e-childborder.e-leftfreeze {
  position: sticky;
}
.e-treegrid .e-gridcontent td.e-rowcell.e-childborder.e-dragborder,
.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom.e-dragborder td.e-rowdragdrop.e-dropbottom.e-dragborder {
  box-shadow: 0 1px 0 0 #00b0ff;
}
.e-treegrid .e-gridcontent td.e-rowcell.e-dragborder,
.e-treegrid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
.e-treegrid .e-gridcontent .e-rowdragdrop.e-dragborder {
  box-shadow: 0 0 0 0;
}
.e-treegrid .e-gridcontent td.e-childborder:first-child {
  border-left: 1px solid #00b0ff;
  box-shadow: 0 1px 0 0 #00b0ff;
  position: relative;
  z-index: 1;
}
.e-treegrid .e-gridcontent td.e-rowcell.e-childborder:last-child,
.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:last-child {
  border-right: 1px solid #00b0ff;
}
.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder {
  border-width: 1px 0;
}
.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:first-child {
  border-left: 1px solid #00b0ff;
}
.e-treegrid .e-gridcontent td.e-dropbottom:first-child,
.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom,
.e-treegrid .e-gridcontent td.e-dropbottom {
  box-shadow: 0 1px 0 0 #00b0ff;
  position: relative;
  z-index: 1;
}
.e-treegrid .e-gridcontent td.e-dropbottom:first-child.e-leftfreeze,
.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom.e-leftfreeze,
.e-treegrid .e-gridcontent td.e-dropbottom.e-leftfreeze {
  position: sticky;
}
.e-treegrid .e-gridcontent td.e-droptop:first-child,
.e-treegrid .e-gridcontent td.e-rowcell.e-droptop {
  border-top-color: #00b0ff;
  border-width: 1px 0 0;
}
.e-treegrid .e-gridcontent td.e-lastrowcell.e-dropbottom {
  border-bottom-color: #00b0ff;
}
.e-treegrid .e-gridcontent td.e-rowdragdrop.e-droptop.e-dragborder {
  box-shadow: 0 0 0 0;
}
.e-treegrid .e-gridcontent .e-gridheader .e-firstrow-dragborder {
  height: 1px;
}
.e-treegrid .e-gridcontent .e-lastrow-dragborder {
  height: 0;
}
.e-treegrid .e-gridheader .e-firstrow-dragborder,
.e-treegrid .e-droptop .e-lastrow-dragborder,
.e-treegrid .e-gridheader .e-firstrow-dragborder tr:first-child.e-dropbottom {
  height: 0;
}
.e-treegrid .e-treegrid-relative {
  position: relative;
}
.e-treegrid .e-gridheader .e-firstrow-border,
.e-treegrid .e-gridcontent .e-lastrow-border {
  background-color: #00b0ff;
  bottom: 0;
  display: none;
  height: 1px;
  position: absolute;
  z-index: 1;
}
.e-treegrid .e-grid .e-gridcontent tr.e-row:first-child td.e-rowcell.e-childborder,
.e-treegrid .e-grid .e-gridcontent tr.e-row:first-child td.e-rowdragdrop.e-childborder {
  border-bottom: 1px solid #00b0ff;
  border-top: 1px solid #00b0ff;
  box-shadow: 0 0 0 0 #00b0ff;
}
.e-treegrid .e-grid .e-gridcontent tr.e-row:first-child td.e-rowcell.e-droptop,
.e-treegrid .e-grid .e-gridcontent tr.e-row:first-child td.e-rowdragdrop.e-droptop {
  border-top: 1px solid #00b0ff;
}
.e-treegrid .e-grid .e-gridcontent td.e-rowcell.e-childborder {
  border-bottom: 1px solid #00b0ff;
  border-top: 1px solid #00b0ff;
  box-shadow: 0 0 0 0 #00b0ff;
}
.e-treegrid .e-grid .e-gridcontent td.e-rowdragdrop.e-childborder {
  border-bottom: 1px solid #00b0ff;
  border-top: 1px solid #00b0ff;
  box-shadow: 0 0 0 0 #00b0ff;
}
.e-treegrid .e-grid .e-gridcontent td.e-rowcell.e-dropbottom {
  border-bottom: 1px solid #00b0ff;
  box-shadow: 0 0 0 0 #00b0ff;
}
.e-treegrid .e-grid .e-gridcontent td.e-rowcell.e-droptop {
  border-top: 1px solid #00b0ff;
  box-shadow: 0 0 0 0 #00b0ff;
}
.e-treegrid .e-grid .e-gridcontent td.e-rowdragdrop.e-dropbottom {
  border-bottom: 1px solid #00b0ff;
  box-shadow: 0 0 0 0 #00b0ff;
}
.e-treegrid .e-grid .e-gridcontent td.e-rowdragdrop.e-droptop {
  border-top: 1px solid #00b0ff;
  box-shadow: 0 0 0 0 #00b0ff;
}
.e-treegrid .e-grid.e-rtl .e-gridheader .e-firstrow-dragborder,
.e-treegrid .e-grid.e-rtl .e-droptop .e-lastrow-dragborder {
  height: 0;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-childborder {
  border-color: #00b0ff;
  border-width: 1px 0 0;
  position: relative;
  z-index: 1;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-childborder.e-leftfreeze {
  position: sticky;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-rowcell.e-dragborder,
.e-treegrid .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder {
  box-shadow: 0 0 0 0;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-childborder:first-child {
  border-right: 1px solid #00b0ff;
  box-shadow: 0 1px 0 0 #00b0ff;
  position: relative;
  z-index: 1;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-rowcell.e-childborder:last-child,
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-lastrowcell.e-childborder:first-child {
  border-left: 1px solid #00b0ff;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-lastrowcell.e-childborder {
  border-width: 1px 0;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-lastrowcell.e-childborder:last-child {
  border-right: 1px solid #00b0ff;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-droptop:first-child,
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-rowcell.e-droptop {
  border-top-color: #00b0ff;
  border-width: 1px 0 0;
}
.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-lastrowcell.e-dropbottom {
  border-bottom-color: #00b0ff;
}

.e-treelistgrid.e-print-grid-layout .e-icons.e-none::before {
  content: "";
}
.e-treelistgrid.e-print-grid-layout .e-treecolumn-container .e-icons:not(.e-frame) {
  display: inline-block;
}
.e-treelistgrid.e-print-grid-layout .e-treegridexpand {
  transform: rotate(90deg);
}

/* stylelint-disable-line no-empty-source */
.e-treegrid .e-indent::before,
.e-grid-menu .e-indent::before {
  content: "\e33f";
}
.e-treegrid .e-outdent::before,
.e-grid-menu .e-outdent::before {
  content: "\e35d";
}

.e-treegrid .e-toolbar-item .e-expand::before {
  content: "\e556";
}
.e-treegrid .e-toolbar-item .e-collapse::before {
  content: "\e554";
}
.e-treegrid .e-toolbar-item .e-indent::before {
  content: "\e33f";
}
.e-treegrid .e-toolbar-item .e-outdent::before {
  content: "\e35d";
}

.e-treegrid .e-treegridexpand::before,
.e-treegrid .e-treegridcollapse::before,
.e-grid .e-treegridexpand::before,
.e-grid .e-treegridcollapse::before {
  content: "\e848";
}

.e-treelistgrid.e-print-grid-layout .e-treegridexpand::before,
.e-treelistgrid.e-print-grid-layout .e-treegridcollapse::before {
  content: "\e848";
}

/* stylelint-disable */
*.e-btn-group,
*.e-css.e-btn-group {
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 2px;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
}
*.e-btn-group input + label.e-btn,
*.e-css.e-btn-group input + label.e-btn {
  margin-bottom: 0;
}
*.e-btn-group input,
*.e-css.e-btn-group input {
  -moz-appearance: none;
  height: 1px;
  margin: 0 0 0 -1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
*.e-btn-group input:disabled + label.e-btn,
*.e-btn-group :disabled,
*.e-css.e-btn-group input:disabled + label.e-btn,
*.e-css.e-btn-group :disabled {
  cursor: default;
  pointer-events: none;
}
*.e-btn-group .e-btn-icon,
*.e-css.e-btn-group .e-btn-icon {
  font-size: 14px;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
  margin-left: 0;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group.e-rtl .e-btn,
*.e-css.e-btn-group.e-rtl .e-btn {
  margin-left: 0;
}
*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}
*.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group.e-rtl .e-btn:last-of-type,
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group.e-vertical,
*.e-css.e-btn-group.e-vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
}
*.e-btn-group.e-vertical input,
*.e-css.e-btn-group.e-vertical input {
  margin: -1px 0 0;
}
*.e-btn-group.e-vertical .e-btn:not(.e-outline),
*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
  margin-top: -1px;
}
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}
*.e-btn-group.e-vertical .e-btn:first-of-type,
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
*.e-btn-group.e-vertical .e-btn:last-of-type,
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
  border-radius: 20px;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
  border-radius: 20px;
}
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* stylelint-disable */
.e-btn-group:not(.e-outline),
.e-css.e-btn-group:not(.e-outline) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.e-btn-group .e-btn:hover,
.e-css.e-btn-group .e-btn:hover {
  box-shadow: none;
}
.e-btn-group .e-btn:focus,
.e-btn-group input:focus-visible + label.e-btn,
.e-btn-group input:focus + label.e-btn,
.e-css.e-btn-group .e-btn:focus,
.e-css.e-btn-group input:focus-visible + label.e-btn,
.e-css.e-btn-group input:focus + label.e-btn {
  background: #878787;
  border-color: transparent;
  color: #fff;
  outline: #616161 0 solid;
  outline-offset: 0;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  box-shadow: none;
  outline-color: inherit;
}
.e-btn-group .e-btn:focus.e-primary,
.e-btn-group input:focus-visible + label.e-btn.e-primary,
.e-btn-group input:focus + label.e-btn.e-primary,
.e-css.e-btn-group .e-btn:focus.e-primary,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
  background: #0086c2;
  border-color: transparent;
  color: #000;
  outline: #616161 0 solid;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  box-shadow: none;
  outline-color: inherit;
}
.e-btn-group .e-btn:focus.e-success,
.e-btn-group input:focus-visible + label.e-btn.e-success,
.e-btn-group input:focus + label.e-btn.e-success,
.e-css.e-btn-group .e-btn:focus.e-success,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
.e-css.e-btn-group input:focus + label.e-btn.e-success {
  background: #77c27a;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  box-shadow: none;
  outline-color: inherit;
}
.e-btn-group .e-btn:focus.e-info,
.e-btn-group input:focus-visible + label.e-btn.e-info,
.e-btn-group input:focus + label.e-btn.e-info,
.e-css.e-btn-group .e-btn:focus.e-info,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
.e-css.e-btn-group input:focus + label.e-btn.e-info {
  background: #3fbef7;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  box-shadow: none;
  outline-color: inherit;
}
.e-btn-group .e-btn:focus.e-warning,
.e-btn-group input:focus-visible + label.e-btn.e-warning,
.e-btn-group input:focus + label.e-btn.e-warning,
.e-css.e-btn-group .e-btn:focus.e-warning,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
  background: #ffb13d;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  box-shadow: none;
  outline-color: inherit;
}
.e-btn-group .e-btn:focus.e-danger,
.e-btn-group input:focus-visible + label.e-btn.e-danger,
.e-btn-group input:focus + label.e-btn.e-danger,
.e-css.e-btn-group .e-btn:focus.e-danger,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
  background: #ff8b7c;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
  box-shadow: none;
  outline-color: inherit;
}
.e-btn-group .e-btn:focus.e-link,
.e-btn-group input:focus-visible + label.e-btn.e-link,
.e-btn-group input:focus + label.e-btn.e-link,
.e-css.e-btn-group .e-btn:focus.e-link,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
.e-css.e-btn-group input:focus + label.e-btn.e-link {
  border-radius: 0;
  text-decoration: underline;
  color: #20b0e9;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.e-btn-group .e-btn:focus.e-outline,
.e-btn-group input:focus-visible + label.e-btn.e-outline,
.e-btn-group input:focus + label.e-btn.e-outline,
.e-css.e-btn-group .e-btn:focus.e-outline,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
  box-shadow: none;
}
.e-btn-group .e-btn:focus.e-outline.e-primary,
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
  box-shadow: none;
}
.e-btn-group .e-btn:focus.e-outline.e-success,
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
  box-shadow: none;
}
.e-btn-group .e-btn:focus.e-outline.e-info,
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
  box-shadow: none;
}
.e-btn-group .e-btn:focus.e-outline.e-warning,
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
  box-shadow: none;
}
.e-btn-group .e-btn:focus.e-outline.e-danger,
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
  box-shadow: none;
}
.e-btn-group .e-btn:active,
.e-btn-group input:active + label.e-btn,
.e-btn-group input:checked + label.e-btn,
.e-css.e-btn-group .e-btn:active,
.e-css.e-btn-group input:active + label.e-btn,
.e-css.e-btn-group input:checked + label.e-btn {
  background: #7d7d7d;
  border-color: transparent;
  color: #fff;
  outline: #616161 0 solid;
  outline-offset: 0;
}
.e-btn-group .e-btn:active.e-primary,
.e-btn-group input:active + label.e-btn.e-primary,
.e-btn-group input:checked + label.e-btn.e-primary,
.e-css.e-btn-group .e-btn:active.e-primary,
.e-css.e-btn-group input:active + label.e-btn.e-primary,
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
  background: #0078ad;
  border-color: transparent;
  color: #000;
  outline: #616161 0 solid;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn-group .e-btn:active.e-success,
.e-btn-group input:active + label.e-btn.e-success,
.e-btn-group input:checked + label.e-btn.e-success,
.e-css.e-btn-group .e-btn:active.e-success,
.e-css.e-btn-group input:active + label.e-btn.e-success,
.e-css.e-btn-group input:checked + label.e-btn.e-success {
  background: #85c988;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn-group .e-btn:active.e-info,
.e-btn-group input:active + label.e-btn.e-info,
.e-btn-group input:checked + label.e-btn.e-info,
.e-css.e-btn-group .e-btn:active.e-info,
.e-css.e-btn-group input:active + label.e-btn.e-info,
.e-css.e-btn-group input:checked + label.e-btn.e-info {
  background: #54c5f8;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn-group .e-btn:active.e-warning,
.e-btn-group input:active + label.e-btn.e-warning,
.e-btn-group input:checked + label.e-btn.e-warning,
.e-css.e-btn-group .e-btn:active.e-warning,
.e-css.e-btn-group input:active + label.e-btn.e-warning,
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
  background: #ffb952;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn-group .e-btn:active.e-danger,
.e-btn-group input:active + label.e-btn.e-danger,
.e-btn-group input:checked + label.e-btn.e-danger,
.e-css.e-btn-group .e-btn:active.e-danger,
.e-css.e-btn-group input:active + label.e-btn.e-danger,
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
  background: #ff9789;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn-group .e-btn:active.e-outline,
.e-btn-group input:active + label.e-btn.e-outline,
.e-btn-group input:checked + label.e-btn.e-outline,
.e-css.e-btn-group .e-btn:active.e-outline,
.e-css.e-btn-group input:active + label.e-btn.e-outline,
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
  background: rgba(255, 255, 255, 0.24);
  border-color: #616161;
  box-shadow: none;
  color: #fff;
}
.e-btn-group .e-btn:active.e-outline.e-primary,
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
  background: #0078ad;
  border-color: transparent;
  box-shadow: none;
  color: #000;
}
.e-btn-group .e-btn:active.e-outline.e-success,
.e-btn-group input:active + label.e-btn.e-outline.e-success,
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
  background: #85c988;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn-group .e-btn:active.e-outline.e-info,
.e-btn-group input:active + label.e-btn.e-outline.e-info,
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
  background: #54c5f8;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn-group .e-btn:active.e-outline.e-warning,
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
  background: #ffb952;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn-group .e-btn:active.e-outline.e-danger,
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
  background: #ff9789;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.e-btn-group .e-btn:disabled,
.e-btn-group input:disabled + label.e-btn,
.e-css.e-btn-group .e-btn:disabled,
.e-css.e-btn-group input:disabled + label.e-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.e-btn-group .e-btn:disabled.e-primary,
.e-btn-group input:disabled + label.e-btn.e-primary,
.e-css.e-btn-group .e-btn:disabled.e-primary,
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.e-btn-group .e-btn:disabled.e-success,
.e-btn-group input:disabled + label.e-btn.e-success,
.e-css.e-btn-group .e-btn:disabled.e-success,
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.e-btn-group .e-btn:disabled.e-info,
.e-btn-group input:disabled + label.e-btn.e-info,
.e-css.e-btn-group .e-btn:disabled.e-info,
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.e-btn-group .e-btn:disabled.e-warning,
.e-btn-group input:disabled + label.e-btn.e-warning,
.e-css.e-btn-group .e-btn:disabled.e-warning,
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.e-btn-group .e-btn:disabled.e-danger,
.e-btn-group input:disabled + label.e-btn.e-danger,
.e-css.e-btn-group .e-btn:disabled.e-danger,
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.e-btn-group .e-btn:disabled.e-link,
.e-btn-group input:disabled + label.e-btn.e-link,
.e-css.e-btn-group .e-btn:disabled.e-link,
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  border-color: transparent;
}
.e-btn-group .e-btn:disabled.e-outline,
.e-btn-group input:disabled + label.e-btn.e-outline,
.e-css.e-btn-group .e-btn:disabled.e-outline,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: #616161;
}
.e-btn-group .e-btn:disabled.e-outline.e-primary,
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: #00b0ff;
}
.e-btn-group .e-btn:disabled.e-outline.e-success,
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: #4caf50;
}
.e-btn-group .e-btn:disabled.e-outline.e-info,
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: #03a9f4;
}
.e-btn-group .e-btn:disabled.e-outline.e-warning,
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: #ff9800;
}
.e-btn-group .e-btn:disabled.e-outline.e-danger,
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
  background: transparent;
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.3);
  border-color: #ff6652;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
  border-left: transparent;
  border-right: transparent;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
  border-right: transparent;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
  border-left: transparent;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
  border-bottom: transparent;
  border-top: transparent;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
  border-bottom: transparent;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
  border-top: transparent;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
  border-color: inherit;
  outline-color: inherit;
}
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
  border-left: transparent;
  border-right: transparent;
}
.e-btn-group.e-rtl .e-btn:first-of-type,
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
  border-left: transparent;
}
.e-btn-group.e-rtl .e-btn:last-of-type,
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
  border-right: transparent;
}

.e-progress-btn {
  position: relative;
}
.e-progress-btn .e-progress {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s linear;
}
.e-progress-btn .e-spinner {
  transition: all 0.3s linear;
}
.e-progress-btn .e-btn-content {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.e-progress-btn.e-vertical .e-progress {
  bottom: 0;
  height: 0%;
  top: auto;
  width: 100%;
}
.e-progress-btn.e-progress-top .e-progress {
  height: 10%;
}
.e-progress-btn.e-progress-bottom .e-progress {
  bottom: -1px;
  height: 10%;
  top: auto;
}
.e-progress-btn.e-progress-active {
  overflow: hidden;
  pointer-events: none;
}
.e-progress-btn.e-progress-active .e-progress {
  opacity: 1;
}
.e-progress-btn.e-progress-active .e-animate-end {
  opacity: 0;
}
.e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
  transition: padding 0.3s linear;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content,
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
  display: block;
  line-height: 1;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
  display: flex;
  justify-content: center;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
  padding-right: 12px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner {
  top: -1px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner {
  padding-left: 12px;
  padding-right: 0;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner {
  padding-left: 12px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner {
  top: -1px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner {
  padding-left: 0;
  padding-right: 12px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top {
  padding-bottom: 16px;
  padding-top: 16px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner {
  padding-bottom: 12px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom {
  padding-bottom: 16px;
  padding-top: 16px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
  padding-top: 12px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner {
  padding-right: 10px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner {
  padding-left: 10px;
  padding-right: 0;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner {
  padding-left: 10px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner {
  padding-left: 0;
  padding-right: 10px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top {
  padding-bottom: 14px;
  padding-top: 14px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner {
  padding-bottom: 10px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom {
  padding-bottom: 14px;
  padding-top: 14px;
}
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner {
  padding-top: 10px;
}
.e-progress-btn.e-round-corner {
  border-radius: 5em;
  outline: none;
  overflow: hidden;
}
.e-progress-btn.e-rtl .e-progress {
  left: auto;
  right: 0;
}
.e-progress-btn.e-rtl.e-vertical .e-progress {
  bottom: auto;
  top: 0;
}
.e-progress-btn .e-spinner-pane {
  height: auto;
  position: relative;
  width: auto;
}
.e-progress-btn .e-spinner-pane .e-spinner-inner {
  left: auto;
  position: relative;
  top: auto;
  transform: none;
}
.e-progress-btn .e-cont-animate {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes ProgressSlideLeft {
  from {
    left: 0%;
    opacity: 1;
  }
  to {
    left: -100%;
    opacity: 0;
  }
}
@keyframes ProgressSlideRight {
  from {
    left: 0%;
    opacity: 1;
  }
  to {
    left: 100%;
    opacity: 0;
  }
}
@keyframes ProgressSlideUp {
  from {
    height: auto;
    opacity: 1;
    top: 0;
  }
  to {
    height: auto;
    opacity: 0;
    top: -100px;
  }
}
@keyframes ProgressSlideDown {
  from {
    height: auto;
    opacity: 1;
    top: 0;
  }
  to {
    height: auto;
    opacity: 0;
    top: 100px;
  }
}
@keyframes ProgressZoomIn {
  from {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(0, 0) scale(3);
  }
}
@keyframes ProgressZoomOut {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(0, 0) scale(0);
  }
}

/*! Progress Button Theme */
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
  fill: rgba(0, 0, 0, 0.87);
  stroke: rgba(0, 0, 0, 0.87);
}
.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff;
}
.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #000;
  stroke: #000;
}
.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #000;
}
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #00b0ff;
  stroke: #00b0ff;
}
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #00b0ff;
}
.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff;
}
.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff;
}
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #4caf50;
  stroke: #4caf50;
}
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #4caf50;
}
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff;
}
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff;
}
.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #03a9f4;
  stroke: #03a9f4;
}
.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #03a9f4;
}
.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff;
}
.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff;
}
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #ff9800;
  stroke: #ff9800;
}
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #ff9800;
}
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #ff9800;
}
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff;
}
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff;
}
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #ff6652;
  stroke: #ff6652;
}
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #ff6652;
}
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg {
  fill: #00b0ff;
  stroke: #00b0ff;
}
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #00b0ff;
}
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg {
  fill: #4caf50;
  stroke: #4caf50;
}
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #4caf50;
}
.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg {
  fill: #03a9f4;
  stroke: #03a9f4;
}
.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #03a9f4;
}
.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg {
  fill: #ff9800;
  stroke: #ff9800;
}
.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #ff9800;
}
.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg {
  fill: #ff6652;
  stroke: #ff6652;
}
.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #ff6652;
}
.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg {
  fill: #37b8eb;
  stroke: #37b8eb;
}
.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #37b8eb;
}

.e-progress {
  background: rgba(0, 0, 0, 0.2);
}

*.e-primary .e-progress,
*.e-success .e-progress,
*.e-danger .e-progress {
  background: rgba(0, 0, 0, 0.2);
}

*.e-info .e-progress {
  background: rgba(0, 0, 0, 0.2);
}

.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff;
}

.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff;
}

.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff;
}

/*! tab layout */
.e-richtexteditor {
  display: block;
  position: relative;
}
.e-richtexteditor .e-rte-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  content: "light-theme";
  content: "dark-theme";
}
.e-richtexteditor .e-rte-container.e-count-enabled .e-content, .e-richtexteditor .e-rte-container.e-resize-enabled .e-content {
  padding-bottom: 0;
}
.e-richtexteditor .e-rte-container.e-source-code-enabled .e-rte-content {
  display: none;
}
.e-richtexteditor .e-rte-container.e-source-code-enabled .e-source-content {
  display: block;
  overflow: hidden;
}
.e-richtexteditor .e-rte-container.e-rte-tb-bottom .e-rte-content {
  margin-bottom: 0;
}
.e-richtexteditor .e-rte-content {
  flex-grow: 1;
}
.e-richtexteditor .e-rte-content .e-rte-placeholder.e-placeholder-enabled {
  display: block;
  font-size: 14px;
}
.e-richtexteditor .e-source-content {
  display: none;
}
.e-richtexteditor textarea.e-content {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 8px;
  resize: none;
  width: 100%;
}
.e-richtexteditor .e-rte-hidden {
  display: none;
}
.e-richtexteditor.e-disabled {
  pointer-events: none;
}
.e-richtexteditor.e-rte-full-screen {
  bottom: 0;
  height: 100% !important;
  /* stylelint-disable-line declaration-no-important */
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100% !important;
  /* stylelint-disable-line declaration-no-important */
  z-index: 999;
}
.e-richtexteditor.e-rte-full-screen .e-resize-handle {
  display: none;
}
.e-richtexteditor.e-rte-full-screen iframe {
  height: calc(100% - 42px);
}
.e-richtexteditor.e-rte-full-screen .e-rte-edit-table {
  max-height: 250px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog {
  max-height: 321px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-richtexteditor.e-rte-full-screen .e-rte-link-dialog {
  max-height: 365px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-richtexteditor.e-rte-full-screen .e-rte-img-dialog {
  max-height: 403px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog {
  max-height: 198px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog {
  max-height: 260px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog {
  max-height: 403px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-richtexteditor.e-rtl .e-rte-tb-bottom .e-rte-character-count {
  text-align: left;
}
.e-richtexteditor.e-rtl .e-rte-character-count {
  left: 0;
  padding-left: 30px;
  padding-right: unset;
  right: unset;
}
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
  padding-left: 0;
  padding-right: 12px;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-item:first-child {
  margin-left: 0;
}
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
  height: auto;
}
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu .e-rte-dropdown-btn-text {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar] {
  box-sizing: border-box;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible {
  display: block;
  visibility: hidden;
}
.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed {
  top: 0;
  transform: translate3d(0, 0, 0);
}
.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
  bottom: 0;
}
.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed {
  display: none;
  left: 0;
  position: fixed;
  right: 0;
}
.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show {
  display: block;
  z-index: 101;
}
.e-richtexteditor .e-rte-placeholder {
  color: #fff;
  line-height: 16px;
  opacity: 0.54;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  text-align: start;
  top: 0;
  z-index: 1;
  display: none;
}
.e-richtexteditor .e-rte-content,
.e-richtexteditor .e-rte-iframe-content {
  position: relative;
  z-index: 1;
}
.e-richtexteditor .e-rte-content,
.e-richtexteditor .e-source-content,
.e-richtexteditor .e-rte-iframe-content {
  overflow: hidden;
  transition: 100ms ease-out;
  width: 100%;
  font-size: 14px;
}
.e-richtexteditor .e-rte-content .e-content,
.e-richtexteditor .e-source-content .e-content,
.e-richtexteditor .e-rte-iframe-content .e-content {
  width: 100%;
  display: block;
  float: left;
  background: unset;
  box-sizing: border-box;
  height: 100%;
  min-height: 100px;
  outline: 0 solid transparent;
  padding: 16px;
  position: relative;
  text-align: inherit;
  z-index: 2;
  font-weight: normal;
  /* normal = 400 */
  line-height: 1.5;
  font-size: 1em;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  transition: 100ms ease-out;
}
.e-richtexteditor .e-rte-content .e-content p,
.e-richtexteditor .e-source-content .e-content p,
.e-richtexteditor .e-rte-iframe-content .e-content p {
  margin: 0 0 10px;
  margin-bottom: 10px;
}
.e-richtexteditor .e-rte-content .e-content code,
.e-richtexteditor .e-source-content .e-content code,
.e-richtexteditor .e-rte-iframe-content .e-content code {
  background: rgba(157, 157, 157, 0.15);
  color: rgb(237, 72, 76);
}
.e-richtexteditor .e-rte-content .e-content hr,
.e-richtexteditor .e-source-content .e-content hr,
.e-richtexteditor .e-rte-iframe-content .e-content hr {
  margin: 10px 0;
  border: 2px solid rgba(157, 157, 157, 0.48);
}
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden),
.e-richtexteditor .e-source-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden),
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden) {
  list-style: none;
  position: relative;
}
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist > li::before,
.e-richtexteditor .e-source-content .e-content .e-rte-checklist > li::before,
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist > li::before {
  content: "";
  position: absolute;
  top: 2px;
  box-sizing: content-box;
  left: -25px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgb(189, 189, 189);
  cursor: pointer;
}
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before,
.e-richtexteditor .e-source-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before,
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before {
  background: #00b0ff;
  border: 1px solid #00b0ff;
}
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after,
.e-richtexteditor .e-source-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after,
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after {
  border-color: #000;
  border-style: solid;
  border-width: 0 2px 2px 0;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  width: 4px;
  left: -19px;
  position: absolute;
  top: 4.5px;
  transform: rotate(45deg);
  cursor: pointer;
}
.e-richtexteditor .e-rte-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after,
.e-richtexteditor .e-source-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after,
.e-richtexteditor .e-rte-iframe-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after {
  right: -19px;
}
.e-richtexteditor .e-rte-content .e-content.e-rtl .e-rte-checklist > li::before,
.e-richtexteditor .e-source-content .e-content.e-rtl .e-rte-checklist > li::before,
.e-richtexteditor .e-rte-iframe-content .e-content.e-rtl .e-rte-checklist > li::before {
  right: -25px;
}
.e-richtexteditor .e-rte-content .e-content hr:hover,
.e-richtexteditor .e-source-content .e-content hr:hover,
.e-richtexteditor .e-rte-iframe-content .e-content hr:hover {
  cursor: default;
}
.e-richtexteditor .e-rte-content hr.e-rte-hr-focus,
.e-richtexteditor .e-source-content hr.e-rte-hr-focus,
.e-richtexteditor .e-rte-iframe-content hr.e-rte-hr-focus {
  outline: 2px solid rgb(0, 116, 204);
  outline-offset: 3px;
}
.e-richtexteditor .e-rte-content .e-content li,
.e-richtexteditor .e-source-content .e-content li,
.e-richtexteditor .e-rte-iframe-content .e-content li {
  margin-bottom: 10px;
}
.e-richtexteditor .e-rte-content .e-content li ol,
.e-richtexteditor .e-rte-content .e-content li ul,
.e-richtexteditor .e-source-content .e-content li ol,
.e-richtexteditor .e-source-content .e-content li ul,
.e-richtexteditor .e-rte-iframe-content .e-content li ol,
.e-richtexteditor .e-rte-iframe-content .e-content li ul {
  margin-block-start: 10px;
}
.e-richtexteditor .e-rte-content .e-content ul,
.e-richtexteditor .e-source-content .e-content ul,
.e-richtexteditor .e-rte-iframe-content .e-content ul {
  list-style-type: disc;
}
.e-richtexteditor .e-rte-content .e-content ul ul,
.e-richtexteditor .e-rte-content .e-content ol ul,
.e-richtexteditor .e-source-content .e-content ul ul,
.e-richtexteditor .e-source-content .e-content ol ul,
.e-richtexteditor .e-rte-iframe-content .e-content ul ul,
.e-richtexteditor .e-rte-iframe-content .e-content ol ul {
  list-style-type: circle;
}
.e-richtexteditor .e-rte-content .e-content ul ul ul,
.e-richtexteditor .e-rte-content .e-content ol ul ul,
.e-richtexteditor .e-rte-content .e-content ul ol ul,
.e-richtexteditor .e-rte-content .e-content ol ol ul,
.e-richtexteditor .e-source-content .e-content ul ul ul,
.e-richtexteditor .e-source-content .e-content ol ul ul,
.e-richtexteditor .e-source-content .e-content ul ol ul,
.e-richtexteditor .e-source-content .e-content ol ol ul,
.e-richtexteditor .e-rte-iframe-content .e-content ul ul ul,
.e-richtexteditor .e-rte-iframe-content .e-content ol ul ul,
.e-richtexteditor .e-rte-iframe-content .e-content ul ol ul,
.e-richtexteditor .e-rte-iframe-content .e-content ol ol ul {
  list-style-type: square;
}
.e-richtexteditor .e-rte-content .e-content h1,
.e-richtexteditor .e-source-content .e-content h1,
.e-richtexteditor .e-rte-iframe-content .e-content h1 {
  font-size: 2.857em;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}
.e-richtexteditor .e-rte-content .e-content h2,
.e-richtexteditor .e-source-content .e-content h2,
.e-richtexteditor .e-rte-iframe-content .e-content h2 {
  font-size: 2.285em;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}
.e-richtexteditor .e-rte-content .e-content h3,
.e-richtexteditor .e-source-content .e-content h3,
.e-richtexteditor .e-rte-iframe-content .e-content h3 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}
.e-richtexteditor .e-rte-content .e-content h4,
.e-richtexteditor .e-source-content .e-content h4,
.e-richtexteditor .e-rte-iframe-content .e-content h4 {
  font-size: 1.714em;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}
.e-richtexteditor .e-rte-content .e-content h5,
.e-richtexteditor .e-source-content .e-content h5,
.e-richtexteditor .e-rte-iframe-content .e-content h5 {
  font-size: 1.428em;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}
.e-richtexteditor .e-rte-content .e-content h6,
.e-richtexteditor .e-source-content .e-content h6,
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
  font-size: 1.142em;
  line-height: 600;
  line-height: 1.5;
  margin: 10px 0;
}
.e-richtexteditor .e-rte-content .e-content blockquote,
.e-richtexteditor .e-source-content .e-content blockquote,
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
  margin: 10px 0;
  margin-left: 0;
  padding-left: 12px;
}
.e-richtexteditor .e-rte-content .e-content table,
.e-richtexteditor .e-source-content .e-content table,
.e-richtexteditor .e-rte-iframe-content .e-content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.e-richtexteditor .e-rte-content .e-content pre,
.e-richtexteditor .e-source-content .e-content pre,
.e-richtexteditor .e-rte-iframe-content .e-content pre {
  background-color: inherit;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 10px;
  overflow: visible;
  padding: 0;
  white-space: pre-wrap;
  word-break: inherit;
  word-wrap: break-word;
}
.e-richtexteditor .e-rte-content .e-content pre[data-language],
.e-richtexteditor .e-source-content .e-content pre[data-language],
.e-richtexteditor .e-rte-iframe-content .e-content pre[data-language] {
  background: rgba(157, 157, 157, 0.08);
  color: rgb(46, 46, 46);
  font-family: Space Mono;
  border-radius: 6px;
  border: 1px solid rgb(229, 231, 235);
  padding: 20px 16px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  background: rgba(157, 157, 157, 0.08);
  color: rgb(245, 245, 245);
  border: 1px solid rgb(40, 47, 60);
}
.e-richtexteditor .e-rte-content .e-content pre[data-language]::before,
.e-richtexteditor .e-source-content .e-content pre[data-language]::before,
.e-richtexteditor .e-rte-iframe-content .e-content pre[data-language]::before {
  content: attr(data-language);
  font-family: Roboto;
  font-weight: 600;
  color: rgb(249, 250, 251);
  font-size: 12px;
  line-height: 18px;
  right: 8px;
  padding: 2px 4px;
  background-color: rgb(105, 105, 105);
  top: -1px;
  border-radius: 0 0 4px 4px;
  position: absolute;
  background: rgb(189, 186, 186);
  color: rgb(29, 36, 50);
}
.e-richtexteditor .e-rte-content .e-content pre[data-language] code,
.e-richtexteditor .e-source-content .e-content pre[data-language] code,
.e-richtexteditor .e-rte-iframe-content .e-content pre[data-language] code {
  color: rgb(46, 46, 46);
  background: none;
  color: rgb(245, 245, 245);
}
.e-richtexteditor .e-rte-content .e-content strong,
.e-richtexteditor .e-rte-content .e-content b,
.e-richtexteditor .e-source-content .e-content strong,
.e-richtexteditor .e-source-content .e-content b,
.e-richtexteditor .e-rte-iframe-content .e-content strong,
.e-richtexteditor .e-rte-iframe-content .e-content b {
  font-weight: bold;
}
.e-richtexteditor .e-rte-content .e-content a,
.e-richtexteditor .e-source-content .e-content a,
.e-richtexteditor .e-rte-iframe-content .e-content a {
  text-decoration: none;
  user-select: auto;
}
.e-richtexteditor .e-rte-content .e-content a:hover,
.e-richtexteditor .e-source-content .e-content a:hover,
.e-richtexteditor .e-rte-iframe-content .e-content a:hover {
  text-decoration: underline;
}
.e-richtexteditor .e-rte-content .e-content p:last-child,
.e-richtexteditor .e-rte-content .e-content p.e-rte-last-paragraph,
.e-richtexteditor .e-rte-content .e-content pre:last-child,
.e-richtexteditor .e-rte-content .e-content blockquote:last-child,
.e-richtexteditor .e-source-content .e-content p:last-child,
.e-richtexteditor .e-source-content .e-content p.e-rte-last-paragraph,
.e-richtexteditor .e-source-content .e-content pre:last-child,
.e-richtexteditor .e-source-content .e-content blockquote:last-child,
.e-richtexteditor .e-rte-iframe-content .e-content p:last-child,
.e-richtexteditor .e-rte-iframe-content .e-content p.e-rte-last-paragraph,
.e-richtexteditor .e-rte-iframe-content .e-content pre:last-child,
.e-richtexteditor .e-rte-iframe-content .e-content blockquote:last-child {
  margin-bottom: 0;
}
.e-richtexteditor .e-rte-content .e-content h3 + h4,
.e-richtexteditor .e-rte-content .e-content h4 + h5,
.e-richtexteditor .e-rte-content .e-content h5 + h6,
.e-richtexteditor .e-source-content .e-content h3 + h4,
.e-richtexteditor .e-source-content .e-content h4 + h5,
.e-richtexteditor .e-source-content .e-content h5 + h6,
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
  margin-top: 0.6em;
}
.e-richtexteditor .e-rte-content .e-content ul:last-child,
.e-richtexteditor .e-source-content .e-content ul:last-child,
.e-richtexteditor .e-rte-iframe-content .e-content ul:last-child {
  margin-bottom: 0;
}
.e-richtexteditor .e-rte-content .e-content table.e-cell-select,
.e-richtexteditor .e-source-content .e-content table.e-cell-select,
.e-richtexteditor .e-rte-iframe-content .e-content table.e-cell-select {
  position: relative;
}
.e-richtexteditor .e-rte-content .e-content table.e-cell-select::after,
.e-richtexteditor .e-source-content .e-content table.e-cell-select::after,
.e-richtexteditor .e-rte-iframe-content .e-content table.e-cell-select::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px double #0478d7;
  pointer-events: none;
}
.e-richtexteditor .e-rte-content .e-content table td.e-cell-select.e-multi-cells-select,
.e-richtexteditor .e-rte-content .e-content table th.e-cell-select.e-multi-cells-select,
.e-richtexteditor .e-source-content .e-content table td.e-cell-select.e-multi-cells-select,
.e-richtexteditor .e-source-content .e-content table th.e-cell-select.e-multi-cells-select,
.e-richtexteditor .e-rte-iframe-content .e-content table td.e-cell-select.e-multi-cells-select,
.e-richtexteditor .e-rte-iframe-content .e-content table th.e-cell-select.e-multi-cells-select {
  border: 1px double #0478d7;
  position: relative;
}
.e-richtexteditor .e-rte-content .e-content table td.e-cell-select.e-multi-cells-select::after,
.e-richtexteditor .e-rte-content .e-content table th.e-cell-select.e-multi-cells-select::after,
.e-richtexteditor .e-source-content .e-content table td.e-cell-select.e-multi-cells-select::after,
.e-richtexteditor .e-source-content .e-content table th.e-cell-select.e-multi-cells-select::after,
.e-richtexteditor .e-rte-iframe-content .e-content table td.e-cell-select.e-multi-cells-select::after,
.e-richtexteditor .e-rte-iframe-content .e-content table th.e-cell-select.e-multi-cells-select::after {
  background-color: rgba(0, 176, 255, 0.12);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  pointer-events: none;
  right: 0;
}
.e-richtexteditor .e-rte-content .e-content table td.e-multi-cells-select ::selection,
.e-richtexteditor .e-rte-content .e-content table th.e-multi-cells-select ::selection,
.e-richtexteditor .e-source-content .e-content table td.e-multi-cells-select ::selection,
.e-richtexteditor .e-source-content .e-content table th.e-multi-cells-select ::selection,
.e-richtexteditor .e-rte-iframe-content .e-content table td.e-multi-cells-select ::selection,
.e-richtexteditor .e-rte-iframe-content .e-content table th.e-multi-cells-select ::selection {
  background-color: transparent;
}
.e-richtexteditor .e-rte-content .e-content table td.e-multi-cells-select,
.e-richtexteditor .e-rte-content .e-content table th.e-multi-cells-select,
.e-richtexteditor .e-source-content .e-content table td.e-multi-cells-select,
.e-richtexteditor .e-source-content .e-content table th.e-multi-cells-select,
.e-richtexteditor .e-rte-iframe-content .e-content table td.e-multi-cells-select,
.e-richtexteditor .e-rte-iframe-content .e-content table th.e-multi-cells-select {
  user-select: none;
}
.e-richtexteditor .e-rte-tb-bottom .e-rte-character-count {
  position: relative;
  text-align: right;
}
.e-richtexteditor .e-rte-character-count {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  opacity: 0.54;
  padding-bottom: 2px;
  text-align: right;
  z-index: 100;
  pointer-events: none;
}
.e-richtexteditor .e-rte-character-count.e-warning {
  color: #ff9800;
  opacity: unset;
}
.e-richtexteditor .e-rte-character-count.e-error {
  color: #ff6652;
  opacity: unset;
}
.e-richtexteditor .e-rte-srctextarea {
  background-color: transparent;
  border: 0;
  color: #fff;
  height: 100%;
  line-height: 22px;
  overflow: auto;
  padding: 16px;
  resize: none;
  transition: 100ms ease-out;
  width: 100%;
}
.e-richtexteditor .e-resize-handle {
  height: 15px;
  position: absolute;
  width: 15px;
}
.e-richtexteditor .e-resize-handle.e-south-east {
  bottom: 0;
  cursor: nwse-resize;
  right: 0;
  z-index: 100;
}
.e-richtexteditor .e-resize-handle.e-south-west {
  bottom: 0;
  cursor: sw-resize;
  left: 0;
  transform: rotate(90deg);
  z-index: 100;
}
.e-richtexteditor.e-rtl.e-rte-resize {
  float: right;
}
.e-richtexteditor.e-rtl .e-resize-handle.e-south-west {
  direction: ltr;
  text-align: initial;
}
.e-richtexteditor.e-rte-tb-expand.e-rte-fixed-tb-expand {
  transition: none;
}
.e-richtexteditor .e-clickelem::after,
.e-richtexteditor .e-video-clickelem::after {
  left: 0;
  right: 0;
  z-index: 1;
}
.e-richtexteditor .e-clickelem::before,
.e-richtexteditor .e-video-clickelem::before {
  left: 0;
  right: 0;
  z-index: 1;
}
.e-richtexteditor .e-clickelem::before {
  bottom: 70%;
  top: 0;
}
.e-richtexteditor .e-clickelem::after {
  bottom: 0;
  top: 70%;
}
.e-richtexteditor .e-video-clickelem::before {
  bottom: 85%;
  top: 0;
}
.e-richtexteditor .e-video-clickelem::after {
  bottom: 0;
  top: 90%;
}
.e-richtexteditor .e-audio-wrap,
.e-richtexteditor .e-embed-video-wrap {
  display: inline-block;
}
.e-richtexteditor .e-clickelem,
.e-richtexteditor .e-video-clickelem {
  display: block;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
}
.e-richtexteditor .e-clickelem::after,
.e-richtexteditor .e-video-clickelem::after {
  background: transparent;
  content: "";
  cursor: default;
  display: block;
  position: absolute;
}
.e-richtexteditor .e-clickelem::before,
.e-richtexteditor .e-video-clickelem::before {
  background: transparent;
  content: "";
  cursor: default;
  display: block;
  position: absolute;
}
.e-richtexteditor .e-videoheader,
.e-richtexteditor .e-embed-videoheader,
.e-richtexteditor .e-video-url-wrap {
  padding-bottom: 5px;
  padding-top: 15px;
}
.e-richtexteditor .e-video-url-wrap .e-radio-wrapper {
  padding: 5px;
}
.e-richtexteditor .e-video-url-wrap textarea {
  height: 80px;
}
.e-richtexteditor .e-rte-value-wrapper {
  display: none;
}
.e-richtexteditor .e-rte-upload {
  visibility: hidden;
  display: none;
}
.e-richtexteditor .e-rte-dropdown-btn-text-wrapper {
  display: inline-flex;
}
.e-richtexteditor .e-rte-radio-keep-format {
  padding-top: 24px;
}
.e-richtexteditor .e-rte-radio-remove-format,
.e-richtexteditor .e-rte-radio-plain-format {
  padding-top: 20px;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
  display: block;
  font-family: "e-icons";
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
  background: none;
  display: block;
  margin-top: 3px;
  width: 100%;
  height: auto;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color .e-split-preview,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color .e-split-preview {
  height: 3px;
  bottom: 0;
  top: unset;
}

.e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu {
  min-height: 28px;
}

.e-rte-linkcontent .e-rte-label {
  padding-top: 20px;
}

.e-rte-label label {
  font-weight: normal;
}

.e-rte-linkcontent .e-rte-label:first-child {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul {
    padding: 7px 0;
  }
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item {
    height: 34px;
    line-height: 34px;
    padding: 0 6.5px;
  }
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup {
    max-height: 280px;
  }
  .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul {
    display: inline-flex;
  }
}
.e-rte-dropdown-popup ul {
  min-width: 82px;
}
.e-rte-dropdown-popup ul .e-item .e-menu-icon {
  margin: 0 6px;
  width: auto;
}
.e-rte-dropdown-popup ul .e-item.e-h1 {
  font-size: 2em;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.e-rte-dropdown-popup ul .e-item.e-code {
  font-family: monospace;
  unicode-bidi: isolate;
  white-space: pre;
}
.e-rte-dropdown-popup ul .e-item.e-h2 {
  font-size: 1.5em;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.e-rte-dropdown-popup ul .e-item.e-h3 {
  font-size: 1.16em;
  font-weight: bold;
}
.e-rte-dropdown-popup ul .e-item.e-h4 {
  font-size: 1em;
  font-weight: bold;
}
.e-rte-dropdown-popup ul .e-item.e-h5 {
  font-size: 0.83em;
  font-weight: bold;
}
.e-rte-dropdown-popup ul .e-item.e-h6 {
  font-size: 0.7em;
  font-weight: bold;
}
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
}
.e-rte-dropdown-popup ul .e-item.e-arial {
  font-family: "Arial", "Helvetica", sans-serif;
}
.e-rte-dropdown-popup ul .e-item.e-courier-new {
  font-family: "Courier New", "Courier", monospace;
}
.e-rte-dropdown-popup ul .e-item.e-georgia {
  font-family: "Georgia", "Times New Roman", "Times", serif;
}
.e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.e-rte-dropdown-popup ul .e-item.e-impact {
  font-family: "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
}
.e-rte-dropdown-popup ul .e-item.e-lucida-console {
  font-family: "Lucida Console", "Monaco", monospace;
}
.e-rte-dropdown-popup ul .e-item.e-tahoma {
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
}
.e-rte-dropdown-popup ul .e-item.e-times-new-roman {
  font-family: "Times New Roman", "Times", serif;
}
.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
}
.e-rte-dropdown-popup ul .e-item.e-verdana {
  font-family: "Verdana", "Geneva", "Tahoma", sans-serif;
}
.e-rte-dropdown-popup ul .e-item.e-roboto {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif;
}
.e-rte-dropdown-popup.e-rte-dropdown-icons ul {
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
    min-width: 30px;
  }
}
.e-rte-dropdown-popup.e-rtl ul .e-item .e-menu-icon {
  margin: 0 6px;
}

.e-rte-image.e-imgbreak,
.e-rte-audio.e-audio-break,
.e-rte-video.e-video-break {
  border: 0;
  cursor: pointer;
  display: block;
  float: none;
  max-width: 100%;
  padding: 1px;
  position: relative;
}

.e-rte-image,
.e-rte-audio,
.e-rte-video {
  border: 0;
  cursor: pointer;
  display: block;
  float: none;
  margin: auto;
  max-width: 100%;
  position: relative;
}

.e-rte-image.e-imginline,
.e-rte-audio.e-audio-inline,
.e-rte-video.e-video-inline {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  float: none;
  max-width: 100%;
  padding: 1px;
  vertical-align: bottom;
}

.e-rte-image.e-imgcenter,
.e-rte-video.e-video-center {
  cursor: pointer;
  display: block;
  float: none;
  margin: 5px auto;
  max-width: 100%;
  position: relative;
}

.e-rte-image.e-imgleft,
.e-rte-video.e-video-left {
  float: left;
  margin: 0 auto;
  margin-right: 5px;
  text-align: left;
}

.e-rte-image.e-imgright,
.e-rte-video.e-video-right {
  float: right;
  margin: 0 auto;
  margin-left: 5px;
  text-align: right;
}

.e-rte-img-popup .e-item {
  height: 106px;
  width: 300px;
}

.e-rte-img-caption {
  display: inline-block;
  margin: 5px auto;
  max-width: 100%;
  position: relative;
}

.e-rte-img-caption.e-caption-inline {
  display: inline-block;
  margin: 5px auto;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
  position: relative;
  text-align: center;
  vertical-align: bottom;
}

.e-rte-img-caption.e-imgcenter {
  display: contents;
  margin-left: auto;
  margin-right: auto;
}

.e-rte-img-caption.e-imgright {
  display: contents;
  margin-left: auto;
  margin-right: 0;
}

.e-rte-img-caption.e-imgleft {
  display: contents;
  margin-left: 0;
  margin-right: auto;
}

.e-rte-img-caption .e-rte-image.e-imgright {
  margin-left: auto;
  margin-right: 0;
}

.e-rte-img-caption .e-rte-image.e-imgleft {
  margin: 0;
}

.e-img-caption.e-rte-img-caption.e-imgbreak {
  display: contents;
}

.e-rte-table td,
.e-rte-table th {
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 20px;
  min-width: 20px;
  padding: 2px 5px;
  box-sizing: border-box;
}

.e-rte-table.e-dashed-border > tbody > tr > td,
.e-rte-table.e-dashed-border > tbody > tr > th {
  border-style: dashed;
}

.e-rte-img-caption .e-img-inner {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: initial;
  margin: auto;
  opacity: 0.9;
  position: relative;
  text-align: center;
  width: 100%;
}

.e-rte-img-caption.e-imgleft .e-img-inner {
  float: left;
  text-align: left;
}

.e-rte-img-caption.e-imgright .e-img-inner {
  float: right;
  text-align: right;
}

.e-rte-img-caption.e-imgleft .e-img-wrap,
.e-rte-img-caption.e-imgright .e-img-wrap {
  display: contents;
}

.e-container.e-color-palette .e-custom-palette .e-palette {
  padding: 0;
}

.e-rte-img-caption .e-img-wrap {
  display: inline-block;
  margin: auto;
  padding: 0;
  width: 100%;
}

.e-rte-img-dialog .e-rte-label {
  padding-top: 20px;
}

.e-rte-img-dialog .e-rte-label:first-child {
  padding-top: 0;
}

.e-rte-video-dialog .e-rte-label {
  padding-top: 20px;
}

.e-rte-video-dialog .e-rte-label:first-child {
  padding-top: 0;
}

.e-rte-table-resize.e-tb-col-insert,
.e-rte-table-resize.e-tb-row-insert {
  position: absolute;
  background-color: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #00b0ff;
}

.e-rte-table-resize.e-tb-col-insert {
  width: 26px;
  height: 22px;
}

.e-rte-table-resize.e-tb-row-insert {
  width: 22px;
  height: 26px;
}

.e-rte-table-resize.e-tb-row-insert.e-insert-cell-rtl {
  right: 2px;
}

.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add,
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
  font-size: 16px;
  line-height: 16px;
  border: 1px;
  position: absolute;
}

.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
  top: 0;
  left: 5px;
}

.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
  top: 5px;
  left: 0;
}

.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add.e-insert-cell-rtl {
  left: 6.5px;
}

.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle,
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
  font-size: 8px;
  line-height: 8px;
  border: 1px;
  position: absolute;
}

.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
  top: 9px;
  left: 4px;
}

.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle {
  top: 4px;
  left: 9px;
}

.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle.e-insert-cell-rtl {
  left: 10px;
}

.e-rte-table-resize.e-row-resize,
.e-rte-table-resize.e-column-resize {
  background-color: transparent;
  background-repeat: repeat;
  bottom: 0;
  cursor: col-resize;
  height: 1px;
  overflow: visible;
  position: absolute;
  width: 1px;
}

.e-rte-table-resize.e-row-resize {
  cursor: row-resize;
  height: 1px;
}

.e-richtexteditor .e-linkheader,
.e-richtexteditor .e-audioheader,
.e-richtexteditor .e-videoheader,
.e-richtexteditor .e-video-url-wrap,
.e-rte-elements .e-linkheader,
.e-rte-elements .e-audioheader,
.e-rte-elements .e-videoheader,
.e-rte-elements .e-video-url-wrap {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
  opacity: 0.87;
  padding-bottom: 20px;
  padding-top: 20px;
}
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
  margin-top: 0;
}
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
  border-bottom: 0 solid transparent;
  min-height: initial;
}
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
  margin-left: 0;
}
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files,
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files {
  border-top: 0 solid transparent;
}
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap,
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-elements .e-img-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-elements .e-word-uploadwrap.e-droparea .e-file-select-wrap {
  display: none;
}
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload,
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload,
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload,
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload,
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload,
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload,
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload,
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload {
  border: 0 solid transparent;
  float: none;
}
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
  margin-top: 0;
}
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
  display: block;
  height: 36px;
  margin: 0 auto 10px;
  padding: 0 18px;
  position: relative;
  top: 6px;
}
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
  display: none;
}
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea,
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea,
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea,
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea,
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea,
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
  line-height: 10;
  min-height: 50px;
  position: relative;
}
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text,
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
  display: inline-block;
  line-height: normal;
}
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
  line-height: 4;
}
.e-richtexteditor .e-rte-inline-dropdown ul,
.e-rte-elements .e-rte-inline-dropdown ul {
  max-height: 200px;
  overflow-y: auto;
}
.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul,
.e-rte-elements .e-rte-dropdown-popup.e-rte-dropdown-items ul {
  max-height: 280px;
  overflow-y: auto;
}
.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open,
.e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
  border-radius: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  font-size: 14px;
  font-weight: normal;
  min-width: 120px;
  overflow: hidden;
  padding: 10px;
  border: none;
}
.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell,
.e-rte-elements .e-rte-table-popup.e-popup-open .e-rte-tablecell {
  border: 1px solid #757575;
  display: inline-block;
  height: 14px;
  margin: 1px;
  overflow: hidden;
  vertical-align: top;
  width: 14px;
}
.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row,
.e-rte-elements .e-rte-table-popup.e-popup-open .e-rte-table-row {
  height: 16px;
}
.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn,
.e-rte-elements .e-rte-table-popup.e-popup-open .e-insert-table-btn {
  width: 100%;
}
.e-richtexteditor .e-rte-edit-table .e-rte-field,
.e-rte-elements .e-rte-edit-table .e-rte-field {
  padding-top: 20px;
}
.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child,
.e-rte-elements .e-rte-edit-table .e-rte-field:first-child {
  padding-top: 0;
}
.e-richtexteditor .e-table-fake-selection,
.e-rte-elements .e-table-fake-selection {
  visibility: hidden;
  content: "u200B";
  position: fixed;
  top: 0;
  left: -9999px;
}
.e-richtexteditor .e-rte-content .e-content table td.e-cell-select,
.e-richtexteditor .e-rte-content .e-content table th.e-cell-select,
.e-rte-elements .e-rte-content .e-content table td.e-cell-select,
.e-rte-elements .e-rte-content .e-content table th.e-cell-select {
  border: 1px double #0478d7;
  height: inherit;
}
.e-richtexteditor span.e-table-box,
.e-rte-elements span.e-table-box {
  cursor: nwse-resize;
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.e-richtexteditor span.e-table-box.e-hide,
.e-rte-elements span.e-table-box.e-hide {
  display: none;
}
.e-richtexteditor span.e-table-box.e-rmob,
.e-rte-elements span.e-table-box.e-rmob {
  height: 14px;
  width: 14px;
}
.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container,
.e-rte-elements .e-upload .e-upload-files .e-upload-file-list .e-file-container {
  margin-right: 50px;
}
.e-richtexteditor .e-rte-upload-popup,
.e-rte-elements .e-rte-upload-popup {
  width: 250px;
}
.e-richtexteditor .e-rte-dialog-upload .e-upload-files,
.e-rte-elements .e-rte-dialog-upload .e-upload-files {
  border-top: 0;
}
.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list,
.e-rte-elements .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
  border-bottom: 0;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-cell,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-cell {
  display: flex;
  gap: 16px;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-tablewidth,
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-bgcolor,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-tablewidth,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-bgcolor {
  width: 50%;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields {
  display: flex;
  justify-content: space-between;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
  width: 37%;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
  width: 47px;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-element,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-element {
  margin-top: 12px;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-field,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-field {
  margin-top: 4px;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
  font-weight: normal;
}
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
  font-weight: 600;
  font-style: semi-bold;
}
.e-richtexteditor .e-rte-edit-table-content .e-caret,
.e-rte-elements .e-rte-edit-table-content .e-caret {
  opacity: 0.75;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
  border: none;
  min-width: 120px;
  height: 330px;
  width: 308px;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
  padding: 7px 3px;
  border-radius: 4px;
  padding: 0 6px;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
  font-size: 24px;
  padding: 0;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
  margin: 10px;
  width: 94%;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper .e-rte-emoji-search,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper .e-rte-emoji-search {
  text-indent: 4px;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
  display: block;
  gap: 10px;
  height: 236px;
  overflow: auto;
  padding: 10px;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control {
  display: inline-block;
  box-shadow: none;
  padding: 6px 0;
  width: 40px;
  height: 40px;
  border: none;
  line-height: 0;
  font-size: 24px;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
  height: 0;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
  display: inline-block;
  box-shadow: none;
  font-size: 24px;
  padding: 6px 0;
  width: 40px;
  height: 40px;
  border: none;
  line-height: 0;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
  font-weight: 500;
  font-size: 14px;
}
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojiSearch-noEmoji,
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojiSearch-noEmoji {
  text-align: center;
}

.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette,
.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette {
  padding: 0;
}
.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
  padding: 5px;
}

.e-rte-quick-popup.e-rte-elements {
  border-radius: 0;
  border: none;
}
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
  min-height: auto;
  min-width: auto;
}
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) {
  min-height: auto;
  min-width: auto;
  margin: 9px 2px;
}
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item {
  margin: 0;
  min-height: auto;
  min-width: auto;
  padding: 0 4px;
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
  white-space: normal;
  display: inline-block;
}
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
  white-space: nowrap;
}
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
  display: block;
  height: 1px;
  margin: 0;
  min-height: 1px;
}
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item {
  margin: 0;
}
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
}
.e-rte-quick-popup .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
  box-sizing: border-box;
}
.e-rte-quick-popup.e-hide {
  display: block;
  visibility: hidden;
}

.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-template {
  min-width: 55px;
}
.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-size-template {
  min-width: 66px;
}
.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-color-template {
  min-width: 55px;
}

.e-popup-modal.e-popup.e-popup-open {
  display: inline-flex;
}

.e-rte-modal-popup.e-popup-container.e-center {
  justify-content: center;
}

.e-rte-modal-popup.e-popup-container {
  align-items: center;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.e-popup-overlay {
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.e-table-rhelper {
  cursor: col-resize;
  opacity: 0.87;
  position: absolute;
}

.e-table-rhelper.e-column-helper {
  width: 1px;
}

.e-table-rhelper.e-row-helper {
  height: 1px;
}

.e-reicon::before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
}

.e-reicon::after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
  z-index: 3;
}

.e-row-helper.e-reicon::after {
  top: 10px;
  transform: rotate(90deg);
}

.e-row-helper.e-reicon::before {
  left: 4px;
  top: -20px;
  transform: rotate(90deg);
}

.e-rte-overflow {
  overflow: hidden;
}

.e-dialog.e-rte-dialog-minheight {
  min-height: 296px;
}

.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
  background-size: 700px 190px;
  min-height: 190px;
}

.e-rte-table.e-rte-table-border {
  border: 1px double rgba(255, 255, 255, 0.5);
  border-collapse: separate;
}

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
  line-height: 10;
  min-height: 50px;
  position: relative;
}
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
  display: block;
  height: 36px;
  margin: 0 auto 10px;
  padding: 0 18px;
  position: relative;
  top: 6px;
}
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload {
  border: 0 solid transparent;
  float: none;
}
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
  display: none;
}
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
  opacity: 0.87;
  padding-bottom: 20px;
  padding-top: 20px;
}

.e-rte-import-dialog .e-dlg-content {
  overflow-y: hidden;
}

.e-rte-file-manager-dialog .e-rte-label {
  padding-bottom: 8px;
  padding-top: 15px;
}
.e-rte-file-manager-dialog .e-rte-label label {
  font-size: 15px;
  opacity: 0.87;
}

.e-dialog .e-img-uploadwrap .e-droptext,
.e-dialog .e-aud-uploadwrap .e-droptext,
.e-dialog .e-vid-uploadwrap .e-droptext,
.e-dialog .e-word-uploadwrap .e-droptext,
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
  border: dashed 2px rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  height: 128px;
  margin: 0 auto;
  text-align: center;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext,
.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap .e-droptext {
  margin: 0 auto;
  width: 250px;
}

.e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
  padding: 8px 4px;
}

.e-rte-upload-popup.e-dialog .e-file-select-wrap {
  display: none;
}

.e-rte-upload-popup.e-dialog .e-dlg-content {
  overflow: hidden;
  padding: 0;
}

.e-hide.e-rte-quick-popup-hide {
  border: 0;
  position: absolute;
}

.e-rte-popup-hide {
  display: none;
}

.e-rte-hide-visible {
  visibility: hidden;
}

.e-rte-table-popup.e-dialog .e-dlg-content {
  padding: 0;
}

.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell,
.e-rte-elements.e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
  margin: 1px;
}

.e-rte-elements .e-rte-table-popup.e-popup-open .e-rte-table-row {
  height: 16px;
}
.e-rte-elements .e-rte-table-popup.e-popup-open .e-insert-table-btn {
  width: 100%;
}
.e-rte-elements .e-rte-table-popup.e-popup-open .e-rte-tablecell {
  border: 1px solid #757575;
  display: inline-block;
  height: 14px;
  margin: 1px;
  overflow: hidden;
  vertical-align: top;
  width: 14px;
}
.e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
  border-radius: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  font-size: 14px;
  font-weight: normal;
  min-width: 120px;
  overflow: hidden;
  padding: 10px;
}
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
  width: 95px;
}
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
  max-height: 300px;
  overflow: auto;
}

.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
  display: inline-block;
  line-height: normal;
}
.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea,
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
  line-height: 10;
  min-height: 50px;
  position: relative;
}
.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
  display: block;
  height: 36px;
  margin: 0 auto 10px;
  padding: 0 18px;
  position: relative;
}

.e-richtexteditor .e-rte-container.e-rte-tb-bottom .e-toolbar-wrapper.e-rte-tb-float,
.e-richtexteditor .e-rte-container.e-rte-tb-bottom .e-toolbar-container.e-rte-tb-float {
  bottom: 0;
}

.e-richtexteditor .e-toolbar-wrapper.e-rte-tb-float,
.e-richtexteditor .e-toolbar-container.e-rte-tb-float {
  position: sticky;
  top: 0;
  overflow: visible;
}
.e-richtexteditor .e-toolbar-wrapper,
.e-richtexteditor .e-toolbar-container {
  height: auto;
  z-index: 10;
  white-space: nowrap;
}
.e-richtexteditor .e-toolbar .e-toolbar-pop.e-toolbar-extended {
  position: relative;
  width: 100%;
  top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-richtexteditor .e-toolbar .e-toolbar-pop.e-toolbar-extended.e-popup-open {
  display: block;
}

.e-rte-picker-init {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

/* Slash Menu Styles */
.e-rte-elements.e-slash-menu .e-rte-quotes::before {
  content: open-quote;
  font-size: 30px;
  line-height: 20px;
}
.e-rte-elements.e-slash-menu .e-rte-paragraph::before {
  content: "T";
  font-size: 15px;
}
.e-rte-elements.e-slash-menu .e-rte-h1::before {
  content: "H1";
  font-size: 13px;
}
.e-rte-elements.e-slash-menu .e-rte-h2::before {
  content: "H2";
  font-size: 13px;
}
.e-rte-elements.e-slash-menu .e-rte-h3::before {
  content: "H3";
  font-size: 13px;
}
.e-rte-elements.e-slash-menu .e-rte-h4::before {
  content: "H4";
  font-size: 13px;
}
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-text {
  font-size: 14px;
  display: block;
  line-height: 20px;
  padding: 5px 0 1px;
}
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
  display: block;
  line-height: 20px;
  font-size: 11px;
  padding: 1px 0 5px;
}
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
  line-height: 0;
  display: inline-block;
  width: 50px;
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
}
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-content-description {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-content-description .e-slash-menu-icon {
  padding: 15px;
}
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-content-description .e-rte-slash-menu-item-text-column {
  display: flex;
  flex-direction: column;
}
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-content-description .e-rte-slash-menu-item-text,
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-content-text {
  font-weight: 500;
}
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-content-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 25px;
}
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-content-text .e-slash-menu-icon {
  margin-left: 15px;
  width: 30px;
}

.e-image-quicktoolbar .e-link-groups {
  display: none;
}
.e-image-quicktoolbar.e-link-enabled .e-link-groups {
  display: inline-block;
}
.e-image-quicktoolbar.e-link-enabled .e-toolbar-item:has(.e-insert-link) {
  display: none;
}

.e-rte-quick-popup .e-rte-tip-pointer {
  position: absolute;
}
.e-rte-quick-popup .e-rte-tip-pointer::before, .e-rte-quick-popup .e-rte-tip-pointer::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-top::after, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-top::before {
  bottom: 0;
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-bottom {
  bottom: 0;
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-bottom::before, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-bottom::after {
  top: 0;
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-center, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-center::before, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-left, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-left::before, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-left::after {
  left: 8.5px;
  transform: translateX(-50%);
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-right, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-right::before, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-right::after {
  right: 8.5px;
  transform: translateX(50%);
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-leftmiddle, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-leftmiddle::before, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-leftmiddle::after {
  left: 25%;
  transform: translateX(-50%);
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-rightmiddle, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-rightmiddle::before, .e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-rightmiddle::after {
  right: 25%;
  transform: translateX(50%);
}

.e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
.e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content,
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
  margin-bottom: 20px;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-pop.e-toolbar-extended {
  margin-left: 0;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) {
  background: #212121;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
  min-height: 28px;
  height: 28px;
}

.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup .e-tbar-btn.e-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
  min-height: 28px;
  min-width: 28px;
  padding: 0;
}
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup .e-tbar-btn.e-btn:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup .e-tbar-btn.e-btn:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup .e-tbar-btn.e-btn:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup .e-tbar-btn.e-btn.e-active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-active {
  border: 1px solid transparent;
  padding: 0;
}
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup .e-tbar-btn.e-btn .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
  padding: 0;
}
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:not(:hover):not(:focus):not(:active):not(.e-active),
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup .e-tbar-btn:not(:hover):not(:focus):not(:active):not(.e-active),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:not(:hover):not(:focus):not(:active):not(.e-active) {
  border: 1px solid transparent;
}
.e-richtexteditor .e-rte-toolbar:not(.e-rte-inline-toolbar) .e-toolbar-item .e-tbar-btn.e-btn {
  margin: 0;
}

.e-richtexteditor .e-rte-tb-bottom {
  order: 999;
  bottom: 0;
}

/*! tab layout */
.e-rte-container {
  border: 1px solid #616161;
}

.e-rte-toolbar.e-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item {
  display: inline-flex;
  margin: 4px 4px;
}
.e-rte-toolbar.e-toolbar .e-toolbar-pop.e-popup-open:not(.e-toolbar-extended) {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 75%;
  width: max-content;
  padding: 0 2px;
}
.e-rte-toolbar.e-toolbar .e-toolbar-pop:not(.e-toolbar-extended) {
  max-width: 75%;
  max-height: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-rte-container .e-toolbar-wrapper.e-rte-tb-bottom {
  border-top: 1px solid #616161;
}

.e-toolbar-wrapper,
.e-toolbar-container {
  border-bottom: 1px solid #616161;
}

iframe.e-rte-content {
  border: none;
}

.e-richtexteditor {
  color: #fff;
  background: #303030;
}
.e-richtexteditor .e-toolbar-wrapper {
  background: #212121;
}
.e-richtexteditor img.e-img-focus::selection,
.e-richtexteditor audio.e-audio-focus::selection,
.e-richtexteditor .e-video-focus::selection {
  background: transparent;
  color: transparent;
}
.e-richtexteditor .e-rte-content,
.e-richtexteditor .e-source-content {
  background: #303030;
  color: #fff;
}
.e-richtexteditor .e-rte-content .e-content blockquote,
.e-richtexteditor .e-source-content .e-content blockquote {
  border-left: solid 3px #616161;
}
.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize),
.e-richtexteditor .e-rte-content .e-content .e-video-focus:not(.e-resize),
.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize),
.e-richtexteditor .e-source-content .e-content .e-video-focus:not(.e-resize) {
  border: solid 2px #4a90e2;
}
.e-richtexteditor .e-rte-content .e-content a,
.e-richtexteditor .e-source-content .e-content a {
  color: #42a1ff;
}
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
  border-left: 0;
  border-right: solid 3px #616161;
}
.e-richtexteditor .e-input.e-rte-linkurl.e-error,
.e-richtexteditor .e-input.e-img-link.e-error {
  color: #f00;
}
.e-richtexteditor.e-rte-full-screen {
  background: #303030;
}

.e-rte-quick-popup.e-rte-elements {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.051), 0 10px 15px -3px rgba(0, 0, 0, 0.102);
}
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
  background: #424242;
}
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) {
  background: #424242;
}
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-overlay {
  background: #424242;
}
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-active) .e-tbar-btn:not(.e-active):not(:hover):not(:focus):not(:active),
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-active) .e-rte-dropdown-menu:not(.e-active):not(:hover):not(:focus):not(:active) {
  background: #424242;
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown:hover {
  background: rgba(255, 255, 255, 0.12);
}
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown:focus {
  background: rgba(255, 255, 255, 0.12);
}
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown:active {
  background: rgba(255, 255, 255, 0.22);
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper {
  border-radius: 2px;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
  background: #212121;
  border: 1px solid transparent;
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper {
  border-radius: 2px;
}
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
  background: #424242;
  border: 1px solid transparent;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
  background: #212121;
  border: 1px solid transparent;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn {
  border: 1px solid transparent;
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
  background: #424242;
  border: 1px solid transparent;
}
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn {
  border: 1px solid transparent;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu {
  box-shadow: none;
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:focus,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:focus {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:active,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:active {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu.e-active,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu.e-active {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu.e-active,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:focus,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:active,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu.e-active {
  border: 1px solid transparent;
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:focus-visible,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:focus-visible {
  box-shadow: none;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-active,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
  border: 1px solid transparent;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.12);
}

.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown {
  pointer-events: none;
  cursor: default;
  background: transparent;
  border: none;
}
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown:hover {
  background: transparent;
  border: none;
}
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-rte-dropdown-btn-text,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-rte-font-color::before,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-background-color::before,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover .e-icons,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover .e-rte-dropdown-btn-text,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover .e-rte-font-color::before,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown-menu:hover .e-background-color::before,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown:hover .e-icons,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown:hover .e-rte-dropdown-btn-text,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown:hover .e-rte-font-color::before,
.e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item .e-rte-dropdown:hover .e-background-color::before {
  color: inherit;
  background: transparent;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
  box-shadow: none;
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover {
  background: rgba(255, 255, 255, 0.12);
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-rte-dropdown,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-rte-dropdown {
  border: 1px solid transparent;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-split-btn:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-dropdown-btn:hover,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-split-btn:hover,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-dropdown-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-split-btn:not(:hover),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-dropdown-btn:not(:hover),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-split-btn:not(:hover),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-dropdown-btn:not(:hover) {
  background: transparent;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-icons {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:active .e-rte-dropdown,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:active .e-rte-dropdown {
  border: 1px solid transparent;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:active .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:active .e-icons {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus {
  background: rgba(255, 255, 255, 0.12);
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-rte-dropdown,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-rte-dropdown {
  border: 1px solid transparent;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-split-btn:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-dropdown-btn:focus,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-split-btn:focus,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-dropdown-btn:focus {
  background: rgba(255, 255, 255, 0.12);
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-split-btn:not(:focus),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-dropdown-btn:not(:focus),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-split-btn:not(:focus),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-dropdown-btn:not(:focus) {
  background: transparent;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus .e-icons {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-dropdown-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-dropdown-btn {
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-split-btn + .e-dropdown-btn.e-active,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-split-btn + .e-dropdown-btn.e-active {
  background: rgba(255, 255, 255, 0.22);
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn {
  background: rgba(255, 255, 255, 0.12);
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-split-btn-wrapper {
  background: rgba(255, 255, 255, 0.12);
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-split-btn-wrapper .e-split-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-split-btn-wrapper .e-dropdown-btn {
  background: transparent;
  color: #fff;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper:focus-visible,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container:focus-visible,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper:focus-visible,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container:focus-visible,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper:focus-visible .e-split-btn:not(:focus-visible),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper:focus-visible .e-dropdown-btn:not(:focus-visible),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container:focus-visible .e-split-btn:not(:focus-visible),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container:focus-visible .e-dropdown-btn:not(:focus-visible),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-split-btn:not(:focus-visible),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-dropdown-btn:not(:focus-visible),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-split-btn:not(:focus-visible),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-dropdown-btn:not(:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper:focus-visible .e-split-btn:not(:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper:focus-visible .e-dropdown-btn:not(:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container:focus-visible .e-split-btn:not(:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container:focus-visible .e-dropdown-btn:not(:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-split-btn:not(:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-dropdown-btn:not(:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-split-btn:not(:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-dropdown-btn:not(:focus-visible) {
  background: transparent;
  color: #fff;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible),
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible),
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible) {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible) .e-split-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible) .e-dropdown-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible) .e-split-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible) .e-dropdown-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible) .e-split-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible) .e-dropdown-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible) .e-split-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible) .e-dropdown-btn {
  background: transparent;
  color: #fff;
}

.e-linkheader {
  color: #fff;
}

.e-rte-content .e-content img:not(.e-resize) {
  z-index: 1000;
}

span.e-rte-imageboxmark,
span.e-rte-videoboxmark {
  background: #4a90e2;
  border: 1px solid #fff;
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 1000;
}

.e-mob-rte span.e-rte-imageboxmark,
.e-mob-rte span.e-rte-videoboxmark {
  background: #fff;
  border: 1px solid #4a90e2;
  border-radius: 15px;
  height: 20px;
  width: 20px;
}

.e-mob-rte.e-mob-span span.e-rte-imageboxmark,
.e-mob-rte.e-mob-span span.e-rte-videoboxmark {
  background: #4a90e2;
  border: 1px solid #fff;
}

.e-rte-content .e-content img.e-resize,
.e-rte-content .e-content video.e-resize {
  z-index: 1000;
}

*.e-disabled {
  user-select: none;
}
*.e-disabled .e-rte-toolbar .e-toolbar-item {
  cursor: default;
}
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus {
  background: transparent;
  cursor: default;
}

.e-dropdown-popup ul .e-item.e-active {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.e-popup-overlay {
  background-color: #383838;
}

.e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons,
.e-rte-toolbar .e-toolbar-item.e-overlay .e-rte-dropdown-menu,
.e-rte-toolbar .e-toolbar-item.e-overlay .e-rte-dropdown-menu .e-icons,
.e-rte-toolbar .e-toolbar-item.e-overlay .e-rte-dropdown .e-icons,
.e-rte-toolbar .e-toolbar-item.e-overlay .e-rte-font-color::before,
.e-rte-toolbar .e-toolbar-item.e-overlay .e-background-color::before {
  color: rgba(255, 255, 255, 0.26);
}

.e-rte-table-popup.e-popup.e-popup-open {
  background-color: #303030;
  color: #fff;
}

.e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
  border: solid rgba(0, 0, 0, 0.12);
  border-width: 0 0 0 1px;
  padding-left: 1px;
}

.e-rte-table-popup .e-span-border {
  border: 1px solid #616161;
  display: block;
  margin-bottom: 8px;
  margin-top: 12px;
}

.e-rte-table-popup .e-rte-popup-header {
  color: #fff;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  text-align: center;
}

.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default {
  background-color: #424242;
}

.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
  background-color: rgba(0, 176, 255, 0.2);
  border: 1px solid #00b0ff;
}

.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n),
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n) > td,
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n) > th {
  background: #353535;
}

.e-rte-table th {
  background: #424242;
}

.e-rte-table-popup.e-popup.e-popup-open {
  background-color: #424242;
  color: #000;
}

span.e-table-box {
  background-color: #424242;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

span.e-table-box.e-rbox-select {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.e-table-rhelper {
  background-color: #00b0ff;
}

.e-rte-dialog-upload.e-upload.e-lib.e-keyboard {
  background: #303030;
}

.e-rte-emojipicker-popup.e-popup.e-popup-open {
  background: #292929;
  box-shadow: 0 0.6px 1.8px rgba(0, 0, 0, 0.1), 0 3.2px 7.2px rgba(0, 0, 0, 0.13);
  border: none;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
  background: transparent;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn.e-selected {
  background: #757575;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
  background: #757575;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar {
  background: transparent;
  border: none;
  box-shadow: none;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar .e-toolbar-items {
  background: transparent;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar .e-toolbar-items .e-scroll-nav {
  border: none;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control:not(:hover):not(:focus):not(:active) {
  background: transparent;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control:not(:hover):not(:focus):not(:active) {
  background: transparent;
}
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
  color: #fff;
}

.e-richtexteditor .e-toolbar,
.e-richtexteditor .e-toolbar .e-toolbar-pop {
  border: none;
}

.e-rte-img-dialog .e-rte-upload-progress {
  color: #03a9f4;
}

.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-top::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #424242;
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-top::after {
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 9px solid inherit;
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-bottom::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #424242;
}
.e-rte-quick-popup .e-rte-tip-pointer.e-rte-tip-bottom::after {
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 9px solid inherit;
}

/*! component's theme wise override definitions and variables */
/*! richtexteditor icons */
.e-toolbar-wrapper .e-horizontal-line::before,
.e-toolbar-container .e-horizontal-line::before,
.e-rte-toolbar .e-horizontal-line::before,
.e-rte-dropdown-popup .e-horizontal-line::before {
  content: "\e9e5";
}
.e-toolbar-wrapper .e-blockquote::before,
.e-toolbar-container .e-blockquote::before,
.e-rte-toolbar .e-blockquote::before,
.e-rte-dropdown-popup .e-blockquote::before {
  content: "\e9b9";
}
.e-toolbar-wrapper .e-alignments::before,
.e-toolbar-container .e-alignments::before,
.e-rte-toolbar .e-alignments::before,
.e-rte-dropdown-popup .e-alignments::before {
  content: "\e33a";
}
.e-toolbar-wrapper .e-justify-left::before,
.e-toolbar-container .e-justify-left::before,
.e-rte-toolbar .e-justify-left::before,
.e-rte-dropdown-popup .e-justify-left::before {
  content: "\e33a";
}
.e-toolbar-wrapper .e-rte-checklist-icon::before,
.e-toolbar-container .e-rte-checklist-icon::before,
.e-rte-toolbar .e-rte-checklist-icon::before,
.e-rte-dropdown-popup .e-rte-checklist-icon::before {
  content: "\e952";
}
.e-toolbar-wrapper .e-justify-center::before,
.e-toolbar-container .e-justify-center::before,
.e-rte-toolbar .e-justify-center::before,
.e-rte-dropdown-popup .e-justify-center::before {
  content: "\e35e";
}
.e-toolbar-wrapper .e-justify-right::before,
.e-toolbar-container .e-justify-right::before,
.e-rte-toolbar .e-justify-right::before,
.e-rte-dropdown-popup .e-justify-right::before {
  content: "\e34d";
}
.e-toolbar-wrapper .e-justify-full::before,
.e-toolbar-container .e-justify-full::before,
.e-rte-toolbar .e-justify-full::before,
.e-rte-dropdown-popup .e-justify-full::before {
  content: "\e334";
}
.e-toolbar-wrapper .e-font-name::before,
.e-toolbar-container .e-font-name::before,
.e-rte-toolbar .e-font-name::before,
.e-rte-dropdown-popup .e-font-name::before {
  content: "\e35f";
}
.e-toolbar-wrapper .e-rte-font-colorpicker .e-split-colorpicker.e-rte-font-color::before,
.e-toolbar-container .e-rte-font-colorpicker .e-split-colorpicker.e-rte-font-color::before,
.e-rte-toolbar .e-rte-font-colorpicker .e-split-colorpicker.e-rte-font-color::before,
.e-rte-dropdown-popup .e-rte-font-colorpicker .e-split-colorpicker.e-rte-font-color::before {
  content: "\e34c";
}
.e-toolbar-wrapper .e-rte-background-colorpicker .e-split-colorpicker.e-background-color::before,
.e-toolbar-container .e-rte-background-colorpicker .e-split-colorpicker.e-background-color::before,
.e-rte-toolbar .e-rte-background-colorpicker .e-split-colorpicker.e-background-color::before,
.e-rte-dropdown-popup .e-rte-background-colorpicker .e-split-colorpicker.e-background-color::before {
  content: "\e35c";
}
.e-toolbar-wrapper .e-bold::before,
.e-toolbar-container .e-bold::before,
.e-rte-toolbar .e-bold::before,
.e-rte-dropdown-popup .e-bold::before {
  content: "\e339";
}
.e-toolbar-wrapper .e-italic::before,
.e-toolbar-container .e-italic::before,
.e-rte-toolbar .e-italic::before,
.e-rte-dropdown-popup .e-italic::before {
  content: "\e35a";
}
.e-toolbar-wrapper .e-underline::before,
.e-toolbar-container .e-underline::before,
.e-rte-toolbar .e-underline::before,
.e-rte-dropdown-popup .e-underline::before {
  content: "\e343";
}
.e-toolbar-wrapper .e-strike-through::before,
.e-toolbar-container .e-strike-through::before,
.e-rte-toolbar .e-strike-through::before,
.e-rte-dropdown-popup .e-strike-through::before {
  content: "\e332";
}
.e-toolbar-wrapper .e-clear-format::before,
.e-toolbar-container .e-clear-format::before,
.e-rte-toolbar .e-clear-format::before,
.e-rte-dropdown-popup .e-clear-format::before {
  content: "\e331";
}
.e-toolbar-wrapper .e-clear-all::before,
.e-toolbar-container .e-clear-all::before,
.e-rte-toolbar .e-clear-all::before,
.e-rte-dropdown-popup .e-clear-all::before {
  content: "\e340";
}
.e-toolbar-wrapper .e-cut::before,
.e-toolbar-container .e-cut::before,
.e-rte-toolbar .e-cut::before,
.e-rte-dropdown-popup .e-cut::before {
  content: "\e33b";
}
.e-toolbar-wrapper .e-copy::before,
.e-toolbar-container .e-copy::before,
.e-rte-toolbar .e-copy::before,
.e-rte-dropdown-popup .e-copy::before {
  content: "\e33d";
}
.e-toolbar-wrapper .e-paste::before,
.e-toolbar-container .e-paste::before,
.e-rte-toolbar .e-paste::before,
.e-rte-dropdown-popup .e-paste::before {
  content: "\e355";
}
.e-toolbar-wrapper .e-unorder-list::before,
.e-toolbar-container .e-unorder-list::before,
.e-rte-toolbar .e-unorder-list::before,
.e-rte-dropdown-popup .e-unorder-list::before {
  content: "\e344";
}
.e-toolbar-wrapper .e-order-list::before,
.e-toolbar-container .e-order-list::before,
.e-rte-toolbar .e-order-list::before,
.e-rte-dropdown-popup .e-order-list::before {
  content: "\e346";
}
.e-toolbar-wrapper .e-indent::before,
.e-toolbar-container .e-indent::before,
.e-rte-toolbar .e-indent::before,
.e-rte-dropdown-popup .e-indent::before {
  content: "\e33f";
}
.e-toolbar-wrapper .e-outdent::before,
.e-toolbar-container .e-outdent::before,
.e-rte-toolbar .e-outdent::before,
.e-rte-dropdown-popup .e-outdent::before {
  content: "\e35d";
}
.e-toolbar-wrapper .e-undo::before,
.e-toolbar-container .e-undo::before,
.e-rte-toolbar .e-undo::before,
.e-rte-dropdown-popup .e-undo::before {
  content: "\e341";
}
.e-toolbar-wrapper .e-redo::before,
.e-toolbar-container .e-redo::before,
.e-rte-toolbar .e-redo::before,
.e-rte-dropdown-popup .e-redo::before {
  content: "\e354";
}
.e-toolbar-wrapper .e-super-script::before,
.e-toolbar-container .e-super-script::before,
.e-rte-toolbar .e-super-script::before,
.e-rte-dropdown-popup .e-super-script::before {
  content: "\e352";
}
.e-toolbar-wrapper .e-sub-script::before,
.e-toolbar-container .e-sub-script::before,
.e-rte-toolbar .e-sub-script::before,
.e-rte-dropdown-popup .e-sub-script::before {
  content: "\e357";
}
.e-toolbar-wrapper .e-create-link::before,
.e-toolbar-container .e-create-link::before,
.e-rte-toolbar .e-create-link::before,
.e-rte-dropdown-popup .e-create-link::before {
  content: "\e34e";
}
.e-toolbar-wrapper .e-open-link::before,
.e-toolbar-container .e-open-link::before,
.e-rte-toolbar .e-open-link::before,
.e-rte-dropdown-popup .e-open-link::before {
  content: "\e34a";
}
.e-toolbar-wrapper .e-edit-link::before,
.e-toolbar-container .e-edit-link::before,
.e-rte-toolbar .e-edit-link::before,
.e-rte-dropdown-popup .e-edit-link::before {
  content: "\e338";
}
.e-toolbar-wrapper .e-remove-link::before,
.e-toolbar-container .e-remove-link::before,
.e-rte-toolbar .e-remove-link::before,
.e-rte-dropdown-popup .e-remove-link::before {
  content: "\e348";
}
.e-toolbar-wrapper .e-image::before,
.e-toolbar-container .e-image::before,
.e-rte-toolbar .e-image::before,
.e-rte-dropdown-popup .e-image::before {
  content: "\e335";
}
.e-toolbar-wrapper .e-audio::before,
.e-toolbar-container .e-audio::before,
.e-rte-toolbar .e-audio::before,
.e-rte-dropdown-popup .e-audio::before {
  content: "\e949";
}
.e-toolbar-wrapper .e-video::before,
.e-toolbar-container .e-video::before,
.e-rte-toolbar .e-video::before,
.e-rte-dropdown-popup .e-video::before {
  content: "\e94b";
}
.e-toolbar-wrapper .e-replace::before,
.e-toolbar-container .e-replace::before,
.e-rte-toolbar .e-replace::before,
.e-rte-dropdown-popup .e-replace::before {
  content: "\e359";
}
.e-toolbar-wrapper .e-audio-replace::before,
.e-toolbar-wrapper .e-video-replace::before,
.e-toolbar-container .e-audio-replace::before,
.e-toolbar-container .e-video-replace::before,
.e-rte-toolbar .e-audio-replace::before,
.e-rte-toolbar .e-video-replace::before,
.e-rte-dropdown-popup .e-audio-replace::before,
.e-rte-dropdown-popup .e-video-replace::before {
  content: "\e308";
}
.e-toolbar-wrapper .e-align::before,
.e-toolbar-container .e-align::before,
.e-rte-toolbar .e-align::before,
.e-rte-dropdown-popup .e-align::before {
  content: "\e33a";
}
.e-toolbar-wrapper .e-caption::before,
.e-toolbar-container .e-caption::before,
.e-rte-toolbar .e-caption::before,
.e-rte-dropdown-popup .e-caption::before {
  content: "\e9a6";
}
.e-toolbar-wrapper .e-remove::before,
.e-toolbar-wrapper .e-audio-remove::before,
.e-toolbar-wrapper .e-video-remove::before,
.e-toolbar-container .e-remove::before,
.e-toolbar-container .e-audio-remove::before,
.e-toolbar-container .e-video-remove::before,
.e-rte-toolbar .e-remove::before,
.e-rte-toolbar .e-audio-remove::before,
.e-rte-toolbar .e-video-remove::before,
.e-rte-dropdown-popup .e-remove::before,
.e-rte-dropdown-popup .e-audio-remove::before,
.e-rte-dropdown-popup .e-video-remove::before {
  content: "\e33e";
}
.e-toolbar-wrapper .e-insert-link::before,
.e-toolbar-container .e-insert-link::before,
.e-rte-toolbar .e-insert-link::before,
.e-rte-dropdown-popup .e-insert-link::before {
  content: "\e34e";
}
.e-toolbar-wrapper .e-display::before,
.e-toolbar-wrapper .e-audio-display::before,
.e-toolbar-wrapper .e-video-display::before,
.e-toolbar-container .e-display::before,
.e-toolbar-container .e-audio-display::before,
.e-toolbar-container .e-video-display::before,
.e-rte-toolbar .e-display::before,
.e-rte-toolbar .e-audio-display::before,
.e-rte-toolbar .e-video-display::before,
.e-rte-dropdown-popup .e-display::before,
.e-rte-dropdown-popup .e-audio-display::before,
.e-rte-dropdown-popup .e-video-display::before {
  content: "\e358";
}
.e-toolbar-wrapper .e-alt-text::before,
.e-toolbar-container .e-alt-text::before,
.e-rte-toolbar .e-alt-text::before,
.e-rte-dropdown-popup .e-alt-text::before {
  content: "\e33c";
}
.e-toolbar-wrapper .e-img-dimension::before,
.e-toolbar-wrapper .e-video-dimension::before,
.e-toolbar-container .e-img-dimension::before,
.e-toolbar-container .e-video-dimension::before,
.e-rte-toolbar .e-img-dimension::before,
.e-rte-toolbar .e-video-dimension::before,
.e-rte-dropdown-popup .e-img-dimension::before,
.e-rte-dropdown-popup .e-video-dimension::before {
  content: "\e336";
}
.e-toolbar-wrapper .e-maximize::before,
.e-toolbar-container .e-maximize::before,
.e-rte-toolbar .e-maximize::before,
.e-rte-dropdown-popup .e-maximize::before {
  content: "\e342";
}
.e-toolbar-wrapper .e-minimize::before,
.e-toolbar-container .e-minimize::before,
.e-rte-toolbar .e-minimize::before,
.e-rte-dropdown-popup .e-minimize::before {
  content: "\e337";
}
.e-toolbar-wrapper .e-zoom-in::before,
.e-toolbar-container .e-zoom-in::before,
.e-rte-toolbar .e-zoom-in::before,
.e-rte-dropdown-popup .e-zoom-in::before {
  content: "\e349";
}
.e-toolbar-wrapper .e-zoom-out::before,
.e-toolbar-container .e-zoom-out::before,
.e-rte-toolbar .e-zoom-out::before,
.e-rte-dropdown-popup .e-zoom-out::before {
  content: "\e351";
}
.e-toolbar-wrapper .e-lower-case::before,
.e-toolbar-container .e-lower-case::before,
.e-rte-toolbar .e-lower-case::before,
.e-rte-dropdown-popup .e-lower-case::before {
  content: "\e347";
}
.e-toolbar-wrapper .e-upper-case::before,
.e-toolbar-container .e-upper-case::before,
.e-rte-toolbar .e-upper-case::before,
.e-rte-dropdown-popup .e-upper-case::before {
  content: "\e333";
}
.e-toolbar-wrapper .e-print::before,
.e-toolbar-container .e-print::before,
.e-rte-toolbar .e-print::before,
.e-rte-dropdown-popup .e-print::before {
  content: "\e34b";
}
.e-toolbar-wrapper .e-source-code::before,
.e-toolbar-container .e-source-code::before,
.e-rte-toolbar .e-source-code::before,
.e-rte-dropdown-popup .e-source-code::before {
  content: "\e350";
}
.e-toolbar-wrapper .e-preview::before,
.e-toolbar-container .e-preview::before,
.e-rte-toolbar .e-preview::before,
.e-rte-dropdown-popup .e-preview::before {
  content: "\e345";
}
.e-toolbar-wrapper .e-view-side::before,
.e-toolbar-container .e-view-side::before,
.e-rte-toolbar .e-view-side::before,
.e-rte-dropdown-popup .e-view-side::before {
  content: "\e34f";
}
.e-toolbar-wrapper .e-inline-code::before,
.e-toolbar-container .e-inline-code::before,
.e-rte-toolbar .e-inline-code::before,
.e-rte-dropdown-popup .e-inline-code::before {
  content: "\e356";
}
.e-toolbar-wrapper .e-preformat-code::before,
.e-toolbar-container .e-preformat-code::before,
.e-rte-toolbar .e-preformat-code::before,
.e-rte-dropdown-popup .e-preformat-code::before {
  content: "\e9d4";
}
.e-toolbar-wrapper .e-table-header::before,
.e-toolbar-container .e-table-header::before,
.e-rte-toolbar .e-table-header::before,
.e-rte-dropdown-popup .e-table-header::before {
  content: "\e9b8";
}
.e-toolbar-wrapper .e-table-remove::before,
.e-toolbar-container .e-table-remove::before,
.e-rte-toolbar .e-table-remove::before,
.e-rte-dropdown-popup .e-table-remove::before {
  content: "\e292";
}
.e-toolbar-wrapper .e-table-rows::before,
.e-toolbar-container .e-table-rows::before,
.e-rte-toolbar .e-table-rows::before,
.e-rte-dropdown-popup .e-table-rows::before {
  content: "\eb02";
}
.e-toolbar-wrapper .e-table-columns::before,
.e-toolbar-container .e-table-columns::before,
.e-rte-toolbar .e-table-columns::before,
.e-rte-dropdown-popup .e-table-columns::before {
  content: "\ea9e";
}
.e-toolbar-wrapper .e-table-cell-ver-align::before,
.e-toolbar-container .e-table-cell-ver-align::before,
.e-rte-toolbar .e-table-cell-ver-align::before,
.e-rte-dropdown-popup .e-table-cell-ver-align::before {
  content: "\ea9b";
}
.e-toolbar-wrapper .e-table-edit-properties::before,
.e-toolbar-container .e-table-edit-properties::before,
.e-rte-toolbar .e-table-edit-properties::before,
.e-rte-dropdown-popup .e-table-edit-properties::before {
  content: "\ea1c";
}
.e-toolbar-wrapper .e-create-table::before,
.e-toolbar-container .e-create-table::before,
.e-rte-toolbar .e-create-table::before,
.e-rte-dropdown-popup .e-create-table::before {
  content: "\e294";
}
.e-toolbar-wrapper .e-align-bottom::before,
.e-toolbar-container .e-align-bottom::before,
.e-rte-toolbar .e-align-bottom::before,
.e-rte-dropdown-popup .e-align-bottom::before {
  content: "\ea91";
}
.e-toolbar-wrapper .e-align-middle::before,
.e-toolbar-container .e-align-middle::before,
.e-rte-toolbar .e-align-middle::before,
.e-rte-dropdown-popup .e-align-middle::before {
  content: "\ea94";
}
.e-toolbar-wrapper .e-align-top::before,
.e-toolbar-container .e-align-top::before,
.e-rte-toolbar .e-align-top::before,
.e-rte-dropdown-popup .e-align-top::before {
  content: "\ea98";
}
.e-toolbar-wrapper .e-insert-column-left::before,
.e-toolbar-container .e-insert-column-left::before,
.e-rte-toolbar .e-insert-column-left::before,
.e-rte-dropdown-popup .e-insert-column-left::before {
  content: "\ea97";
}
.e-toolbar-wrapper .e-insert-column-right::before,
.e-toolbar-container .e-insert-column-right::before,
.e-rte-toolbar .e-insert-column-right::before,
.e-rte-dropdown-popup .e-insert-column-right::before {
  content: "\ea99";
}
.e-toolbar-wrapper .e-delete-column::before,
.e-toolbar-container .e-delete-column::before,
.e-rte-toolbar .e-delete-column::before,
.e-rte-dropdown-popup .e-delete-column::before {
  content: "\ea95";
}
.e-toolbar-wrapper .e-insert-row-before::before,
.e-toolbar-container .e-insert-row-before::before,
.e-rte-toolbar .e-insert-row-before::before,
.e-rte-dropdown-popup .e-insert-row-before::before {
  content: "\ea92";
}
.e-toolbar-wrapper .e-insert-row-after::before,
.e-toolbar-container .e-insert-row-after::before,
.e-rte-toolbar .e-insert-row-after::before,
.e-rte-dropdown-popup .e-insert-row-after::before {
  content: "\ea93";
}
.e-toolbar-wrapper .e-delete-row::before,
.e-toolbar-container .e-delete-row::before,
.e-rte-toolbar .e-delete-row::before,
.e-rte-dropdown-popup .e-delete-row::before {
  content: "\ea96";
}
.e-toolbar-wrapper .e-style::before,
.e-toolbar-container .e-style::before,
.e-rte-toolbar .e-style::before,
.e-rte-dropdown-popup .e-style::before {
  content: "\ea9f";
}
.e-toolbar-wrapper .e-rte-file-manager::before,
.e-toolbar-container .e-rte-file-manager::before,
.e-rte-toolbar .e-rte-file-manager::before,
.e-rte-dropdown-popup .e-rte-file-manager::before {
  content: "\e609";
}
.e-toolbar-wrapper .e-rte-format-painter::before,
.e-toolbar-container .e-rte-format-painter::before,
.e-rte-toolbar .e-rte-format-painter::before,
.e-rte-dropdown-popup .e-rte-format-painter::before {
  content: "\e97b";
}
.e-toolbar-wrapper .e-rte-export-pdf::before,
.e-toolbar-container .e-rte-export-pdf::before,
.e-rte-toolbar .e-rte-export-pdf::before,
.e-rte-dropdown-popup .e-rte-export-pdf::before {
  content: "\e9bf";
}
.e-toolbar-wrapper .e-rte-import-doc::before,
.e-toolbar-container .e-rte-import-doc::before,
.e-rte-toolbar .e-rte-import-doc::before,
.e-rte-dropdown-popup .e-rte-import-doc::before {
  content: "\e9c0";
}
.e-toolbar-wrapper .e-rte-export-doc::before,
.e-toolbar-container .e-rte-export-doc::before,
.e-rte-toolbar .e-rte-export-doc::before,
.e-rte-dropdown-popup .e-rte-export-doc::before {
  content: "\e9c1";
}

.e-richtexteditor .e-south-east::before,
.e-richtexteditor .e-south-west::before {
  content: "\eb05";
}

.e-rtl .e-rte-toolbar .e-unorder-list::before,
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
  content: "\e982";
}
.e-rtl .e-rte-toolbar .e-order-list::before,
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
  content: "\e983";
}
.e-rtl .e-rte-toolbar .e-indent::before,
.e-rtl .e-rte-dropdown-popup .e-indent::before {
  content: "\e985";
}
.e-rtl .e-rte-toolbar .e-outdent::before,
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
  content: "\e986";
}

.e-cell-merge::before {
  content: "\e89a";
}

.e-cell-horizontal-split::before {
  content: "\e89b";
}

.e-cell-vertical-split::before {
  content: "\e89d";
}

.e-table-cell::before {
  content: "\e89c";
}

.e-rte-cursor-brush {
  cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1vdXRzaWRlLTFfNDgwXzE4OCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTQiIHk9IjMiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iMTQiIHk9IjMiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1IDRIMjVWNkgyNy41SDI4VjYuNVYxMS41VjEySDI3LjVIMjFWMThIMTlWMTFIMjFIMjdWN0gyNVY5SDE1VjRaIi8+CjwvbWFzaz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSA0SDI1VjZIMjcuNUgyOFY2LjVWMTEuNVYxMkgyNy41SDIxVjE4SDE5VjExSDIxSDI3VjdIMjVWOUgxNVY0WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTI1IDRIMjZWM0gyNVY0Wk0xNSA0VjNIMTRWNEgxNVpNMjUgNkgyNFY3SDI1VjZaTTI4IDZIMjlWNUgyOFY2Wk0yOCAxMlYxM0gyOVYxMkgyOFpNMjEgMTJWMTFIMjBWMTJIMjFaTTIxIDE4VjE5SDIyVjE4SDIxWk0xOSAxOEgxOFYxOUgxOVYxOFpNMTkgMTFWMTBIMThWMTFIMTlaTTI3IDExVjEySDI4VjExSDI3Wk0yNyA3SDI4VjZIMjdWN1pNMjUgN1Y2SDI0VjdIMjVaTTI1IDlWMTBIMjZWOUgyNVpNMTUgOUgxNFYxMEgxNVY5Wk0yNSAzSDE1VjVIMjVWM1pNMjYgNlY0SDI0VjZIMjZaTTI1IDdIMjcuNVY1SDI1VjdaTTI3LjUgN0gyOFY1SDI3LjVWN1pNMjcgNlY2LjVIMjlWNkgyN1pNMjcgNi41VjExLjVIMjlWNi41SDI3Wk0yNyAxMS41VjEySDI5VjExLjVIMjdaTTI4IDExSDI3LjVWMTNIMjhWMTFaTTI3LjUgMTFIMjFWMTNIMjcuNVYxMVpNMjIgMThWMTJIMjBWMThIMjJaTTE5IDE5SDIxVjE3SDE5VjE5Wk0xOCAxMVYxOEgyMFYxMUgxOFpNMjEgMTBIMTlWMTJIMjFWMTBaTTIxIDEySDI3VjEwSDIxVjEyWk0yOCAxMVY3SDI2VjExSDI4Wk0yNyA2SDI1VjhIMjdWNlpNMjYgOVY3SDI0VjlIMjZaTTE1IDEwSDI1VjhIMTVWMTBaTTE0IDRWOUgxNlY0SDE0WiIgZmlsbD0id2hpdGUiIG1hc2s9InVybCgjcGF0aC0xLW91dHNpZGUtMV80ODBfMTg4KSIvPgo8bWFzayBpZD0icGF0aC0zLW91dHNpZGUtMl80ODBfMTg4IiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIzIiB5PSIyIiB3aWR0aD0iOSIgaGVpZ2h0PSIxOCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iMyIgeT0iMiIgd2lkdGg9IjkiIGhlaWdodD0iMTgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDRDNC42Mzc3MyA0IDUuMTgwNDMgNC4yMTA2OCA1LjczNDQzIDQuNDU2OTFDNS43ODYzNiA0LjQ3OTk5IDUuODM5MjQgNC41MDM3NyA1Ljg5Mjc4IDQuNTI3ODRMNS44OTI3OCA0LjUyNzg1QzYuMTEzOTIgNC42MjczIDYuMzQ2NDUgNC43MzE4OCA2LjU3MTMyIDQuODEzNjVDNi43MDgxOSA0Ljg2MzQyIDYuODUxMzUgNC45MDg0IDcgNC45NDE2OVY0Ljk0Njk1VjQuOTU2NzRWNC45NjY2M1Y0Ljk3NjYzVjQuOTg2NzNWNC45OTY5M1Y1LjAwNzI0VjUuMDE3NjZWNS4wMjgxN1Y1LjAzODc5VjUuMDQ5NTJWNS4wNjAzNFY1LjA3MTI3VjUuMDgyMzFWNS4wOTM0NFY1LjEwNDY5VjUuMTE2MDNWNS4xMjc0OFY1LjEzOTAzVjUuMTUwNjhWNS4xNjI0NFY1LjE3NDI5VjUuMTg2MjZWNS4xOTgzMlY1LjIxMDQ5VjUuMjIyNzZWNS4yMzUxM1Y1LjI0NzYxVjUuMjYwMThWNS4yNzI4NlY1LjI4NTY1VjUuMjk4NTNWNS4zMTE1MlY1LjMyNDYxVjUuMzM3OFY1LjM1MTA5VjUuMzY0NDlWNS4zNzc5OFY1LjM5MTU4VjUuNDA1MjhWNS40MTkwOFY1LjQzMjk5VjUuNDQ2OTlWNS40NjExVjUuNDc1MzFWNS40ODk2MlY1LjUwNDAzVjUuNTE4NTRWNS41MzMxNlY1LjU0Nzg3VjUuNTYyNjlWNS41Nzc2MVY1LjU5MjYyVjUuNjA3NzRWNS42MjI5NlY1LjYzODI4VjUuNjUzNzFWNS42NjkyM1Y1LjY4NDg1VjUuNzAwNTdWNS43MTY0VjUuNzMyMzJWNS43NDgzNVY1Ljc2NDQ3VjUuNzgwN1Y1Ljc5NzAyVjUuODEzNDVWNS44Mjk5N1Y1Ljg0NjZWNS44NjMzMlY1Ljg4MDE1VjUuODk3MDdWNS45MTQxVjUuOTMxMjJWNS45NDg0NFY1Ljk2NTc3VjUuOTgzMTlWNi4wMDA3MVY2LjAxODMzVjYuMDM2MDVWNi4wNTM4N1Y2LjA3MTc5VjYuMDg5ODFWNi4xMDc5M1Y2LjEyNjE1VjYuMTQ0NDZWNi4xNjI4N1Y2LjE4MTM5VjYuMlY2LjIxODcxVjYuMjM3NTJWNi4yNTY0M1Y2LjI3NTQzVjYuMjk0NTRWNi4zMTM3NFY2LjMzMzA0VjYuMzUyNDRWNi4zNzE5NFY2LjM5MTUzVjYuNDExMjJWNi40MzEwMlY2LjQ1MDkxVjYuNDcwODlWNi40OTA5OFY2LjUxMTE2VjYuNTMxNDRWNi41NTE4MlY2LjU3MjI5VjYuNTkyODdWNi42MTM1NFY2LjYzNDMxVjYuNjU1MTdWNi42NzYxM1Y2LjY5NzE5VjYuNzE4MzVWNi43Mzk2VjYuNzYwOTVWNi43ODI0VjYuODAzOTRWNi44MjU1OFY2Ljg0NzMyVjYuODY5MTZWNi44OTEwOVY2LjkxMzEyVjYuOTM1MjRWNi45NTc0NlY2Ljk3OTc4VjcuMDAyMTlWNy4wMjQ3VjcuMDQ3MzFWNy4wNzAwMVY3LjA5MjhWNy4xMTU3VjcuMTM4NjlWNy4xNjE3N1Y3LjE4NDk1VjcuMjA4MjNWNy4yMzE2VjcuMjU1MDdWNy4yNzg2NFY3LjMwMjI5VjcuMzI2MDVWNy4zNDk5VjcuMzczODRWNy4zOTc4OFY3LjQyMjAyVjcuNDQ2MjVWNy40NzA1OFY3LjQ5NVY3LjUxOTUxVjcuNTQ0MTJWNy41Njg4M1Y3LjU5MzYzVjcuNjE4NTJWNy42NDM1MVY3LjY2ODZWNy42OTM3OFY3LjcxOTA1VjcuNzQ0NDFWNy43Njk4OFY3Ljc5NTQzVjcuODIxMDhWNy44NDY4M1Y3Ljg3MjY2VjcuODk4NlY3LjkyNDYyVjcuOTUwNzRWNy45NzY5NVY4LjAwMzI2VjguMDI5NjZWOC4wNTYxNlY4LjA4Mjc0VjguMTA5NDNWOC4xMzYyVjguMTYzMDdWOC4xOTAwM1Y4LjIxNzA5VjguMjQ0MjNWOC4yNzE0N1Y4LjI5ODgxVjguMzI2MjRWOC4zNTM3NlY4LjM4MTM3VjguNDA5MDdWOC40MzY4N1Y4LjQ2NDc2VjguNDkyNzVWOC41MjA4MlY4LjU0ODk5VjguNTc3MjVWOC42MDU2MVY4LjYzNDA1VjguNjYyNTlWOC42OTEyMlY4LjcxOTk0VjguNzQ4NzZWOC43Nzc2NlY4LjgwNjY2VjguODM1NzVWOC44NjQ5M1Y4Ljg5NDIxVjguOTIzNTdWOC45NTMwM1Y4Ljk4MjU4VjkuMDEyMjJWOS4wNDE5NVY5LjA3MTc3VjkuMTAxNjhWOS4xMzE2OVY5LjE2MTc4VjkuMTkxOTdWOS4yMjIyNVY5LjI1MjYyVjkuMjgzMDhWOS4zMTM2M1Y5LjM0NDI3VjkuMzc1MDFWOS40MDU4M1Y5LjQzNjc0VjkuNDY3NzVWOS40OTg4NFY5LjUzMDAzVjkuNTYxM1Y5LjU5MjY3VjkuNjI0MTNWOS42NTU2N1Y5LjY4NzMxVjkuNzE5MDRWOS43NTA4NVY5Ljc4Mjc2VjkuODE0NzZWOS44NDY4NFY5Ljg3OTAyVjkuOTExMjhWOS45NDM2NFY5Ljk3NjA4VjEwLjAwODZWMTAuMDQxMlYxMC4wNzRWMTAuMTA2OFYxMC4xMzk2VjEwLjE3MjZWMTAuMjA1N1YxMC4yMzg5VjEwLjI3MjFWMTAuMzA1NFYxMC4zMzg5VjEwLjM3MjRWMTAuNDA2VjEwLjQzOTdWMTAuNDczNVYxMC41MDczVjEwLjU0MTNWMTAuNTc1M1YxMC42MDk1VjEwLjY0MzdWMTAuNjc4VjEwLjcxMjRWMTAuNzQ2OVYxMC43ODE1VjEwLjgxNjFWMTAuODUwOVYxMC44ODU3VjEwLjkyMDZWMTAuOTU1N1YxMC45OTA4VjExSDZWMTJIN1YxMi4wMDg5VjEyLjA0NjZWMTIuMDg0M1YxMi4xMjIxVjEyLjE1OTlWMTIuMTk3OVYxMi4yMzU5VjEyLjI3NDFWMTIuMzEyM1YxMi4zNTA2VjEyLjM4OVYxMi40Mjc0VjEyLjQ2NlYxMi41MDQ2VjEyLjU0MzRWMTIuNTgyMlYxMi42MjExVjEyLjY2MDFWMTIuNjk5MVYxMi43MzgzVjEyLjc3NzVWMTIuODE2OFYxMi44NTYzVjEyLjg5NTdWMTIuOTM1M1YxMi45NzVWMTMuMDE0N1YxMy4wNTQ1VjEzLjA5NDVWMTMuMTM0NVYxMy4xNzQ1VjEzLjIxNDdWMTMuMjU0OVYxMy4yOTUzVjEzLjMzNTdWMTMuMzc2MlYxMy40MTY4VjEzLjQ1NzRWMTMuNDk4MlYxMy41MzlWMTMuNTc5OVYxMy42MjA5VjEzLjY2MlYxMy43MDMyVjEzLjc0NDRWMTMuNzg1OFYxMy44MjcyVjEzLjg2ODdWMTMuOTEwM1YxMy45NTE5VjEzLjk5MzdWMTQuMDM1NVYxNC4wNzc0VjE0LjExOTRWMTQuMTYxNVYxNC4yMDM3VjE0LjI0NTlWMTQuMjg4MlYxNC4zMzA2VjE0LjM3MzFWMTQuNDE1N1YxNC40NTg0VjE0LjUwMTFWMTQuNTQzOVYxNC41ODY4VjE0LjYyOThWMTQuNjcyOVYxNC43MTZWMTQuNzU5MlYxNC44MDI1VjE0Ljg0NTlWMTQuODg5NFYxNC45MzNWMTQuOTc2NlYxNS4wMjAzVjE1LjA2NDFWMTUuMTA4VjE1LjE1MlYxNS4xOTZWMTUuMjQwMVYxNS4yODQzVjE1LjMyODZWMTUuMzczVjE1LjQxNzRWMTUuNDYxOVYxNS41MDY1VjE1LjU1MTJWMTUuNTk2VjE1LjY0MDhWMTUuNjg1OFYxNS43MzA4VjE1Ljc3NTlWMTUuODIxVjE1Ljg2NjNWMTUuOTExNlYxNS45NTdWMTYuMDAyNVYxNi4wNDgxVjE2LjA5MzdWMTYuMTM5NVYxNi4xODUzVjE2LjIzMTJWMTYuMjc3MVYxNi4zMjMyVjE2LjM2OTNWMTYuNDE1NVYxNi40NjE4VjE2LjUwODJWMTYuNTU0NlYxNi42MDExVjE2LjY0NzdWMTYuNjk0NFYxNi43NDEyVjE2Ljc4OFYxNi44MzQ5VjE2Ljg4MTlWMTYuOTI5VjE2Ljk3NjFWMTcuMDIzNFYxNy4wNDY2QzYuNTMyNDggMTcuMTMzMSA2LjEzMDk2IDE3LjMyNTIgNS43NzU1NSAxNy40OTUyTDUuNjY0NSAxNy41NDgyQzUuMTQ5MzkgMTcuNzkyNCA0LjY2MzkyIDE4IDQgMThWMTlDNC44OTgxOCAxOSA1LjU1MzIzIDE4LjcwNzYgNi4wOTI4NiAxOC40NTE4TDYuMTYwNzEgMTguNDE5NkM2LjY3OTAyIDE4LjE3MzUgNy4wNDQ0NSAxOCA3LjUgMThDNy45NTU1NSAxOCA4LjMyMDk4IDE4LjE3MzUgOC44MzkyOSAxOC40MTk2TDguOTA3MTQgMTguNDUxOEM5LjQ0Njc3IDE4LjcwNzYgMTAuMTAxOCAxOSAxMSAxOVYxOEMxMC4zMzYxIDE4IDkuODUwNjEgMTcuNzkyNCA5LjMzNTUgMTcuNTQ4Mkw5LjIyNDQ0IDE3LjQ5NTJMOS4yMjQ0NCAxNy40OTUyQzguODY5MDMgMTcuMzI1MiA4LjQ2NzUxIDE3LjEzMzEgOCAxNy4wNDY2VjE3LjAyMzRWMTYuOTc2MVYxNi45MjlWMTYuODgxOVYxNi44MzQ5VjE2Ljc4OFYxNi43NDEyVjE2LjY5NDRWMTYuNjQ3N1YxNi42MDExVjE2LjU1NDZWMTYuNTA4MlYxNi40NjE4VjE2LjQxNTVWMTYuMzY5M1YxNi4zMjMyVjE2LjI3NzFWMTYuMjMxMlYxNi4xODUzVjE2LjEzOTVWMTYuMDkzN1YxNi4wNDgxVjE2LjAwMjVWMTUuOTU3VjE1LjkxMTZWMTUuODY2M1YxNS44MjFWMTUuNzc1OVYxNS43MzA4VjE1LjY4NThWMTUuNjQwOFYxNS41OTZWMTUuNTUxMlYxNS41MDY1VjE1LjQ2MTlWMTUuNDE3NFYxNS4zNzNWMTUuMzI4NlYxNS4yODQzVjE1LjI0MDFWMTUuMTk2VjE1LjE1MlYxNS4xMDhWMTUuMDY0MVYxNS4wMjAzVjE0Ljk3NjZWMTQuOTMzVjE0Ljg4OTRWMTQuODQ1OVYxNC44MDI1VjE0Ljc1OTJWMTQuNzE2VjE0LjY3MjlWMTQuNjI5OFYxNC41ODY4VjE0LjU0MzlWMTQuNTAxMVYxNC40NTg0VjE0LjQxNTdWMTQuMzczMVYxNC4zMzA2VjE0LjI4ODJWMTQuMjQ1OVYxNC4yMDM3VjE0LjE2MTVWMTQuMTE5NFYxNC4wNzc0VjE0LjAzNTVWMTMuOTkzN1YxMy45NTE5VjEzLjkxMDNWMTMuODY4N1YxMy44MjcyVjEzLjc4NThWMTMuNzQ0NFYxMy43MDMyVjEzLjY2MlYxMy42MjA5VjEzLjU3OTlWMTMuNTM5VjEzLjQ5ODJWMTMuNDU3NFYxMy40MTY4VjEzLjM3NjJWMTMuMzM1N1YxMy4yOTUzVjEzLjI1NDlWMTMuMjE0N1YxMy4xNzQ1VjEzLjEzNDVWMTMuMDk0NVYxMy4wNTQ1VjEzLjAxNDdWMTIuOTc1VjEyLjkzNTNWMTIuODk1N1YxMi44NTYzVjEyLjgxNjhWMTIuNzc3NVYxMi43MzgzVjEyLjY5OTFWMTIuNjYwMVYxMi42MjExVjEyLjU4MjJWMTIuNTQzNFYxMi41MDQ2VjEyLjQ2NlYxMi40Mjc0VjEyLjM4OVYxMi4zNTA2VjEyLjMxMjNWMTIuMjc0MVYxMi4yMzU5VjEyLjE5NzlWMTIuMTU5OVYxMi4xMjIxVjEyLjA4NDNWMTIuMDQ2NlYxMi4wMDg5VjEySDlWMTFIOFYxMC45OTA4VjEwLjk1NTdWMTAuOTIwNlYxMC44ODU3VjEwLjg1MDlWMTAuODE2MVYxMC43ODE1VjEwLjc0NjlWMTAuNzEyNFYxMC42NzhWMTAuNjQzN1YxMC42MDk1VjEwLjU3NTNWMTAuNTQxM1YxMC41MDczVjEwLjQ3MzVWMTAuNDM5N1YxMC40MDZWMTAuMzcyNFYxMC4zMzg5VjEwLjMwNTRWMTAuMjcyMVYxMC4yMzg5VjEwLjIwNTdWMTAuMTcyNlYxMC4xMzk2VjEwLjEwNjhWMTAuMDc0VjEwLjA0MTJWMTAuMDA4NlY5Ljk3NjA4VjkuOTQzNjRWOS45MTEyOFY5Ljg3OTAyVjkuODQ2ODRWOS44MTQ3NlY5Ljc4Mjc2VjkuNzUwODVWOS43MTkwNFY5LjY4NzMxVjkuNjU1NjdWOS42MjQxM1Y5LjU5MjY3VjkuNTYxM1Y5LjUzMDAzVjkuNDk4ODRWOS40Njc3NVY5LjQzNjc0VjkuNDA1ODNWOS4zNzUwMVY5LjM0NDI3VjkuMzEzNjNWOS4yODMwOFY5LjI1MjYyVjkuMjIyMjVWOS4xOTE5N1Y5LjE2MTc4VjkuMTMxNjlWOS4xMDE2OFY5LjA3MTc3VjkuMDQxOTVWOS4wMTIyMlY4Ljk4MjU4VjguOTUzMDNWOC45MjM1N1Y4Ljg5NDIxVjguODY0OTNWOC44MzU3NVY4LjgwNjY2VjguNzc3NjZWOC43NDg3NlY4LjcxOTk0VjguNjkxMjJWOC42NjI1OVY4LjYzNDA1VjguNjA1NjFWOC41NzcyNVY4LjU0ODk5VjguNTIwODJWOC40OTI3NVY4LjQ2NDc2VjguNDM2ODdWOC40MDkwN1Y4LjM4MTM3VjguMzUzNzZWOC4zMjYyNFY4LjI5ODgxVjguMjcxNDdWOC4yNDQyM1Y4LjIxNzA5VjguMTkwMDNWOC4xNjMwN1Y4LjEzNjJWOC4xMDk0M1Y4LjA4Mjc0VjguMDU2MTZWOC4wMjk2NlY4LjAwMzI2VjcuOTc2OTVWNy45NTA3NFY3LjkyNDYyVjcuODk4NlY3Ljg3MjY2VjcuODQ2ODNWNy44MjEwOFY3Ljc5NTQzVjcuNzY5ODhWNy43NDQ0MVY3LjcxOTA1VjcuNjkzNzhWNy42Njg2VjcuNjQzNTFWNy42MTg1MlY3LjU5MzYzVjcuNTY4ODNWNy41NDQxMlY3LjUxOTUxVjcuNDk1VjcuNDcwNThWNy40NDYyNVY3LjQyMjAyVjcuMzk3ODhWNy4zNzM4NFY3LjM0OTlWNy4zMjYwNVY3LjMwMjI5VjcuMjc4NjRWNy4yNTUwN1Y3LjIzMTZWNy4yMDgyM1Y3LjE4NDk1VjcuMTYxNzdWNy4xMzg2OVY3LjExNTdWNy4wOTI4VjcuMDcwMDFWNy4wNDczMVY3LjAyNDdWNy4wMDIxOVY2Ljk3OTc4VjYuOTU3NDZWNi45MzUyNFY2LjkxMzEyVjYuODkxMDlWNi44NjkxNlY2Ljg0NzMyVjYuODI1NThWNi44MDM5NFY2Ljc4MjRWNi43NjA5NVY2LjczOTZWNi43MTgzNVY2LjY5NzE5VjYuNjc2MTNWNi42NTUxN1Y2LjYzNDMxVjYuNjEzNTRWNi41OTI4N1Y2LjU3MjI5VjYuNTUxODJWNi41MzE0NFY2LjUxMTE2VjYuNDkwOThWNi40NzA4OVY2LjQ1MDkxVjYuNDMxMDJWNi40MTEyMlY2LjM5MTUzVjYuMzcxOTRWNi4zNTI0NFY2LjMzMzA0VjYuMzEzNzRWNi4yOTQ1NFY2LjI3NTQzVjYuMjU2NDNWNi4yMzc1MlY2LjIxODcxVjYuMlY2LjE4MTM5VjYuMTYyODdWNi4xNDQ0NlY2LjEyNjE1VjYuMTA3OTNWNi4wODk4MVY2LjA3MTc5VjYuMDUzODdWNi4wMzYwNVY2LjAxODMzVjYuMDAwNzFWNS45ODMxOVY1Ljk2NTc3VjUuOTQ4NDRWNS45MzEyMlY1LjkxNDFWNS44OTcwN1Y1Ljg4MDE1VjUuODYzMzJWNS44NDY2VjUuODI5OTdWNS44MTM0NVY1Ljc5NzAyVjUuNzgwN1Y1Ljc2NDQ3VjUuNzQ4MzVWNS43MzIzMlY1LjcxNjRWNS43MDA1N1Y1LjY4NDg1VjUuNjY5MjNWNS42NTM3MVY1LjYzODI4VjUuNjIyOTZWNS42MDc3NFY1LjU5MjYyVjUuNTc3NjFWNS41NjI2OVY1LjU0Nzg3VjUuNTMzMTZWNS41MTg1NFY1LjUwNDAzVjUuNDg5NjJWNS40NzUzMVY1LjQ2MTFWNS40NDY5OVY1LjQzMjk5VjUuNDE5MDhWNS40MDUyOFY1LjM5MTU4VjUuMzc3OThWNS4zNjQ0OVY1LjM1MTA5VjUuMzM3OFY1LjMyNDYxVjUuMzExNTJWNS4yOTg1M1Y1LjI4NTY1VjUuMjcyODZWNS4yNjAxOFY1LjI0NzYxVjUuMjM1MTNWNS4yMjI3NlY1LjIxMDQ5VjUuMTk4MzJWNS4xODYyNlY1LjE3NDI5VjUuMTYyNDRWNS4xNTA2OFY1LjEzOTAzVjUuMTI3NDhWNS4xMTYwM1Y1LjEwNDY5VjUuMDkzNDRWNS4wODIzMVY1LjA3MTI3VjUuMDYwMzRWNS4wNDk1MlY1LjAzODc5VjUuMDI4MTdWNS4wMTc2NlY1LjAwNzI0VjQuOTk2OTNWNC45ODY3M1Y0Ljk3NjYzVjQuOTY2NjNWNC45NTY3NFY0Ljk0Njk1VjQuOTQxNjlDOC4xNDg2NSA0LjkwODQgOC4yOTE4MSA0Ljg2MzQyIDguNDI4NjggNC44MTM2NUM4LjY1MzU1IDQuNzMxODggOC44ODYwNyA0LjYyNzMxIDkuMTA3MjEgNC41Mjc4NUw5LjEwNzIyIDQuNTI3ODVMOS4xMDczMiA0LjUyNzhDOS4xNjA4MyA0LjUwMzc0IDkuMjEzNjcgNC40Nzk5NyA5LjI2NTU3IDQuNDU2OTFDOS44MTk1NyA0LjIxMDY4IDEwLjM2MjMgNCAxMSA0VjNDMTAuMTM3NyAzIDkuNDMwNDMgMy4yODkzMiA4Ljg1OTQzIDMuNTQzMDlDOC43OTczNCAzLjU3MDY5IDguNzM3NyAzLjU5NzQ4IDguNjgwMDUgMy42MjMzOEM4LjQ2MjgyIDMuNzIwOTggOC4yNzM2OSAzLjgwNTk0IDguMDg2OTQgMy44NzM4NUM3Ljg1NjA3IDMuOTU3ODEgNy42NjgwNyA0IDcuNSA0QzcuMzMxOTMgNCA3LjE0MzkzIDMuOTU3ODEgNi45MTMwNiAzLjg3Mzg1QzYuNzI2MzEgMy44MDU5NSA2LjUzNzE5IDMuNzIwOTggNi4zMTk5NiAzLjYyMzM5TDYuMzE5OTUgMy42MjMzOUw2LjMxOTkxIDMuNjIzMzdDNi4yNjIyNyAzLjU5NzQ3IDYuMjAyNjUgMy41NzA2OSA2LjE0MDU3IDMuNTQzMDlDNS41Njk1NyAzLjI4OTMyIDQuODYyMjcgMyA0IDNWNFoiLz4KPC9tYXNrPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQgNEM0LjYzNzczIDQgNS4xODA0MyA0LjIxMDY4IDUuNzM0NDMgNC40NTY5MUM1Ljc4NjM2IDQuNDc5OTkgNS44MzkyNCA0LjUwMzc3IDUuODkyNzggNC41Mjc4NEw1Ljg5Mjc4IDQuNTI3ODVDNi4xMTM5MiA0LjYyNzMgNi4zNDY0NSA0LjczMTg4IDYuNTcxMzIgNC44MTM2NUM2LjcwODE5IDQuODYzNDIgNi44NTEzNSA0LjkwODQgNyA0Ljk0MTY5VjQuOTQ2OTVWNC45NTY3NFY0Ljk2NjYzVjQuOTc2NjNWNC45ODY3M1Y0Ljk5NjkzVjUuMDA3MjRWNS4wMTc2NlY1LjAyODE3VjUuMDM4NzlWNS4wNDk1MlY1LjA2MDM0VjUuMDcxMjdWNS4wODIzMVY1LjA5MzQ0VjUuMTA0NjlWNS4xMTYwM1Y1LjEyNzQ4VjUuMTM5MDNWNS4xNTA2OFY1LjE2MjQ0VjUuMTc0MjlWNS4xODYyNlY1LjE5ODMyVjUuMjEwNDlWNS4yMjI3NlY1LjIzNTEzVjUuMjQ3NjFWNS4yNjAxOFY1LjI3Mjg2VjUuMjg1NjVWNS4yOTg1M1Y1LjMxMTUyVjUuMzI0NjFWNS4zMzc4VjUuMzUxMDlWNS4zNjQ0OVY1LjM3Nzk4VjUuMzkxNThWNS40MDUyOFY1LjQxOTA4VjUuNDMyOTlWNS40NDY5OVY1LjQ2MTFWNS40NzUzMVY1LjQ4OTYyVjUuNTA0MDNWNS41MTg1NFY1LjUzMzE2VjUuNTQ3ODdWNS41NjI2OVY1LjU3NzYxVjUuNTkyNjJWNS42MDc3NFY1LjYyMjk2VjUuNjM4MjhWNS42NTM3MVY1LjY2OTIzVjUuNjg0ODVWNS43MDA1N1Y1LjcxNjRWNS43MzIzMlY1Ljc0ODM1VjUuNzY0NDdWNS43ODA3VjUuNzk3MDJWNS44MTM0NVY1LjgyOTk3VjUuODQ2NlY1Ljg2MzMyVjUuODgwMTVWNS44OTcwN1Y1LjkxNDFWNS45MzEyMlY1Ljk0ODQ0VjUuOTY1NzdWNS45ODMxOVY2LjAwMDcxVjYuMDE4MzNWNi4wMzYwNVY2LjA1Mzg3VjYuMDcxNzlWNi4wODk4MVY2LjEwNzkzVjYuMTI2MTVWNi4xNDQ0NlY2LjE2Mjg3VjYuMTgxMzlWNi4yVjYuMjE4NzFWNi4yMzc1MlY2LjI1NjQzVjYuMjc1NDNWNi4yOTQ1NFY2LjMxMzc0VjYuMzMzMDRWNi4zNTI0NFY2LjM3MTk0VjYuMzkxNTNWNi40MTEyMlY2LjQzMTAyVjYuNDUwOTFWNi40NzA4OVY2LjQ5MDk4VjYuNTExMTZWNi41MzE0NFY2LjU1MTgyVjYuNTcyMjlWNi41OTI4N1Y2LjYxMzU0VjYuNjM0MzFWNi42NTUxN1Y2LjY3NjEzVjYuNjk3MTlWNi43MTgzNVY2LjczOTZWNi43NjA5NVY2Ljc4MjRWNi44MDM5NFY2LjgyNTU4VjYuODQ3MzJWNi44NjkxNlY2Ljg5MTA5VjYuOTEzMTJWNi45MzUyNFY2Ljk1NzQ2VjYuOTc5NzhWNy4wMDIxOVY3LjAyNDdWNy4wNDczMVY3LjA3MDAxVjcuMDkyOFY3LjExNTdWNy4xMzg2OVY3LjE2MTc3VjcuMTg0OTVWNy4yMDgyM1Y3LjIzMTZWNy4yNTUwN1Y3LjI3ODY0VjcuMzAyMjlWNy4zMjYwNVY3LjM0OTlWNy4zNzM4NFY3LjM5Nzg4VjcuNDIyMDJWNy40NDYyNVY3LjQ3MDU4VjcuNDk1VjcuNTE5NTFWNy41NDQxMlY3LjU2ODgzVjcuNTkzNjNWNy42MTg1MlY3LjY0MzUxVjcuNjY4NlY3LjY5Mzc4VjcuNzE5MDVWNy43NDQ0MVY3Ljc2OTg4VjcuNzk1NDNWNy44MjEwOFY3Ljg0NjgzVjcuODcyNjZWNy44OTg2VjcuOTI0NjJWNy45NTA3NFY3Ljk3Njk1VjguMDAzMjZWOC4wMjk2NlY4LjA1NjE2VjguMDgyNzRWOC4xMDk0M1Y4LjEzNjJWOC4xNjMwN1Y4LjE5MDAzVjguMjE3MDlWOC4yNDQyM1Y4LjI3MTQ3VjguMjk4ODFWOC4zMjYyNFY4LjM1Mzc2VjguMzgxMzdWOC40MDkwN1Y4LjQzNjg3VjguNDY0NzZWOC40OTI3NVY4LjUyMDgyVjguNTQ4OTlWOC41NzcyNVY4LjYwNTYxVjguNjM0MDVWOC42NjI1OVY4LjY5MTIyVjguNzE5OTRWOC43NDg3NlY4Ljc3NzY2VjguODA2NjZWOC44MzU3NVY4Ljg2NDkzVjguODk0MjFWOC45MjM1N1Y4Ljk1MzAzVjguOTgyNThWOS4wMTIyMlY5LjA0MTk1VjkuMDcxNzdWOS4xMDE2OFY5LjEzMTY5VjkuMTYxNzhWOS4xOTE5N1Y5LjIyMjI1VjkuMjUyNjJWOS4yODMwOFY5LjMxMzYzVjkuMzQ0MjdWOS4zNzUwMVY5LjQwNTgzVjkuNDM2NzRWOS40Njc3NVY5LjQ5ODg0VjkuNTMwMDNWOS41NjEzVjkuNTkyNjdWOS42MjQxM1Y5LjY1NTY3VjkuNjg3MzFWOS43MTkwNFY5Ljc1MDg1VjkuNzgyNzZWOS44MTQ3NlY5Ljg0Njg0VjkuODc5MDJWOS45MTEyOFY5Ljk0MzY0VjkuOTc2MDhWMTAuMDA4NlYxMC4wNDEyVjEwLjA3NFYxMC4xMDY4VjEwLjEzOTZWMTAuMTcyNlYxMC4yMDU3VjEwLjIzODlWMTAuMjcyMVYxMC4zMDU0VjEwLjMzODlWMTAuMzcyNFYxMC40MDZWMTAuNDM5N1YxMC40NzM1VjEwLjUwNzNWMTAuNTQxM1YxMC41NzUzVjEwLjYwOTVWMTAuNjQzN1YxMC42NzhWMTAuNzEyNFYxMC43NDY5VjEwLjc4MTVWMTAuODE2MVYxMC44NTA5VjEwLjg4NTdWMTAuOTIwNlYxMC45NTU3VjEwLjk5MDhWMTFINlYxMkg3VjEyLjAwODlWMTIuMDQ2NlYxMi4wODQzVjEyLjEyMjFWMTIuMTU5OVYxMi4xOTc5VjEyLjIzNTlWMTIuMjc0MVYxMi4zMTIzVjEyLjM1MDZWMTIuMzg5VjEyLjQyNzRWMTIuNDY2VjEyLjUwNDZWMTIuNTQzNFYxMi41ODIyVjEyLjYyMTFWMTIuNjYwMVYxMi42OTkxVjEyLjczODNWMTIuNzc3NVYxMi44MTY4VjEyLjg1NjNWMTIuODk1N1YxMi45MzUzVjEyLjk3NVYxMy4wMTQ3VjEzLjA1NDVWMTMuMDk0NVYxMy4xMzQ1VjEzLjE3NDVWMTMuMjE0N1YxMy4yNTQ5VjEzLjI5NTNWMTMuMzM1N1YxMy4zNzYyVjEzLjQxNjhWMTMuNDU3NFYxMy40OTgyVjEzLjUzOVYxMy41Nzk5VjEzLjYyMDlWMTMuNjYyVjEzLjcwMzJWMTMuNzQ0NFYxMy43ODU4VjEzLjgyNzJWMTMuODY4N1YxMy45MTAzVjEzLjk1MTlWMTMuOTkzN1YxNC4wMzU1VjE0LjA3NzRWMTQuMTE5NFYxNC4xNjE1VjE0LjIwMzdWMTQuMjQ1OVYxNC4yODgyVjE0LjMzMDZWMTQuMzczMVYxNC40MTU3VjE0LjQ1ODRWMTQuNTAxMVYxNC41NDM5VjE0LjU4NjhWMTQuNjI5OFYxNC42NzI5VjE0LjcxNlYxNC43NTkyVjE0LjgwMjVWMTQuODQ1OVYxNC44ODk0VjE0LjkzM1YxNC45NzY2VjE1LjAyMDNWMTUuMDY0MVYxNS4xMDhWMTUuMTUyVjE1LjE5NlYxNS4yNDAxVjE1LjI4NDNWMTUuMzI4NlYxNS4zNzNWMTUuNDE3NFYxNS40NjE5VjE1LjUwNjVWMTUuNTUxMlYxNS41OTZWMTUuNjQwOFYxNS42ODU4VjE1LjczMDhWMTUuNzc1OVYxNS44MjFWMTUuODY2M1YxNS45MTE2VjE1Ljk1N1YxNi4wMDI1VjE2LjA0ODFWMTYuMDkzN1YxNi4xMzk1VjE2LjE4NTNWMTYuMjMxMlYxNi4yNzcxVjE2LjMyMzJWMTYuMzY5M1YxNi40MTU1VjE2LjQ2MThWMTYuNTA4MlYxNi41NTQ2VjE2LjYwMTFWMTYuNjQ3N1YxNi42OTQ0VjE2Ljc0MTJWMTYuNzg4VjE2LjgzNDlWMTYuODgxOVYxNi45MjlWMTYuOTc2MVYxNy4wMjM0VjE3LjA0NjZDNi41MzI0OCAxNy4xMzMxIDYuMTMwOTYgMTcuMzI1MiA1Ljc3NTU1IDE3LjQ5NTJMNS42NjQ1IDE3LjU0ODJDNS4xNDkzOSAxNy43OTI0IDQuNjYzOTIgMTggNCAxOFYxOUM0Ljg5ODE4IDE5IDUuNTUzMjMgMTguNzA3NiA2LjA5Mjg2IDE4LjQ1MThMNi4xNjA3MSAxOC40MTk2QzYuNjc5MDIgMTguMTczNSA3LjA0NDQ1IDE4IDcuNSAxOEM3Ljk1NTU1IDE4IDguMzIwOTggMTguMTczNSA4LjgzOTI5IDE4LjQxOTZMOC45MDcxNCAxOC40NTE4QzkuNDQ2NzcgMTguNzA3NiAxMC4xMDE4IDE5IDExIDE5VjE4QzEwLjMzNjEgMTggOS44NTA2MSAxNy43OTI0IDkuMzM1NSAxNy41NDgyTDkuMjI0NDQgMTcuNDk1Mkw5LjIyNDQ0IDE3LjQ5NTJDOC44NjkwMyAxNy4zMjUyIDguNDY3NTEgMTcuMTMzMSA4IDE3LjA0NjZWMTcuMDIzNFYxNi45NzYxVjE2LjkyOVYxNi44ODE5VjE2LjgzNDlWMTYuNzg4VjE2Ljc0MTJWMTYuNjk0NFYxNi42NDc3VjE2LjYwMTFWMTYuNTU0NlYxNi41MDgyVjE2LjQ2MThWMTYuNDE1NVYxNi4zNjkzVjE2LjMyMzJWMTYuMjc3MVYxNi4yMzEyVjE2LjE4NTNWMTYuMTM5NVYxNi4wOTM3VjE2LjA0ODFWMTYuMDAyNVYxNS45NTdWMTUuOTExNlYxNS44NjYzVjE1LjgyMVYxNS43NzU5VjE1LjczMDhWMTUuNjg1OFYxNS42NDA4VjE1LjU5NlYxNS41NTEyVjE1LjUwNjVWMTUuNDYxOVYxNS40MTc0VjE1LjM3M1YxNS4zMjg2VjE1LjI4NDNWMTUuMjQwMVYxNS4xOTZWMTUuMTUyVjE1LjEwOFYxNS4wNjQxVjE1LjAyMDNWMTQuOTc2NlYxNC45MzNWMTQuODg5NFYxNC44NDU5VjE0LjgwMjVWMTQuNzU5MlYxNC43MTZWMTQuNjcyOVYxNC42Mjk4VjE0LjU4NjhWMTQuNTQzOVYxNC41MDExVjE0LjQ1ODRWMTQuNDE1N1YxNC4zNzMxVjE0LjMzMDZWMTQuMjg4MlYxNC4yNDU5VjE0LjIwMzdWMTQuMTYxNVYxNC4xMTk0VjE0LjA3NzRWMTQuMDM1NVYxMy45OTM3VjEzLjk1MTlWMTMuOTEwM1YxMy44Njg3VjEzLjgyNzJWMTMuNzg1OFYxMy43NDQ0VjEzLjcwMzJWMTMuNjYyVjEzLjYyMDlWMTMuNTc5OVYxMy41MzlWMTMuNDk4MlYxMy40NTc0VjEzLjQxNjhWMTMuMzc2MlYxMy4zMzU3VjEzLjI5NTNWMTMuMjU0OVYxMy4yMTQ3VjEzLjE3NDVWMTMuMTM0NVYxMy4wOTQ1VjEzLjA1NDVWMTMuMDE0N1YxMi45NzVWMTIuOTM1M1YxMi44OTU3VjEyLjg1NjNWMTIuODE2OFYxMi43Nzc1VjEyLjczODNWMTIuNjk5MVYxMi42NjAxVjEyLjYyMTFWMTIuNTgyMlYxMi41NDM0VjEyLjUwNDZWMTIuNDY2VjEyLjQyNzRWMTIuMzg5VjEyLjM1MDZWMTIuMzEyM1YxMi4yNzQxVjEyLjIzNTlWMTIuMTk3OVYxMi4xNTk5VjEyLjEyMjFWMTIuMDg0M1YxMi4wNDY2VjEyLjAwODlWMTJIOVYxMUg4VjEwLjk5MDhWMTAuOTU1N1YxMC45MjA2VjEwLjg4NTdWMTAuODUwOVYxMC44MTYxVjEwLjc4MTVWMTAuNzQ2OVYxMC43MTI0VjEwLjY3OFYxMC42NDM3VjEwLjYwOTVWMTAuNTc1M1YxMC41NDEzVjEwLjUwNzNWMTAuNDczNVYxMC40Mzk3VjEwLjQwNlYxMC4zNzI0VjEwLjMzODlWMTAuMzA1NFYxMC4yNzIxVjEwLjIzODlWMTAuMjA1N1YxMC4xNzI2VjEwLjEzOTZWMTAuMTA2OFYxMC4wNzRWMTAuMDQxMlYxMC4wMDg2VjkuOTc2MDhWOS45NDM2NFY5LjkxMTI4VjkuODc5MDJWOS44NDY4NFY5LjgxNDc2VjkuNzgyNzZWOS43NTA4NVY5LjcxOTA0VjkuNjg3MzFWOS42NTU2N1Y5LjYyNDEzVjkuNTkyNjdWOS41NjEzVjkuNTMwMDNWOS40OTg4NFY5LjQ2Nzc1VjkuNDM2NzRWOS40MDU4M1Y5LjM3NTAxVjkuMzQ0MjdWOS4zMTM2M1Y5LjI4MzA4VjkuMjUyNjJWOS4yMjIyNVY5LjE5MTk3VjkuMTYxNzhWOS4xMzE2OVY5LjEwMTY4VjkuMDcxNzdWOS4wNDE5NVY5LjAxMjIyVjguOTgyNThWOC45NTMwM1Y4LjkyMzU3VjguODk0MjFWOC44NjQ5M1Y4LjgzNTc1VjguODA2NjZWOC43Nzc2NlY4Ljc0ODc2VjguNzE5OTRWOC42OTEyMlY4LjY2MjU5VjguNjM0MDVWOC42MDU2MVY4LjU3NzI1VjguNTQ4OTlWOC41MjA4MlY4LjQ5Mjc1VjguNDY0NzZWOC40MzY4N1Y4LjQwOTA3VjguMzgxMzdWOC4zNTM3NlY4LjMyNjI0VjguMjk4ODFWOC4yNzE0N1Y4LjI0NDIzVjguMjE3MDlWOC4xOTAwM1Y4LjE2MzA3VjguMTM2MlY4LjEwOTQzVjguMDgyNzRWOC4wNTYxNlY4LjAyOTY2VjguMDAzMjZWNy45NzY5NVY3Ljk1MDc0VjcuOTI0NjJWNy44OTg2VjcuODcyNjZWNy44NDY4M1Y3LjgyMTA4VjcuNzk1NDNWNy43Njk4OFY3Ljc0NDQxVjcuNzE5MDVWNy42OTM3OFY3LjY2ODZWNy42NDM1MVY3LjYxODUyVjcuNTkzNjNWNy41Njg4M1Y3LjU0NDEyVjcuNTE5NTFWNy40OTVWNy40NzA1OFY3LjQ0NjI1VjcuNDIyMDJWNy4zOTc4OFY3LjM3Mzg0VjcuMzQ5OVY3LjMyNjA1VjcuMzAyMjlWNy4yNzg2NFY3LjI1NTA3VjcuMjMxNlY3LjIwODIzVjcuMTg0OTVWNy4xNjE3N1Y3LjEzODY5VjcuMTE1N1Y3LjA5MjhWNy4wNzAwMVY3LjA0NzMxVjcuMDI0N1Y3LjAwMjE5VjYuOTc5NzhWNi45NTc0NlY2LjkzNTI0VjYuOTEzMTJWNi44OTEwOVY2Ljg2OTE2VjYuODQ3MzJWNi44MjU1OFY2LjgwMzk0VjYuNzgyNFY2Ljc2MDk1VjYuNzM5NlY2LjcxODM1VjYuNjk3MTlWNi42NzYxM1Y2LjY1NTE3VjYuNjM0MzFWNi42MTM1NFY2LjU5Mjg3VjYuNTcyMjlWNi41NTE4MlY2LjUzMTQ0VjYuNTExMTZWNi40OTA5OFY2LjQ3MDg5VjYuNDUwOTFWNi40MzEwMlY2LjQxMTIyVjYuMzkxNTNWNi4zNzE5NFY2LjM1MjQ0VjYuMzMzMDRWNi4zMTM3NFY2LjI5NDU0VjYuMjc1NDNWNi4yNTY0M1Y2LjIzNzUyVjYuMjE4NzFWNi4yVjYuMTgxMzlWNi4xNjI4N1Y2LjE0NDQ2VjYuMTI2MTVWNi4xMDc5M1Y2LjA4OTgxVjYuMDcxNzlWNi4wNTM4N1Y2LjAzNjA1VjYuMDE4MzNWNi4wMDA3MVY1Ljk4MzE5VjUuOTY1NzdWNS45NDg0NFY1LjkzMTIyVjUuOTE0MVY1Ljg5NzA3VjUuODgwMTVWNS44NjMzMlY1Ljg0NjZWNS44Mjk5N1Y1LjgxMzQ1VjUuNzk3MDJWNS43ODA3VjUuNzY0NDdWNS43NDgzNVY1LjczMjMyVjUuNzE2NFY1LjcwMDU3VjUuNjg0ODVWNS42NjkyM1Y1LjY1MzcxVjUuNjM4MjhWNS42MjI5NlY1LjYwNzc0VjUuNTkyNjJWNS41Nzc2MVY1LjU2MjY5VjUuNTQ3ODdWNS41MzMxNlY1LjUxODU0VjUuNTA0MDNWNS40ODk2MlY1LjQ3NTMxVjUuNDYxMVY1LjQ0Njk5VjUuNDMyOTlWNS40MTkwOFY1LjQwNTI4VjUuMzkxNThWNS4zNzc5OFY1LjM2NDQ5VjUuMzUxMDlWNS4zMzc4VjUuMzI0NjFWNS4zMTE1MlY1LjI5ODUzVjUuMjg1NjVWNS4yNzI4NlY1LjI2MDE4VjUuMjQ3NjFWNS4yMzUxM1Y1LjIyMjc2VjUuMjEwNDlWNS4xOTgzMlY1LjE4NjI2VjUuMTc0MjlWNS4xNjI0NFY1LjE1MDY4VjUuMTM5MDNWNS4xMjc0OFY1LjExNjAzVjUuMTA0NjlWNS4wOTM0NFY1LjA4MjMxVjUuMDcxMjdWNS4wNjAzNFY1LjA0OTUyVjUuMDM4NzlWNS4wMjgxN1Y1LjAxNzY2VjUuMDA3MjRWNC45OTY5M1Y0Ljk4NjczVjQuOTc2NjNWNC45NjY2M1Y0Ljk1Njc0VjQuOTQ2OTVWNC45NDE2OUM4LjE0ODY1IDQuOTA4NCA4LjI5MTgxIDQuODYzNDIgOC40Mjg2OCA0LjgxMzY1QzguNjUzNTUgNC43MzE4OCA4Ljg4NjA3IDQuNjI3MzEgOS4xMDcyMSA0LjUyNzg1TDkuMTA3MjIgNC41Mjc4NUw5LjEwNzMyIDQuNTI3OEM5LjE2MDgzIDQuNTAzNzQgOS4yMTM2NyA0LjQ3OTk3IDkuMjY1NTcgNC40NTY5MUM5LjgxOTU3IDQuMjEwNjggMTAuMzYyMyA0IDExIDRWM0MxMC4xMzc3IDMgOS40MzA0MyAzLjI4OTMyIDguODU5NDMgMy41NDMwOUM4Ljc5NzM0IDMuNTcwNjkgOC43Mzc3IDMuNTk3NDggOC42ODAwNSAzLjYyMzM4QzguNDYyODIgMy43MjA5OCA4LjI3MzY5IDMuODA1OTQgOC4wODY5NCAzLjg3Mzg1QzcuODU2MDcgMy45NTc4MSA3LjY2ODA3IDQgNy41IDRDNy4zMzE5MyA0IDcuMTQzOTMgMy45NTc4MSA2LjkxMzA2IDMuODczODVDNi43MjYzMSAzLjgwNTk1IDYuNTM3MTkgMy43MjA5OCA2LjMxOTk2IDMuNjIzMzlMNi4zMTk5NSAzLjYyMzM5TDYuMzE5OTEgMy42MjMzN0M2LjI2MjI3IDMuNTk3NDcgNi4yMDI2NSAzLjU3MDY5IDYuMTQwNTcgMy41NDMwOUM1LjU2OTU3IDMuMjg5MzIgNC44NjIyNyAzIDQgM1Y0WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTUuNzM0NDMgNC40NTY5MUw1LjMyODI5IDUuMzcwNzJMNS4zMjgyOSA1LjM3MDcyTDUuNzM0NDMgNC40NTY5MVpNNCA0SDNWNUg0VjRaTTUuODkyNzggNC41Mjc4NEw1LjQ4MjYxIDUuNDM5ODZMNS40OTA3IDUuNDQzNDlMNS40OTg4NiA1LjQ0Njk5TDUuODkyNzggNC41Mjc4NFpNNS44OTI3OCA0LjUyNzg1TDYuMzAyOTQgMy42MTU4M0w2LjI5NDg1IDMuNjEyMkw2LjI4NjcgMy42MDg3TDUuODkyNzggNC41Mjc4NVpNNi41NzEzMiA0LjgxMzY1TDYuOTEzMDYgMy44NzM4NUw2LjkxMzA2IDMuODczODVMNi41NzEzMiA0LjgxMzY1Wk03IDQuOTQxNjlIOFY0LjE0MDlMNy4yMTg1NyAzLjk2NTg3TDcgNC45NDE2OVpNNyAxMVYxMkg4VjExSDdaTTYgMTFWMTBINVYxMUg2Wk02IDEySDVWMTNINlYxMlpNNyAxMkg4VjExSDdWMTJaTTcgMTcuMDQ2Nkw3LjE4MTkxIDE4LjAyOTlMOCAxNy44Nzg1VjE3LjA0NjZIN1pNNS43NzU1NSAxNy40OTUyTDYuMjA2MSAxOC4zOTc4TDYuMjA3MTcgMTguMzk3M0w1Ljc3NTU1IDE3LjQ5NTJaTTUuNjY0NSAxNy41NDgyTDYuMDkyODYgMTguNDUxOEw2LjA5NTA0IDE4LjQ1MDhMNS42NjQ1IDE3LjU0ODJaTTQgMThWMTdIM1YxOEg0Wk00IDE5SDNWMjBINFYxOVpNNi4wOTI4NiAxOC40NTE4TDYuNTIxMjIgMTkuMzU1NEw2LjUyMTU5IDE5LjM1NTJMNi4wOTI4NiAxOC40NTE4Wk02LjE2MDcxIDE4LjQxOTZMNi41ODk0NCAxOS4zMjNMNi41ODk2MiAxOS4zMjNMNi4xNjA3MSAxOC40MTk2Wk04LjgzOTI5IDE4LjQxOTZMOC40MTAzOCAxOS4zMjNMOC40MTA1NyAxOS4zMjNMOC44MzkyOSAxOC40MTk2Wk04LjkwNzE0IDE4LjQ1MThMOC40Nzg0MiAxOS4zNTUyTDguNDc4NzkgMTkuMzU1NEw4LjkwNzE0IDE4LjQ1MThaTTExIDE5VjIwSDEyVjE5SDExWk0xMSAxOEgxMlYxN0gxMVYxOFpNOS4zMzU1IDE3LjU0ODJMOC45MDQ5NSAxOC40NTA4TDguOTA3MTQgMTguNDUxOEw5LjMzNTUgMTcuNTQ4MlpNOS4yMjQ0NCAxNy40OTUyTDkuNjU0OTkgMTYuNTkyN0w5LjYyNTgzIDE2LjU3ODdMOS41OTU4NCAxNi41NjY3TDkuMjI0NDQgMTcuNDk1MlpNOS4yMjQ0NCAxNy40OTUyTDguNzkyODMgMTguMzk3M0w4LjgyMjUgMTguNDExNUw4Ljg1MzA1IDE4LjQyMzdMOS4yMjQ0NCAxNy40OTUyWk04IDE3LjA0NjZIN1YxNy44Nzg1TDcuODE4MSAxOC4wMjk5TDggMTcuMDQ2NlpNOCAxMlYxMUg3VjEySDhaTTkgMTJWMTNIMTBWMTJIOVpNOSAxMUgxMFYxMEg5VjExWk04IDExSDdWMTJIOFYxMVpNOCA0Ljk0MTY5TDcuNzgxNDMgMy45NjU4N0w3IDQuMTQwOVY0Ljk0MTY5SDhaTTguNDI4NjggNC44MTM2NUw4Ljc3MDQzIDUuNzUzNDRMOC43NzA0MyA1Ljc1MzQ0TDguNDI4NjggNC44MTM2NVpNOS4xMDcyMSA0LjUyNzg1TDguNzAxMDYgMy42MTQwM0w4LjY5NzA0IDMuNjE1ODRMOS4xMDcyMSA0LjUyNzg1Wk05LjEwNzIyIDQuNTI3ODVMOS41MTMzNiA1LjQ0MTY2TDkuNTE0NSA1LjQ0MTE1TDkuMTA3MjIgNC41Mjc4NVpNOS4xMDczMiA0LjUyNzhMOS41MTQ2MSA1LjQ0MTExTDkuNTE3NDkgNS40Mzk4MUw5LjEwNzMyIDQuNTI3OFpNOS4yNjU1NyA0LjQ1NjkxTDkuNjcxNzEgNS4zNzA3Mkw5LjY3MTcxIDUuMzcwNzJMOS4yNjU1NyA0LjQ1NjkxWk0xMSA0VjVIMTJWNEgxMVpNMTEgM0gxMlYySDExVjNaTTguODU5NDMgMy41NDMwOUw4LjQ1MzI5IDIuNjI5MjhMOC40NTMyOSAyLjYyOTI4TDguODU5NDMgMy41NDMwOVpNOC42ODAwNSAzLjYyMzM4TDkuMDg5ODUgNC41MzU1Nkw5LjA4OTg1IDQuNTM1NTZMOC42ODAwNSAzLjYyMzM4Wk04LjA4Njk0IDMuODczODVMNy43NDUyIDIuOTM0MDZMNy43NDUyIDIuOTM0MDZMOC4wODY5NCAzLjg3Mzg1Wk02LjkxMzA2IDMuODczODVMNi41NzEzMiA0LjgxMzY1TDYuNTcxMzIgNC44MTM2NUw2LjkxMzA2IDMuODczODVaTTYuMzE5OTYgMy42MjMzOUw1LjkwOTU5IDQuNTM1MzFMNS45MTAxNiA0LjUzNTU2TDYuMzE5OTYgMy42MjMzOVpNNi4zMTk5NSAzLjYyMzM5TDUuOTA3MDIgNC41MzQxNUw1LjkwOTU5IDQuNTM1MzFMNi4zMTk5NSAzLjYyMzM5Wk02LjMxOTkxIDMuNjIzMzdMNi43MzI4NSAyLjcxMjZMNi43Mjk3MSAyLjcxMTE5TDYuMzE5OTEgMy42MjMzN1pNNi4xNDA1NyAzLjU0MzA5TDUuNzM0NDMgNC40NTY5MUw1LjczNDQzIDQuNDU2OTFMNi4xNDA1NyAzLjU0MzA5Wk00IDNWMkgzVjNINFpNNi4xNDA1NyAzLjU0MzA5QzUuNTcwMzMgMy4yODk2NiA0Ljg2MjY2IDMgNCAzVjVDNC40MTI4IDUgNC43OTA1MiA1LjEzMTcxIDUuMzI4MjkgNS4zNzA3Mkw2LjE0MDU3IDMuNTQzMDlaTTYuMzAyOTQgMy42MTU4M0M2LjI0OTc3IDMuNTkxOTIgNi4xOTQ4NyAzLjU2NzIzIDYuMTQwNTcgMy41NDMwOUw1LjMyODI5IDUuMzcwNzJDNS4zNzc4NiA1LjM5Mjc1IDUuNDI4NyA1LjQxNTYxIDUuNDgyNjEgNS40Mzk4Nkw2LjMwMjk0IDMuNjE1ODNaTTYuMjg2NyAzLjYwODdMNi4yODY2OSAzLjYwODdMNS40OTg4NiA1LjQ0Njk5TDUuNDk4ODYgNS40NDY5OUw2LjI4NjcgMy42MDg3Wk02LjkxMzA2IDMuODczODVDNi43MjkxIDMuODA2OTYgNi41MzA5IDMuNzE4MzYgNi4zMDI5NCAzLjYxNTgzTDUuNDgyNjIgNS40Mzk4NkM1LjY5Njk0IDUuNTM2MjUgNS45NjM4IDUuNjU2NzkgNi4yMjk1NyA1Ljc1MzQ0TDYuOTEzMDYgMy44NzM4NVpNNy4yMTg1NyAzLjk2NTg3QzcuMTIyOTEgMy45NDQ0NCA3LjAyMjE0IDMuOTEzNTIgNi45MTMwNiAzLjg3Mzg1TDYuMjI5NTcgNS43NTM0NEM2LjM5NDIzIDUuODEzMzIgNi41Nzk4IDUuODcyMzUgNi43ODE0MyA1LjkxNzUxTDcuMjE4NTcgMy45NjU4N1pNOCA0Ljk0Njk1VjQuOTQxNjlINlY0Ljk0Njk1SDhaTTggNC45NTY3NFY0Ljk0Njk1SDZWNC45NTY3NEg4Wk04IDQuOTY2NjNWNC45NTY3NEg2VjQuOTY2NjNIOFpNOCA0Ljk3NjYzVjQuOTY2NjNINlY0Ljk3NjYzSDhaTTggNC45ODY3M1Y0Ljk3NjYzSDZWNC45ODY3M0g4Wk04IDQuOTk2OTNWNC45ODY3M0g2VjQuOTk2OTNIOFpNOCA1LjAwNzI0VjQuOTk2OTNINlY1LjAwNzI0SDhaTTggNS4wMTc2NlY1LjAwNzI0SDZWNS4wMTc2Nkg4Wk04IDUuMDI4MTdWNS4wMTc2Nkg2VjUuMDI4MTdIOFpNOCA1LjAzODc5VjUuMDI4MTdINlY1LjAzODc5SDhaTTggNS4wNDk1MlY1LjAzODc5SDZWNS4wNDk1Mkg4Wk04IDUuMDYwMzRWNS4wNDk1Mkg2VjUuMDYwMzRIOFpNOCA1LjA3MTI3VjUuMDYwMzRINlY1LjA3MTI3SDhaTTggNS4wODIzMVY1LjA3MTI3SDZWNS4wODIzMUg4Wk04IDUuMDkzNDRWNS4wODIzMUg2VjUuMDkzNDRIOFpNOCA1LjEwNDY5VjUuMDkzNDRINlY1LjEwNDY5SDhaTTggNS4xMTYwM1Y1LjEwNDY5SDZWNS4xMTYwM0g4Wk04IDUuMTI3NDhWNS4xMTYwM0g2VjUuMTI3NDhIOFpNOCA1LjEzOTAzVjUuMTI3NDhINlY1LjEzOTAzSDhaTTggNS4xNTA2OFY1LjEzOTAzSDZWNS4xNTA2OEg4Wk04IDUuMTYyNDRWNS4xNTA2OEg2VjUuMTYyNDRIOFpNOCA1LjE3NDI5VjUuMTYyNDRINlY1LjE3NDI5SDhaTTggNS4xODYyNlY1LjE3NDI5SDZWNS4xODYyNkg4Wk04IDUuMTk4MzJWNS4xODYyNkg2VjUuMTk4MzJIOFpNOCA1LjIxMDQ5VjUuMTk4MzJINlY1LjIxMDQ5SDhaTTggNS4yMjI3NlY1LjIxMDQ5SDZWNS4yMjI3Nkg4Wk04IDUuMjM1MTNWNS4yMjI3Nkg2VjUuMjM1MTNIOFpNOCA1LjI0NzYxVjUuMjM1MTNINlY1LjI0NzYxSDhaTTggNS4yNjAxOFY1LjI0NzYxSDZWNS4yNjAxOEg4Wk04IDUuMjcyODZWNS4yNjAxOEg2VjUuMjcyODZIOFpNOCA1LjI4NTY1VjUuMjcyODZINlY1LjI4NTY1SDhaTTggNS4yOTg1M1Y1LjI4NTY1SDZWNS4yOTg1M0g4Wk04IDUuMzExNTJWNS4yOTg1M0g2VjUuMzExNTJIOFpNOCA1LjMyNDYxVjUuMzExNTJINlY1LjMyNDYxSDhaTTggNS4zMzc4VjUuMzI0NjFINlY1LjMzNzhIOFpNOCA1LjM1MTA5VjUuMzM3OEg2VjUuMzUxMDlIOFpNOCA1LjM2NDQ5VjUuMzUxMDlINlY1LjM2NDQ5SDhaTTggNS4zNzc5OFY1LjM2NDQ5SDZWNS4zNzc5OEg4Wk04IDUuMzkxNThWNS4zNzc5OEg2VjUuMzkxNThIOFpNOCA1LjQwNTI4VjUuMzkxNThINlY1LjQwNTI4SDhaTTggNS40MTkwOFY1LjQwNTI4SDZWNS40MTkwOEg4Wk04IDUuNDMyOTlWNS40MTkwOEg2VjUuNDMyOTlIOFpNOCA1LjQ0Njk5VjUuNDMyOTlINlY1LjQ0Njk5SDhaTTggNS40NjExVjUuNDQ2OTlINlY1LjQ2MTFIOFpNOCA1LjQ3NTMxVjUuNDYxMUg2VjUuNDc1MzFIOFpNOCA1LjQ4OTYyVjUuNDc1MzFINlY1LjQ4OTYySDhaTTggNS41MDQwM1Y1LjQ4OTYySDZWNS41MDQwM0g4Wk04IDUuNTE4NTRWNS41MDQwM0g2VjUuNTE4NTRIOFpNOCA1LjUzMzE2VjUuNTE4NTRINlY1LjUzMzE2SDhaTTggNS41NDc4N1Y1LjUzMzE2SDZWNS41NDc4N0g4Wk04IDUuNTYyNjlWNS41NDc4N0g2VjUuNTYyNjlIOFpNOCA1LjU3NzYxVjUuNTYyNjlINlY1LjU3NzYxSDhaTTggNS41OTI2MlY1LjU3NzYxSDZWNS41OTI2Mkg4Wk04IDUuNjA3NzRWNS41OTI2Mkg2VjUuNjA3NzRIOFpNOCA1LjYyMjk2VjUuNjA3NzRINlY1LjYyMjk2SDhaTTggNS42MzgyOFY1LjYyMjk2SDZWNS42MzgyOEg4Wk04IDUuNjUzNzFWNS42MzgyOEg2VjUuNjUzNzFIOFpNOCA1LjY2OTIzVjUuNjUzNzFINlY1LjY2OTIzSDhaTTggNS42ODQ4NVY1LjY2OTIzSDZWNS42ODQ4NUg4Wk04IDUuNzAwNTdWNS42ODQ4NUg2VjUuNzAwNTdIOFpNOCA1LjcxNjRWNS43MDA1N0g2VjUuNzE2NEg4Wk04IDUuNzMyMzJWNS43MTY0SDZWNS43MzIzMkg4Wk04IDUuNzQ4MzVWNS43MzIzMkg2VjUuNzQ4MzVIOFpNOCA1Ljc2NDQ3VjUuNzQ4MzVINlY1Ljc2NDQ3SDhaTTggNS43ODA3VjUuNzY0NDdINlY1Ljc4MDdIOFpNOCA1Ljc5NzAyVjUuNzgwN0g2VjUuNzk3MDJIOFpNOCA1LjgxMzQ1VjUuNzk3MDJINlY1LjgxMzQ1SDhaTTggNS44Mjk5N1Y1LjgxMzQ1SDZWNS44Mjk5N0g4Wk04IDUuODQ2NlY1LjgyOTk3SDZWNS44NDY2SDhaTTggNS44NjMzMlY1Ljg0NjZINlY1Ljg2MzMySDhaTTggNS44ODAxNVY1Ljg2MzMySDZWNS44ODAxNUg4Wk04IDUuODk3MDdWNS44ODAxNUg2VjUuODk3MDdIOFpNOCA1LjkxNDFWNS44OTcwN0g2VjUuOTE0MUg4Wk04IDUuOTMxMjJWNS45MTQxSDZWNS45MzEyMkg4Wk04IDUuOTQ4NDRWNS45MzEyMkg2VjUuOTQ4NDRIOFpNOCA1Ljk2NTc3VjUuOTQ4NDRINlY1Ljk2NTc3SDhaTTggNS45ODMxOVY1Ljk2NTc3SDZWNS45ODMxOUg4Wk04IDYuMDAwNzFWNS45ODMxOUg2VjYuMDAwNzFIOFpNOCA2LjAxODMzVjYuMDAwNzFINlY2LjAxODMzSDhaTTggNi4wMzYwNVY2LjAxODMzSDZWNi4wMzYwNUg4Wk04IDYuMDUzODdWNi4wMzYwNUg2VjYuMDUzODdIOFpNOCA2LjA3MTc5VjYuMDUzODdINlY2LjA3MTc5SDhaTTggNi4wODk4MVY2LjA3MTc5SDZWNi4wODk4MUg4Wk04IDYuMTA3OTNWNi4wODk4MUg2VjYuMTA3OTNIOFpNOCA2LjEyNjE1VjYuMTA3OTNINlY2LjEyNjE1SDhaTTggNi4xNDQ0NlY2LjEyNjE1SDZWNi4xNDQ0Nkg4Wk04IDYuMTYyODdWNi4xNDQ0Nkg2VjYuMTYyODdIOFpNOCA2LjE4MTM5VjYuMTYyODdINlY2LjE4MTM5SDhaTTggNi4yVjYuMTgxMzlINlY2LjJIOFpNOCA2LjIxODcxVjYuMkg2VjYuMjE4NzFIOFpNOCA2LjIzNzUyVjYuMjE4NzFINlY2LjIzNzUySDhaTTggNi4yNTY0M1Y2LjIzNzUySDZWNi4yNTY0M0g4Wk04IDYuMjc1NDNWNi4yNTY0M0g2VjYuMjc1NDNIOFpNOCA2LjI5NDU0VjYuMjc1NDNINlY2LjI5NDU0SDhaTTggNi4zMTM3NFY2LjI5NDU0SDZWNi4zMTM3NEg4Wk04IDYuMzMzMDRWNi4zMTM3NEg2VjYuMzMzMDRIOFpNOCA2LjM1MjQ0VjYuMzMzMDRINlY2LjM1MjQ0SDhaTTggNi4zNzE5NFY2LjM1MjQ0SDZWNi4zNzE5NEg4Wk04IDYuMzkxNTNWNi4zNzE5NEg2VjYuMzkxNTNIOFpNOCA2LjQxMTIyVjYuMzkxNTNINlY2LjQxMTIySDhaTTggNi40MzEwMlY2LjQxMTIySDZWNi40MzEwMkg4Wk04IDYuNDUwOTFWNi40MzEwMkg2VjYuNDUwOTFIOFpNOCA2LjQ3MDg5VjYuNDUwOTFINlY2LjQ3MDg5SDhaTTggNi40OTA5OFY2LjQ3MDg5SDZWNi40OTA5OEg4Wk04IDYuNTExMTZWNi40OTA5OEg2VjYuNTExMTZIOFpNOCA2LjUzMTQ0VjYuNTExMTZINlY2LjUzMTQ0SDhaTTggNi41NTE4MlY2LjUzMTQ0SDZWNi41NTE4Mkg4Wk04IDYuNTcyMjlWNi41NTE4Mkg2VjYuNTcyMjlIOFpNOCA2LjU5Mjg3VjYuNTcyMjlINlY2LjU5Mjg3SDhaTTggNi42MTM1NFY2LjU5Mjg3SDZWNi42MTM1NEg4Wk04IDYuNjM0MzFWNi42MTM1NEg2VjYuNjM0MzFIOFpNOCA2LjY1NTE3VjYuNjM0MzFINlY2LjY1NTE3SDhaTTggNi42NzYxM1Y2LjY1NTE3SDZWNi42NzYxM0g4Wk04IDYuNjk3MTlWNi42NzYxM0g2VjYuNjk3MTlIOFpNOCA2LjcxODM1VjYuNjk3MTlINlY2LjcxODM1SDhaTTggNi43Mzk2VjYuNzE4MzVINlY2LjczOTZIOFpNOCA2Ljc2MDk1VjYuNzM5Nkg2VjYuNzYwOTVIOFpNOCA2Ljc4MjRWNi43NjA5NUg2VjYuNzgyNEg4Wk04IDYuODAzOTRWNi43ODI0SDZWNi44MDM5NEg4Wk04IDYuODI1NThWNi44MDM5NEg2VjYuODI1NThIOFpNOCA2Ljg0NzMyVjYuODI1NThINlY2Ljg0NzMySDhaTTggNi44NjkxNlY2Ljg0NzMySDZWNi44NjkxNkg4Wk04IDYuODkxMDlWNi44NjkxNkg2VjYuODkxMDlIOFpNOCA2LjkxMzEyVjYuODkxMDlINlY2LjkxMzEySDhaTTggNi45MzUyNFY2LjkxMzEySDZWNi45MzUyNEg4Wk04IDYuOTU3NDZWNi45MzUyNEg2VjYuOTU3NDZIOFpNOCA2Ljk3OTc4VjYuOTU3NDZINlY2Ljk3OTc4SDhaTTggNy4wMDIxOVY2Ljk3OTc4SDZWNy4wMDIxOUg4Wk04IDcuMDI0N1Y3LjAwMjE5SDZWNy4wMjQ3SDhaTTggNy4wNDczMVY3LjAyNDdINlY3LjA0NzMxSDhaTTggNy4wNzAwMVY3LjA0NzMxSDZWNy4wNzAwMUg4Wk04IDcuMDkyOFY3LjA3MDAxSDZWNy4wOTI4SDhaTTggNy4xMTU3VjcuMDkyOEg2VjcuMTE1N0g4Wk04IDcuMTM4NjlWNy4xMTU3SDZWNy4xMzg2OUg4Wk04IDcuMTYxNzdWNy4xMzg2OUg2VjcuMTYxNzdIOFpNOCA3LjE4NDk1VjcuMTYxNzdINlY3LjE4NDk1SDhaTTggNy4yMDgyM1Y3LjE4NDk1SDZWNy4yMDgyM0g4Wk04IDcuMjMxNlY3LjIwODIzSDZWNy4yMzE2SDhaTTggNy4yNTUwN1Y3LjIzMTZINlY3LjI1NTA3SDhaTTggNy4yNzg2NFY3LjI1NTA3SDZWNy4yNzg2NEg4Wk04IDcuMzAyMjlWNy4yNzg2NEg2VjcuMzAyMjlIOFpNOCA3LjMyNjA1VjcuMzAyMjlINlY3LjMyNjA1SDhaTTggNy4zNDk5VjcuMzI2MDVINlY3LjM0OTlIOFpNOCA3LjM3Mzg0VjcuMzQ5OUg2VjcuMzczODRIOFpNOCA3LjM5Nzg4VjcuMzczODRINlY3LjM5Nzg4SDhaTTggNy40MjIwMlY3LjM5Nzg4SDZWNy40MjIwMkg4Wk04IDcuNDQ2MjVWNy40MjIwMkg2VjcuNDQ2MjVIOFpNOCA3LjQ3MDU4VjcuNDQ2MjVINlY3LjQ3MDU4SDhaTTggNy40OTVWNy40NzA1OEg2VjcuNDk1SDhaTTggNy41MTk1MVY3LjQ5NUg2VjcuNTE5NTFIOFpNOCA3LjU0NDEyVjcuNTE5NTFINlY3LjU0NDEySDhaTTggNy41Njg4M1Y3LjU0NDEySDZWNy41Njg4M0g4Wk04IDcuNTkzNjNWNy41Njg4M0g2VjcuNTkzNjNIOFpNOCA3LjYxODUyVjcuNTkzNjNINlY3LjYxODUySDhaTTggNy42NDM1MVY3LjYxODUySDZWNy42NDM1MUg4Wk04IDcuNjY4NlY3LjY0MzUxSDZWNy42Njg2SDhaTTggNy42OTM3OFY3LjY2ODZINlY3LjY5Mzc4SDhaTTggNy43MTkwNVY3LjY5Mzc4SDZWNy43MTkwNUg4Wk04IDcuNzQ0NDFWNy43MTkwNUg2VjcuNzQ0NDFIOFpNOCA3Ljc2OTg4VjcuNzQ0NDFINlY3Ljc2OTg4SDhaTTggNy43OTU0M1Y3Ljc2OTg4SDZWNy43OTU0M0g4Wk04IDcuODIxMDhWNy43OTU0M0g2VjcuODIxMDhIOFpNOCA3Ljg0NjgzVjcuODIxMDhINlY3Ljg0NjgzSDhaTTggNy44NzI2NlY3Ljg0NjgzSDZWNy44NzI2Nkg4Wk04IDcuODk4NlY3Ljg3MjY2SDZWNy44OTg2SDhaTTggNy45MjQ2MlY3Ljg5ODZINlY3LjkyNDYySDhaTTggNy45NTA3NFY3LjkyNDYySDZWNy45NTA3NEg4Wk04IDcuOTc2OTVWNy45NTA3NEg2VjcuOTc2OTVIOFpNOCA4LjAwMzI2VjcuOTc2OTVINlY4LjAwMzI2SDhaTTggOC4wMjk2NlY4LjAwMzI2SDZWOC4wMjk2Nkg4Wk04IDguMDU2MTZWOC4wMjk2Nkg2VjguMDU2MTZIOFpNOCA4LjA4Mjc0VjguMDU2MTZINlY4LjA4Mjc0SDhaTTggOC4xMDk0M1Y4LjA4Mjc0SDZWOC4xMDk0M0g4Wk04IDguMTM2MlY4LjEwOTQzSDZWOC4xMzYySDhaTTggOC4xNjMwN1Y4LjEzNjJINlY4LjE2MzA3SDhaTTggOC4xOTAwM1Y4LjE2MzA3SDZWOC4xOTAwM0g4Wk04IDguMjE3MDlWOC4xOTAwM0g2VjguMjE3MDlIOFpNOCA4LjI0NDIzVjguMjE3MDlINlY4LjI0NDIzSDhaTTggOC4yNzE0N1Y4LjI0NDIzSDZWOC4yNzE0N0g4Wk04IDguMjk4ODFWOC4yNzE0N0g2VjguMjk4ODFIOFpNOCA4LjMyNjI0VjguMjk4ODFINlY4LjMyNjI0SDhaTTggOC4zNTM3NlY4LjMyNjI0SDZWOC4zNTM3Nkg4Wk04IDguMzgxMzdWOC4zNTM3Nkg2VjguMzgxMzdIOFpNOCA4LjQwOTA3VjguMzgxMzdINlY4LjQwOTA3SDhaTTggOC40MzY4N1Y4LjQwOTA3SDZWOC40MzY4N0g4Wk04IDguNDY0NzZWOC40MzY4N0g2VjguNDY0NzZIOFpNOCA4LjQ5Mjc1VjguNDY0NzZINlY4LjQ5Mjc1SDhaTTggOC41MjA4MlY4LjQ5Mjc1SDZWOC41MjA4Mkg4Wk04IDguNTQ4OTlWOC41MjA4Mkg2VjguNTQ4OTlIOFpNOCA4LjU3NzI1VjguNTQ4OTlINlY4LjU3NzI1SDhaTTggOC42MDU2MVY4LjU3NzI1SDZWOC42MDU2MUg4Wk04IDguNjM0MDVWOC42MDU2MUg2VjguNjM0MDVIOFpNOCA4LjY2MjU5VjguNjM0MDVINlY4LjY2MjU5SDhaTTggOC42OTEyMlY4LjY2MjU5SDZWOC42OTEyMkg4Wk04IDguNzE5OTRWOC42OTEyMkg2VjguNzE5OTRIOFpNOCA4Ljc0ODc2VjguNzE5OTRINlY4Ljc0ODc2SDhaTTggOC43Nzc2NlY4Ljc0ODc2SDZWOC43Nzc2Nkg4Wk04IDguODA2NjZWOC43Nzc2Nkg2VjguODA2NjZIOFpNOCA4LjgzNTc1VjguODA2NjZINlY4LjgzNTc1SDhaTTggOC44NjQ5M1Y4LjgzNTc1SDZWOC44NjQ5M0g4Wk04IDguODk0MjFWOC44NjQ5M0g2VjguODk0MjFIOFpNOCA4LjkyMzU3VjguODk0MjFINlY4LjkyMzU3SDhaTTggOC45NTMwM1Y4LjkyMzU3SDZWOC45NTMwM0g4Wk04IDguOTgyNThWOC45NTMwM0g2VjguOTgyNThIOFpNOCA5LjAxMjIyVjguOTgyNThINlY5LjAxMjIySDhaTTggOS4wNDE5NVY5LjAxMjIySDZWOS4wNDE5NUg4Wk04IDkuMDcxNzdWOS4wNDE5NUg2VjkuMDcxNzdIOFpNOCA5LjEwMTY4VjkuMDcxNzdINlY5LjEwMTY4SDhaTTggOS4xMzE2OVY5LjEwMTY4SDZWOS4xMzE2OUg4Wk04IDkuMTYxNzhWOS4xMzE2OUg2VjkuMTYxNzhIOFpNOCA5LjE5MTk3VjkuMTYxNzhINlY5LjE5MTk3SDhaTTggOS4yMjIyNVY5LjE5MTk3SDZWOS4yMjIyNUg4Wk04IDkuMjUyNjJWOS4yMjIyNUg2VjkuMjUyNjJIOFpNOCA5LjI4MzA4VjkuMjUyNjJINlY5LjI4MzA4SDhaTTggOS4zMTM2M1Y5LjI4MzA4SDZWOS4zMTM2M0g4Wk04IDkuMzQ0MjdWOS4zMTM2M0g2VjkuMzQ0MjdIOFpNOCA5LjM3NTAxVjkuMzQ0MjdINlY5LjM3NTAxSDhaTTggOS40MDU4M1Y5LjM3NTAxSDZWOS40MDU4M0g4Wk04IDkuNDM2NzRWOS40MDU4M0g2VjkuNDM2NzRIOFpNOCA5LjQ2Nzc1VjkuNDM2NzRINlY5LjQ2Nzc1SDhaTTggOS40OTg4NFY5LjQ2Nzc1SDZWOS40OTg4NEg4Wk04IDkuNTMwMDNWOS40OTg4NEg2VjkuNTMwMDNIOFpNOCA5LjU2MTNWOS41MzAwM0g2VjkuNTYxM0g4Wk04IDkuNTkyNjdWOS41NjEzSDZWOS41OTI2N0g4Wk04IDkuNjI0MTNWOS41OTI2N0g2VjkuNjI0MTNIOFpNOCA5LjY1NTY3VjkuNjI0MTNINlY5LjY1NTY3SDhaTTggOS42ODczMVY5LjY1NTY3SDZWOS42ODczMUg4Wk04IDkuNzE5MDRWOS42ODczMUg2VjkuNzE5MDRIOFpNOCA5Ljc1MDg1VjkuNzE5MDRINlY5Ljc1MDg1SDhaTTggOS43ODI3NlY5Ljc1MDg1SDZWOS43ODI3Nkg4Wk04IDkuODE0NzZWOS43ODI3Nkg2VjkuODE0NzZIOFpNOCA5Ljg0Njg0VjkuODE0NzZINlY5Ljg0Njg0SDhaTTggOS44NzkwMlY5Ljg0Njg0SDZWOS44NzkwMkg4Wk04IDkuOTExMjhWOS44NzkwMkg2VjkuOTExMjhIOFpNOCA5Ljk0MzY0VjkuOTExMjhINlY5Ljk0MzY0SDhaTTggOS45NzYwOFY5Ljk0MzY0SDZWOS45NzYwOEg4Wk04IDEwLjAwODZWOS45NzYwOEg2VjEwLjAwODZIOFpNOCAxMC4wNDEyVjEwLjAwODZINlYxMC4wNDEySDhaTTggMTAuMDc0VjEwLjA0MTJINlYxMC4wNzRIOFpNOCAxMC4xMDY4VjEwLjA3NEg2VjEwLjEwNjhIOFpNOCAxMC4xMzk2VjEwLjEwNjhINlYxMC4xMzk2SDhaTTggMTAuMTcyNlYxMC4xMzk2SDZWMTAuMTcyNkg4Wk04IDEwLjIwNTdWMTAuMTcyNkg2VjEwLjIwNTdIOFpNOCAxMC4yMzg5VjEwLjIwNTdINlYxMC4yMzg5SDhaTTggMTAuMjcyMVYxMC4yMzg5SDZWMTAuMjcyMUg4Wk04IDEwLjMwNTRWMTAuMjcyMUg2VjEwLjMwNTRIOFpNOCAxMC4zMzg5VjEwLjMwNTRINlYxMC4zMzg5SDhaTTggMTAuMzcyNFYxMC4zMzg5SDZWMTAuMzcyNEg4Wk04IDEwLjQwNlYxMC4zNzI0SDZWMTAuNDA2SDhaTTggMTAuNDM5N1YxMC40MDZINlYxMC40Mzk3SDhaTTggMTAuNDczNVYxMC40Mzk3SDZWMTAuNDczNUg4Wk04IDEwLjUwNzNWMTAuNDczNUg2VjEwLjUwNzNIOFpNOCAxMC41NDEzVjEwLjUwNzNINlYxMC41NDEzSDhaTTggMTAuNTc1M1YxMC41NDEzSDZWMTAuNTc1M0g4Wk04IDEwLjYwOTVWMTAuNTc1M0g2VjEwLjYwOTVIOFpNOCAxMC42NDM3VjEwLjYwOTVINlYxMC42NDM3SDhaTTggMTAuNjc4VjEwLjY0MzdINlYxMC42NzhIOFpNOCAxMC43MTI0VjEwLjY3OEg2VjEwLjcxMjRIOFpNOCAxMC43NDY5VjEwLjcxMjRINlYxMC43NDY5SDhaTTggMTAuNzgxNVYxMC43NDY5SDZWMTAuNzgxNUg4Wk04IDEwLjgxNjFWMTAuNzgxNUg2VjEwLjgxNjFIOFpNOCAxMC44NTA5VjEwLjgxNjFINlYxMC44NTA5SDhaTTggMTAuODg1N1YxMC44NTA5SDZWMTAuODg1N0g4Wk04IDEwLjkyMDZWMTAuODg1N0g2VjEwLjkyMDZIOFpNOCAxMC45NTU3VjEwLjkyMDZINlYxMC45NTU3SDhaTTggMTAuOTkwOFYxMC45NTU3SDZWMTAuOTkwOEg4Wk04IDExVjEwLjk5MDhINlYxMUg4Wk02IDEySDdWMTBINlYxMlpNNyAxMlYxMUg1VjEySDdaTTcgMTFINlYxM0g3VjExWk04IDEyLjAwODlWMTJINlYxMi4wMDg5SDhaTTggMTIuMDQ2NlYxMi4wMDg5SDZWMTIuMDQ2Nkg4Wk04IDEyLjA4NDNWMTIuMDQ2Nkg2VjEyLjA4NDNIOFpNOCAxMi4xMjIxVjEyLjA4NDNINlYxMi4xMjIxSDhaTTggMTIuMTU5OVYxMi4xMjIxSDZWMTIuMTU5OUg4Wk04IDEyLjE5NzlWMTIuMTU5OUg2VjEyLjE5NzlIOFpNOCAxMi4yMzU5VjEyLjE5NzlINlYxMi4yMzU5SDhaTTggMTIuMjc0MVYxMi4yMzU5SDZWMTIuMjc0MUg4Wk04IDEyLjMxMjNWMTIuMjc0MUg2VjEyLjMxMjNIOFpNOCAxMi4zNTA2VjEyLjMxMjNINlYxMi4zNTA2SDhaTTggMTIuMzg5VjEyLjM1MDZINlYxMi4zODlIOFpNOCAxMi40Mjc0VjEyLjM4OUg2VjEyLjQyNzRIOFpNOCAxMi40NjZWMTIuNDI3NEg2VjEyLjQ2Nkg4Wk04IDEyLjUwNDZWMTIuNDY2SDZWMTIuNTA0Nkg4Wk04IDEyLjU0MzRWMTIuNTA0Nkg2VjEyLjU0MzRIOFpNOCAxMi41ODIyVjEyLjU0MzRINlYxMi41ODIySDhaTTggMTIuNjIxMVYxMi41ODIySDZWMTIuNjIxMUg4Wk04IDEyLjY2MDFWMTIuNjIxMUg2VjEyLjY2MDFIOFpNOCAxMi42OTkxVjEyLjY2MDFINlYxMi42OTkxSDhaTTggMTIuNzM4M1YxMi42OTkxSDZWMTIuNzM4M0g4Wk04IDEyLjc3NzVWMTIuNzM4M0g2VjEyLjc3NzVIOFpNOCAxMi44MTY4VjEyLjc3NzVINlYxMi44MTY4SDhaTTggMTIuODU2M1YxMi44MTY4SDZWMTIuODU2M0g4Wk04IDEyLjg5NTdWMTIuODU2M0g2VjEyLjg5NTdIOFpNOCAxMi45MzUzVjEyLjg5NTdINlYxMi45MzUzSDhaTTggMTIuOTc1VjEyLjkzNTNINlYxMi45NzVIOFpNOCAxMy4wMTQ3VjEyLjk3NUg2VjEzLjAxNDdIOFpNOCAxMy4wNTQ1VjEzLjAxNDdINlYxMy4wNTQ1SDhaTTggMTMuMDk0NVYxMy4wNTQ1SDZWMTMuMDk0NUg4Wk04IDEzLjEzNDVWMTMuMDk0NUg2VjEzLjEzNDVIOFpNOCAxMy4xNzQ1VjEzLjEzNDVINlYxMy4xNzQ1SDhaTTggMTMuMjE0N1YxMy4xNzQ1SDZWMTMuMjE0N0g4Wk04IDEzLjI1NDlWMTMuMjE0N0g2VjEzLjI1NDlIOFpNOCAxMy4yOTUzVjEzLjI1NDlINlYxMy4yOTUzSDhaTTggMTMuMzM1N1YxMy4yOTUzSDZWMTMuMzM1N0g4Wk04IDEzLjM3NjJWMTMuMzM1N0g2VjEzLjM3NjJIOFpNOCAxMy40MTY4VjEzLjM3NjJINlYxMy40MTY4SDhaTTggMTMuNDU3NFYxMy40MTY4SDZWMTMuNDU3NEg4Wk04IDEzLjQ5ODJWMTMuNDU3NEg2VjEzLjQ5ODJIOFpNOCAxMy41MzlWMTMuNDk4Mkg2VjEzLjUzOUg4Wk04IDEzLjU3OTlWMTMuNTM5SDZWMTMuNTc5OUg4Wk04IDEzLjYyMDlWMTMuNTc5OUg2VjEzLjYyMDlIOFpNOCAxMy42NjJWMTMuNjIwOUg2VjEzLjY2Mkg4Wk04IDEzLjcwMzJWMTMuNjYySDZWMTMuNzAzMkg4Wk04IDEzLjc0NDRWMTMuNzAzMkg2VjEzLjc0NDRIOFpNOCAxMy43ODU4VjEzLjc0NDRINlYxMy43ODU4SDhaTTggMTMuODI3MlYxMy43ODU4SDZWMTMuODI3Mkg4Wk04IDEzLjg2ODdWMTMuODI3Mkg2VjEzLjg2ODdIOFpNOCAxMy45MTAzVjEzLjg2ODdINlYxMy45MTAzSDhaTTggMTMuOTUxOVYxMy45MTAzSDZWMTMuOTUxOUg4Wk04IDEzLjk5MzdWMTMuOTUxOUg2VjEzLjk5MzdIOFpNOCAxNC4wMzU1VjEzLjk5MzdINlYxNC4wMzU1SDhaTTggMTQuMDc3NFYxNC4wMzU1SDZWMTQuMDc3NEg4Wk04IDE0LjExOTRWMTQuMDc3NEg2VjE0LjExOTRIOFpNOCAxNC4xNjE1VjE0LjExOTRINlYxNC4xNjE1SDhaTTggMTQuMjAzN1YxNC4xNjE1SDZWMTQuMjAzN0g4Wk04IDE0LjI0NTlWMTQuMjAzN0g2VjE0LjI0NTlIOFpNOCAxNC4yODgyVjE0LjI0NTlINlYxNC4yODgySDhaTTggMTQuMzMwNlYxNC4yODgySDZWMTQuMzMwNkg4Wk04IDE0LjM3MzFWMTQuMzMwNkg2VjE0LjM3MzFIOFpNOCAxNC40MTU3VjE0LjM3MzFINlYxNC40MTU3SDhaTTggMTQuNDU4NFYxNC40MTU3SDZWMTQuNDU4NEg4Wk04IDE0LjUwMTFWMTQuNDU4NEg2VjE0LjUwMTFIOFpNOCAxNC41NDM5VjE0LjUwMTFINlYxNC41NDM5SDhaTTggMTQuNTg2OFYxNC41NDM5SDZWMTQuNTg2OEg4Wk04IDE0LjYyOThWMTQuNTg2OEg2VjE0LjYyOThIOFpNOCAxNC42NzI5VjE0LjYyOThINlYxNC42NzI5SDhaTTggMTQuNzE2VjE0LjY3MjlINlYxNC43MTZIOFpNOCAxNC43NTkyVjE0LjcxNkg2VjE0Ljc1OTJIOFpNOCAxNC44MDI1VjE0Ljc1OTJINlYxNC44MDI1SDhaTTggMTQuODQ1OVYxNC44MDI1SDZWMTQuODQ1OUg4Wk04IDE0Ljg4OTRWMTQuODQ1OUg2VjE0Ljg4OTRIOFpNOCAxNC45MzNWMTQuODg5NEg2VjE0LjkzM0g4Wk04IDE0Ljk3NjZWMTQuOTMzSDZWMTQuOTc2Nkg4Wk04IDE1LjAyMDNWMTQuOTc2Nkg2VjE1LjAyMDNIOFpNOCAxNS4wNjQxVjE1LjAyMDNINlYxNS4wNjQxSDhaTTggMTUuMTA4VjE1LjA2NDFINlYxNS4xMDhIOFpNOCAxNS4xNTJWMTUuMTA4SDZWMTUuMTUySDhaTTggMTUuMTk2VjE1LjE1Mkg2VjE1LjE5Nkg4Wk04IDE1LjI0MDFWMTUuMTk2SDZWMTUuMjQwMUg4Wk04IDE1LjI4NDNWMTUuMjQwMUg2VjE1LjI4NDNIOFpNOCAxNS4zMjg2VjE1LjI4NDNINlYxNS4zMjg2SDhaTTggMTUuMzczVjE1LjMyODZINlYxNS4zNzNIOFpNOCAxNS40MTc0VjE1LjM3M0g2VjE1LjQxNzRIOFpNOCAxNS40NjE5VjE1LjQxNzRINlYxNS40NjE5SDhaTTggMTUuNTA2NVYxNS40NjE5SDZWMTUuNTA2NUg4Wk04IDE1LjU1MTJWMTUuNTA2NUg2VjE1LjU1MTJIOFpNOCAxNS41OTZWMTUuNTUxMkg2VjE1LjU5Nkg4Wk04IDE1LjY0MDhWMTUuNTk2SDZWMTUuNjQwOEg4Wk04IDE1LjY4NThWMTUuNjQwOEg2VjE1LjY4NThIOFpNOCAxNS43MzA4VjE1LjY4NThINlYxNS43MzA4SDhaTTggMTUuNzc1OVYxNS43MzA4SDZWMTUuNzc1OUg4Wk04IDE1LjgyMVYxNS43NzU5SDZWMTUuODIxSDhaTTggMTUuODY2M1YxNS44MjFINlYxNS44NjYzSDhaTTggMTUuOTExNlYxNS44NjYzSDZWMTUuOTExNkg4Wk04IDE1Ljk1N1YxNS45MTE2SDZWMTUuOTU3SDhaTTggMTYuMDAyNVYxNS45NTdINlYxNi4wMDI1SDhaTTggMTYuMDQ4MVYxNi4wMDI1SDZWMTYuMDQ4MUg4Wk04IDE2LjA5MzdWMTYuMDQ4MUg2VjE2LjA5MzdIOFpNOCAxNi4xMzk1VjE2LjA5MzdINlYxNi4xMzk1SDhaTTggMTYuMTg1M1YxNi4xMzk1SDZWMTYuMTg1M0g4Wk04IDE2LjIzMTJWMTYuMTg1M0g2VjE2LjIzMTJIOFpNOCAxNi4yNzcxVjE2LjIzMTJINlYxNi4yNzcxSDhaTTggMTYuMzIzMlYxNi4yNzcxSDZWMTYuMzIzMkg4Wk04IDE2LjM2OTNWMTYuMzIzMkg2VjE2LjM2OTNIOFpNOCAxNi40MTU1VjE2LjM2OTNINlYxNi40MTU1SDhaTTggMTYuNDYxOFYxNi40MTU1SDZWMTYuNDYxOEg4Wk04IDE2LjUwODJWMTYuNDYxOEg2VjE2LjUwODJIOFpNOCAxNi41NTQ2VjE2LjUwODJINlYxNi41NTQ2SDhaTTggMTYuNjAxMVYxNi41NTQ2SDZWMTYuNjAxMUg4Wk04IDE2LjY0NzdWMTYuNjAxMUg2VjE2LjY0NzdIOFpNOCAxNi42OTQ0VjE2LjY0NzdINlYxNi42OTQ0SDhaTTggMTYuNzQxMlYxNi42OTQ0SDZWMTYuNzQxMkg4Wk04IDE2Ljc4OFYxNi43NDEySDZWMTYuNzg4SDhaTTggMTYuODM0OVYxNi43ODhINlYxNi44MzQ5SDhaTTggMTYuODgxOVYxNi44MzQ5SDZWMTYuODgxOUg4Wk04IDE2LjkyOVYxNi44ODE5SDZWMTYuOTI5SDhaTTggMTYuOTc2MVYxNi45MjlINlYxNi45NzYxSDhaTTggMTcuMDIzNFYxNi45NzYxSDZWMTcuMDIzNEg4Wk04IDE3LjA0NjZWMTcuMDIzNEg2VjE3LjA0NjZIOFpNNi4yMDcxNyAxOC4zOTczQzYuNTczOTEgMTguMjIxOCA2Ljg2Mjc0IDE4LjA4ODkgNy4xODE5MSAxOC4wMjk5TDYuODE4MDkgMTYuMDYzMkM2LjIwMjIyIDE2LjE3NzIgNS42ODgwMSAxNi40Mjg1IDUuMzQzOTQgMTYuNTkzMkw2LjIwNzE3IDE4LjM5NzNaTTYuMDk1MDQgMTguNDUwOEw2LjIwNjEgMTguMzk3OEw1LjM0NTAxIDE2LjU5MjdMNS4yMzM5NiAxNi42NDU2TDYuMDk1MDQgMTguNDUwOFpNNCAxOUM0Ljg5ODU2IDE5IDUuNTUzOTEgMTguNzA3MyA2LjA5Mjg2IDE4LjQ1MThMNS4yMzYxNCAxNi42NDQ2QzQuNzQ0ODcgMTYuODc3NSA0LjQyOTI4IDE3IDQgMTdWMTlaTTUgMTlWMThIM1YxOUg1Wk01LjY2NDUgMTcuNTQ4MkM1LjE0OTkzIDE3Ljc5MjEgNC42NjQyMSAxOCA0IDE4VjIwQzUuMTMyMTUgMjAgNS45NTY1MiAxOS42MjMxIDYuNTIxMjEgMTkuMzU1NEw1LjY2NDUgMTcuNTQ4MlpNNS43MzE5OCAxNy41MTYyTDUuNjY0MTMgMTcuNTQ4NEw2LjUyMTU5IDE5LjM1NTJMNi41ODk0NCAxOS4zMjNMNS43MzE5OCAxNy41MTYyWk03LjUgMTdDNi43ODA1MiAxNyA2LjIwOTY0IDE3LjI4OTQgNS43MzE3OSAxNy41MTYzTDYuNTg5NjIgMTkuMzIzQzcuMTQ4NCAxOS4wNTc2IDcuMzA4MzggMTkgNy41IDE5VjE3Wk05LjI2ODIxIDE3LjUxNjNDOC43OTAzNiAxNy4yODk0IDguMjE5NDggMTcgNy41IDE3VjE5QzcuNjkxNjIgMTkgNy44NTE2IDE5LjA1NzYgOC40MTAzOCAxOS4zMjNMOS4yNjgyMSAxNy41MTYzWk05LjMzNTg3IDE3LjU0ODRMOS4yNjgwMiAxNy41MTYyTDguNDEwNTcgMTkuMzIzTDguNDc4NDIgMTkuMzU1Mkw5LjMzNTg3IDE3LjU0ODRaTTExIDE4QzEwLjMzNTggMTggOS44NTAwNyAxNy43OTIxIDkuMzM1NSAxNy41NDgyTDguNDc4NzkgMTkuMzU1NEM5LjA0MzQ4IDE5LjYyMzEgOS44Njc4NSAyMCAxMSAyMFYxOFpNMTAgMThWMTlIMTJWMThIMTBaTTguOTA3MTQgMTguNDUxOEM5LjQ0NjA5IDE4LjcwNzMgMTAuMTAxNCAxOSAxMSAxOVYxN0MxMC41NzA3IDE3IDEwLjI1NTEgMTYuODc3NSA5Ljc2Mzg2IDE2LjY0NDZMOC45MDcxNCAxOC40NTE4Wk04Ljc5MzkgMTguMzk3OEw4LjkwNDk1IDE4LjQ1MDhMOS43NjYwNSAxNi42NDU2TDkuNjU0OTkgMTYuNTkyN0w4Ljc5MzkgMTguMzk3OFpNOC44NTMwNSAxOC40MjM3TDguODUzMDUgMTguNDIzN0w5LjU5NTg0IDE2LjU2NjdMOS41OTU4MyAxNi41NjY3TDguODUzMDUgMTguNDIzN1pNNy44MTgxIDE4LjAyOTlDOC4xMzcyNiAxOC4wODg5IDguNDI2MDggMTguMjIxOCA4Ljc5MjgzIDE4LjM5NzNMOS42NTYwNSAxNi41OTMyQzkuMzExOTkgMTYuNDI4NSA4Ljc5Nzc3IDE2LjE3NzIgOC4xODE5IDE2LjA2MzJMNy44MTgxIDE4LjAyOTlaTTcgMTcuMDIzNFYxNy4wNDY2SDlWMTcuMDIzNEg3Wk03IDE2Ljk3NjFWMTcuMDIzNEg5VjE2Ljk3NjFIN1pNNyAxNi45MjlWMTYuOTc2MUg5VjE2LjkyOUg3Wk03IDE2Ljg4MTlWMTYuOTI5SDlWMTYuODgxOUg3Wk03IDE2LjgzNDlWMTYuODgxOUg5VjE2LjgzNDlIN1pNNyAxNi43ODhWMTYuODM0OUg5VjE2Ljc4OEg3Wk03IDE2Ljc0MTJWMTYuNzg4SDlWMTYuNzQxMkg3Wk03IDE2LjY5NDRWMTYuNzQxMkg5VjE2LjY5NDRIN1pNNyAxNi42NDc3VjE2LjY5NDRIOVYxNi42NDc3SDdaTTcgMTYuNjAxMVYxNi42NDc3SDlWMTYuNjAxMUg3Wk03IDE2LjU1NDZWMTYuNjAxMUg5VjE2LjU1NDZIN1pNNyAxNi41MDgyVjE2LjU1NDZIOVYxNi41MDgySDdaTTcgMTYuNDYxOFYxNi41MDgySDlWMTYuNDYxOEg3Wk03IDE2LjQxNTVWMTYuNDYxOEg5VjE2LjQxNTVIN1pNNyAxNi4zNjkzVjE2LjQxNTVIOVYxNi4zNjkzSDdaTTcgMTYuMzIzMlYxNi4zNjkzSDlWMTYuMzIzMkg3Wk03IDE2LjI3NzFWMTYuMzIzMkg5VjE2LjI3NzFIN1pNNyAxNi4yMzEyVjE2LjI3NzFIOVYxNi4yMzEySDdaTTcgMTYuMTg1M1YxNi4yMzEySDlWMTYuMTg1M0g3Wk03IDE2LjEzOTVWMTYuMTg1M0g5VjE2LjEzOTVIN1pNNyAxNi4wOTM3VjE2LjEzOTVIOVYxNi4wOTM3SDdaTTcgMTYuMDQ4MVYxNi4wOTM3SDlWMTYuMDQ4MUg3Wk03IDE2LjAwMjVWMTYuMDQ4MUg5VjE2LjAwMjVIN1pNNyAxNS45NTdWMTYuMDAyNUg5VjE1Ljk1N0g3Wk03IDE1LjkxMTZWMTUuOTU3SDlWMTUuOTExNkg3Wk03IDE1Ljg2NjNWMTUuOTExNkg5VjE1Ljg2NjNIN1pNNyAxNS44MjFWMTUuODY2M0g5VjE1LjgyMUg3Wk03IDE1Ljc3NTlWMTUuODIxSDlWMTUuNzc1OUg3Wk03IDE1LjczMDhWMTUuNzc1OUg5VjE1LjczMDhIN1pNNyAxNS42ODU4VjE1LjczMDhIOVYxNS42ODU4SDdaTTcgMTUuNjQwOFYxNS42ODU4SDlWMTUuNjQwOEg3Wk03IDE1LjU5NlYxNS42NDA4SDlWMTUuNTk2SDdaTTcgMTUuNTUxMlYxNS41OTZIOVYxNS41NTEySDdaTTcgMTUuNTA2NVYxNS41NTEySDlWMTUuNTA2NUg3Wk03IDE1LjQ2MTlWMTUuNTA2NUg5VjE1LjQ2MTlIN1pNNyAxNS40MTc0VjE1LjQ2MTlIOVYxNS40MTc0SDdaTTcgMTUuMzczVjE1LjQxNzRIOVYxNS4zNzNIN1pNNyAxNS4zMjg2VjE1LjM3M0g5VjE1LjMyODZIN1pNNyAxNS4yODQzVjE1LjMyODZIOVYxNS4yODQzSDdaTTcgMTUuMjQwMVYxNS4yODQzSDlWMTUuMjQwMUg3Wk03IDE1LjE5NlYxNS4yNDAxSDlWMTUuMTk2SDdaTTcgMTUuMTUyVjE1LjE5Nkg5VjE1LjE1Mkg3Wk03IDE1LjEwOFYxNS4xNTJIOVYxNS4xMDhIN1pNNyAxNS4wNjQxVjE1LjEwOEg5VjE1LjA2NDFIN1pNNyAxNS4wMjAzVjE1LjA2NDFIOVYxNS4wMjAzSDdaTTcgMTQuOTc2NlYxNS4wMjAzSDlWMTQuOTc2Nkg3Wk03IDE0LjkzM1YxNC45NzY2SDlWMTQuOTMzSDdaTTcgMTQuODg5NFYxNC45MzNIOVYxNC44ODk0SDdaTTcgMTQuODQ1OVYxNC44ODk0SDlWMTQuODQ1OUg3Wk03IDE0LjgwMjVWMTQuODQ1OUg5VjE0LjgwMjVIN1pNNyAxNC43NTkyVjE0LjgwMjVIOVYxNC43NTkySDdaTTcgMTQuNzE2VjE0Ljc1OTJIOVYxNC43MTZIN1pNNyAxNC42NzI5VjE0LjcxNkg5VjE0LjY3MjlIN1pNNyAxNC42Mjk4VjE0LjY3MjlIOVYxNC42Mjk4SDdaTTcgMTQuNTg2OFYxNC42Mjk4SDlWMTQuNTg2OEg3Wk03IDE0LjU0MzlWMTQuNTg2OEg5VjE0LjU0MzlIN1pNNyAxNC41MDExVjE0LjU0MzlIOVYxNC41MDExSDdaTTcgMTQuNDU4NFYxNC41MDExSDlWMTQuNDU4NEg3Wk03IDE0LjQxNTdWMTQuNDU4NEg5VjE0LjQxNTdIN1pNNyAxNC4zNzMxVjE0LjQxNTdIOVYxNC4zNzMxSDdaTTcgMTQuMzMwNlYxNC4zNzMxSDlWMTQuMzMwNkg3Wk03IDE0LjI4ODJWMTQuMzMwNkg5VjE0LjI4ODJIN1pNNyAxNC4yNDU5VjE0LjI4ODJIOVYxNC4yNDU5SDdaTTcgMTQuMjAzN1YxNC4yNDU5SDlWMTQuMjAzN0g3Wk03IDE0LjE2MTVWMTQuMjAzN0g5VjE0LjE2MTVIN1pNNyAxNC4xMTk0VjE0LjE2MTVIOVYxNC4xMTk0SDdaTTcgMTQuMDc3NFYxNC4xMTk0SDlWMTQuMDc3NEg3Wk03IDE0LjAzNTVWMTQuMDc3NEg5VjE0LjAzNTVIN1pNNyAxMy45OTM3VjE0LjAzNTVIOVYxMy45OTM3SDdaTTcgMTMuOTUxOVYxMy45OTM3SDlWMTMuOTUxOUg3Wk03IDEzLjkxMDNWMTMuOTUxOUg5VjEzLjkxMDNIN1pNNyAxMy44Njg3VjEzLjkxMDNIOVYxMy44Njg3SDdaTTcgMTMuODI3MlYxMy44Njg3SDlWMTMuODI3Mkg3Wk03IDEzLjc4NThWMTMuODI3Mkg5VjEzLjc4NThIN1pNNyAxMy43NDQ0VjEzLjc4NThIOVYxMy43NDQ0SDdaTTcgMTMuNzAzMlYxMy43NDQ0SDlWMTMuNzAzMkg3Wk03IDEzLjY2MlYxMy43MDMySDlWMTMuNjYySDdaTTcgMTMuNjIwOVYxMy42NjJIOVYxMy42MjA5SDdaTTcgMTMuNTc5OVYxMy42MjA5SDlWMTMuNTc5OUg3Wk03IDEzLjUzOVYxMy41Nzk5SDlWMTMuNTM5SDdaTTcgMTMuNDk4MlYxMy41MzlIOVYxMy40OTgySDdaTTcgMTMuNDU3NFYxMy40OTgySDlWMTMuNDU3NEg3Wk03IDEzLjQxNjhWMTMuNDU3NEg5VjEzLjQxNjhIN1pNNyAxMy4zNzYyVjEzLjQxNjhIOVYxMy4zNzYySDdaTTcgMTMuMzM1N1YxMy4zNzYySDlWMTMuMzM1N0g3Wk03IDEzLjI5NTNWMTMuMzM1N0g5VjEzLjI5NTNIN1pNNyAxMy4yNTQ5VjEzLjI5NTNIOVYxMy4yNTQ5SDdaTTcgMTMuMjE0N1YxMy4yNTQ5SDlWMTMuMjE0N0g3Wk03IDEzLjE3NDVWMTMuMjE0N0g5VjEzLjE3NDVIN1pNNyAxMy4xMzQ1VjEzLjE3NDVIOVYxMy4xMzQ1SDdaTTcgMTMuMDk0NVYxMy4xMzQ1SDlWMTMuMDk0NUg3Wk03IDEzLjA1NDVWMTMuMDk0NUg5VjEzLjA1NDVIN1pNNyAxMy4wMTQ3VjEzLjA1NDVIOVYxMy4wMTQ3SDdaTTcgMTIuOTc1VjEzLjAxNDdIOVYxMi45NzVIN1pNNyAxMi45MzUzVjEyLjk3NUg5VjEyLjkzNTNIN1pNNyAxMi44OTU3VjEyLjkzNTNIOVYxMi44OTU3SDdaTTcgMTIuODU2M1YxMi44OTU3SDlWMTIuODU2M0g3Wk03IDEyLjgxNjhWMTIuODU2M0g5VjEyLjgxNjhIN1pNNyAxMi43Nzc1VjEyLjgxNjhIOVYxMi43Nzc1SDdaTTcgMTIuNzM4M1YxMi43Nzc1SDlWMTIuNzM4M0g3Wk03IDEyLjY5OTFWMTIuNzM4M0g5VjEyLjY5OTFIN1pNNyAxMi42NjAxVjEyLjY5OTFIOVYxMi42NjAxSDdaTTcgMTIuNjIxMVYxMi42NjAxSDlWMTIuNjIxMUg3Wk03IDEyLjU4MjJWMTIuNjIxMUg5VjEyLjU4MjJIN1pNNyAxMi41NDM0VjEyLjU4MjJIOVYxMi41NDM0SDdaTTcgMTIuNTA0NlYxMi41NDM0SDlWMTIuNTA0Nkg3Wk03IDEyLjQ2NlYxMi41MDQ2SDlWMTIuNDY2SDdaTTcgMTIuNDI3NFYxMi40NjZIOVYxMi40Mjc0SDdaTTcgMTIuMzg5VjEyLjQyNzRIOVYxMi4zODlIN1pNNyAxMi4zNTA2VjEyLjM4OUg5VjEyLjM1MDZIN1pNNyAxMi4zMTIzVjEyLjM1MDZIOVYxMi4zMTIzSDdaTTcgMTIuMjc0MVYxMi4zMTIzSDlWMTIuMjc0MUg3Wk03IDEyLjIzNTlWMTIuMjc0MUg5VjEyLjIzNTlIN1pNNyAxMi4xOTc5VjEyLjIzNTlIOVYxMi4xOTc5SDdaTTcgMTIuMTU5OVYxMi4xOTc5SDlWMTIuMTU5OUg3Wk03IDEyLjEyMjFWMTIuMTU5OUg5VjEyLjEyMjFIN1pNNyAxMi4wODQzVjEyLjEyMjFIOVYxMi4wODQzSDdaTTcgMTIuMDQ2NlYxMi4wODQzSDlWMTIuMDQ2Nkg3Wk03IDEyLjAwODlWMTIuMDQ2Nkg5VjEyLjAwODlIN1pNNyAxMlYxMi4wMDg5SDlWMTJIN1pNOSAxMUg4VjEzSDlWMTFaTTggMTFWMTJIMTBWMTFIOFpNOCAxMkg5VjEwSDhWMTJaTTcgMTAuOTkwOFYxMUg5VjEwLjk5MDhIN1pNNyAxMC45NTU3VjEwLjk5MDhIOVYxMC45NTU3SDdaTTcgMTAuOTIwNlYxMC45NTU3SDlWMTAuOTIwNkg3Wk03IDEwLjg4NTdWMTAuOTIwNkg5VjEwLjg4NTdIN1pNNyAxMC44NTA5VjEwLjg4NTdIOVYxMC44NTA5SDdaTTcgMTAuODE2MVYxMC44NTA5SDlWMTAuODE2MUg3Wk03IDEwLjc4MTVWMTAuODE2MUg5VjEwLjc4MTVIN1pNNyAxMC43NDY5VjEwLjc4MTVIOVYxMC43NDY5SDdaTTcgMTAuNzEyNFYxMC43NDY5SDlWMTAuNzEyNEg3Wk03IDEwLjY3OFYxMC43MTI0SDlWMTAuNjc4SDdaTTcgMTAuNjQzN1YxMC42NzhIOVYxMC42NDM3SDdaTTcgMTAuNjA5NVYxMC42NDM3SDlWMTAuNjA5NUg3Wk03IDEwLjU3NTNWMTAuNjA5NUg5VjEwLjU3NTNIN1pNNyAxMC41NDEzVjEwLjU3NTNIOVYxMC41NDEzSDdaTTcgMTAuNTA3M1YxMC41NDEzSDlWMTAuNTA3M0g3Wk03IDEwLjQ3MzVWMTAuNTA3M0g5VjEwLjQ3MzVIN1pNNyAxMC40Mzk3VjEwLjQ3MzVIOVYxMC40Mzk3SDdaTTcgMTAuNDA2VjEwLjQzOTdIOVYxMC40MDZIN1pNNyAxMC4zNzI0VjEwLjQwNkg5VjEwLjM3MjRIN1pNNyAxMC4zMzg5VjEwLjM3MjRIOVYxMC4zMzg5SDdaTTcgMTAuMzA1NFYxMC4zMzg5SDlWMTAuMzA1NEg3Wk03IDEwLjI3MjFWMTAuMzA1NEg5VjEwLjI3MjFIN1pNNyAxMC4yMzg5VjEwLjI3MjFIOVYxMC4yMzg5SDdaTTcgMTAuMjA1N1YxMC4yMzg5SDlWMTAuMjA1N0g3Wk03IDEwLjE3MjZWMTAuMjA1N0g5VjEwLjE3MjZIN1pNNyAxMC4xMzk2VjEwLjE3MjZIOVYxMC4xMzk2SDdaTTcgMTAuMTA2OFYxMC4xMzk2SDlWMTAuMTA2OEg3Wk03IDEwLjA3NFYxMC4xMDY4SDlWMTAuMDc0SDdaTTcgMTAuMDQxMlYxMC4wNzRIOVYxMC4wNDEySDdaTTcgMTAuMDA4NlYxMC4wNDEySDlWMTAuMDA4Nkg3Wk03IDkuOTc2MDhWMTAuMDA4Nkg5VjkuOTc2MDhIN1pNNyA5Ljk0MzY0VjkuOTc2MDhIOVY5Ljk0MzY0SDdaTTcgOS45MTEyOFY5Ljk0MzY0SDlWOS45MTEyOEg3Wk03IDkuODc5MDJWOS45MTEyOEg5VjkuODc5MDJIN1pNNyA5Ljg0Njg0VjkuODc5MDJIOVY5Ljg0Njg0SDdaTTcgOS44MTQ3NlY5Ljg0Njg0SDlWOS44MTQ3Nkg3Wk03IDkuNzgyNzZWOS44MTQ3Nkg5VjkuNzgyNzZIN1pNNyA5Ljc1MDg1VjkuNzgyNzZIOVY5Ljc1MDg1SDdaTTcgOS43MTkwNFY5Ljc1MDg1SDlWOS43MTkwNEg3Wk03IDkuNjg3MzFWOS43MTkwNEg5VjkuNjg3MzFIN1pNNyA5LjY1NTY3VjkuNjg3MzFIOVY5LjY1NTY3SDdaTTcgOS42MjQxM1Y5LjY1NTY3SDlWOS42MjQxM0g3Wk03IDkuNTkyNjdWOS42MjQxM0g5VjkuNTkyNjdIN1pNNyA5LjU2MTNWOS41OTI2N0g5VjkuNTYxM0g3Wk03IDkuNTMwMDNWOS41NjEzSDlWOS41MzAwM0g3Wk03IDkuNDk4ODRWOS41MzAwM0g5VjkuNDk4ODRIN1pNNyA5LjQ2Nzc1VjkuNDk4ODRIOVY5LjQ2Nzc1SDdaTTcgOS40MzY3NFY5LjQ2Nzc1SDlWOS40MzY3NEg3Wk03IDkuNDA1ODNWOS40MzY3NEg5VjkuNDA1ODNIN1pNNyA5LjM3NTAxVjkuNDA1ODNIOVY5LjM3NTAxSDdaTTcgOS4zNDQyN1Y5LjM3NTAxSDlWOS4zNDQyN0g3Wk03IDkuMzEzNjNWOS4zNDQyN0g5VjkuMzEzNjNIN1pNNyA5LjI4MzA4VjkuMzEzNjNIOVY5LjI4MzA4SDdaTTcgOS4yNTI2MlY5LjI4MzA4SDlWOS4yNTI2Mkg3Wk03IDkuMjIyMjVWOS4yNTI2Mkg5VjkuMjIyMjVIN1pNNyA5LjE5MTk3VjkuMjIyMjVIOVY5LjE5MTk3SDdaTTcgOS4xNjE3OFY5LjE5MTk3SDlWOS4xNjE3OEg3Wk03IDkuMTMxNjlWOS4xNjE3OEg5VjkuMTMxNjlIN1pNNyA5LjEwMTY4VjkuMTMxNjlIOVY5LjEwMTY4SDdaTTcgOS4wNzE3N1Y5LjEwMTY4SDlWOS4wNzE3N0g3Wk03IDkuMDQxOTVWOS4wNzE3N0g5VjkuMDQxOTVIN1pNNyA5LjAxMjIyVjkuMDQxOTVIOVY5LjAxMjIySDdaTTcgOC45ODI1OFY5LjAxMjIySDlWOC45ODI1OEg3Wk03IDguOTUzMDNWOC45ODI1OEg5VjguOTUzMDNIN1pNNyA4LjkyMzU3VjguOTUzMDNIOVY4LjkyMzU3SDdaTTcgOC44OTQyMVY4LjkyMzU3SDlWOC44OTQyMUg3Wk03IDguODY0OTNWOC44OTQyMUg5VjguODY0OTNIN1pNNyA4LjgzNTc1VjguODY0OTNIOVY4LjgzNTc1SDdaTTcgOC44MDY2NlY4LjgzNTc1SDlWOC44MDY2Nkg3Wk03IDguNzc3NjZWOC44MDY2Nkg5VjguNzc3NjZIN1pNNyA4Ljc0ODc2VjguNzc3NjZIOVY4Ljc0ODc2SDdaTTcgOC43MTk5NFY4Ljc0ODc2SDlWOC43MTk5NEg3Wk03IDguNjkxMjJWOC43MTk5NEg5VjguNjkxMjJIN1pNNyA4LjY2MjU5VjguNjkxMjJIOVY4LjY2MjU5SDdaTTcgOC42MzQwNVY4LjY2MjU5SDlWOC42MzQwNUg3Wk03IDguNjA1NjFWOC42MzQwNUg5VjguNjA1NjFIN1pNNyA4LjU3NzI1VjguNjA1NjFIOVY4LjU3NzI1SDdaTTcgOC41NDg5OVY4LjU3NzI1SDlWOC41NDg5OUg3Wk03IDguNTIwODJWOC41NDg5OUg5VjguNTIwODJIN1pNNyA4LjQ5Mjc1VjguNTIwODJIOVY4LjQ5Mjc1SDdaTTcgOC40NjQ3NlY4LjQ5Mjc1SDlWOC40NjQ3Nkg3Wk03IDguNDM2ODdWOC40NjQ3Nkg5VjguNDM2ODdIN1pNNyA4LjQwOTA3VjguNDM2ODdIOVY4LjQwOTA3SDdaTTcgOC4zODEzN1Y4LjQwOTA3SDlWOC4zODEzN0g3Wk03IDguMzUzNzZWOC4zODEzN0g5VjguMzUzNzZIN1pNNyA4LjMyNjI0VjguMzUzNzZIOVY4LjMyNjI0SDdaTTcgOC4yOTg4MVY4LjMyNjI0SDlWOC4yOTg4MUg3Wk03IDguMjcxNDdWOC4yOTg4MUg5VjguMjcxNDdIN1pNNyA4LjI0NDIzVjguMjcxNDdIOVY4LjI0NDIzSDdaTTcgOC4yMTcwOVY4LjI0NDIzSDlWOC4yMTcwOUg3Wk03IDguMTkwMDNWOC4yMTcwOUg5VjguMTkwMDNIN1pNNyA4LjE2MzA3VjguMTkwMDNIOVY4LjE2MzA3SDdaTTcgOC4xMzYyVjguMTYzMDdIOVY4LjEzNjJIN1pNNyA4LjEwOTQzVjguMTM2Mkg5VjguMTA5NDNIN1pNNyA4LjA4Mjc0VjguMTA5NDNIOVY4LjA4Mjc0SDdaTTcgOC4wNTYxNlY4LjA4Mjc0SDlWOC4wNTYxNkg3Wk03IDguMDI5NjZWOC4wNTYxNkg5VjguMDI5NjZIN1pNNyA4LjAwMzI2VjguMDI5NjZIOVY4LjAwMzI2SDdaTTcgNy45NzY5NVY4LjAwMzI2SDlWNy45NzY5NUg3Wk03IDcuOTUwNzRWNy45NzY5NUg5VjcuOTUwNzRIN1pNNyA3LjkyNDYyVjcuOTUwNzRIOVY3LjkyNDYySDdaTTcgNy44OTg2VjcuOTI0NjJIOVY3Ljg5ODZIN1pNNyA3Ljg3MjY2VjcuODk4Nkg5VjcuODcyNjZIN1pNNyA3Ljg0NjgzVjcuODcyNjZIOVY3Ljg0NjgzSDdaTTcgNy44MjEwOFY3Ljg0NjgzSDlWNy44MjEwOEg3Wk03IDcuNzk1NDNWNy44MjEwOEg5VjcuNzk1NDNIN1pNNyA3Ljc2OTg4VjcuNzk1NDNIOVY3Ljc2OTg4SDdaTTcgNy43NDQ0MVY3Ljc2OTg4SDlWNy43NDQ0MUg3Wk03IDcuNzE5MDVWNy43NDQ0MUg5VjcuNzE5MDVIN1pNNyA3LjY5Mzc4VjcuNzE5MDVIOVY3LjY5Mzc4SDdaTTcgNy42Njg2VjcuNjkzNzhIOVY3LjY2ODZIN1pNNyA3LjY0MzUxVjcuNjY4Nkg5VjcuNjQzNTFIN1pNNyA3LjYxODUyVjcuNjQzNTFIOVY3LjYxODUySDdaTTcgNy41OTM2M1Y3LjYxODUySDlWNy41OTM2M0g3Wk03IDcuNTY4ODNWNy41OTM2M0g5VjcuNTY4ODNIN1pNNyA3LjU0NDEyVjcuNTY4ODNIOVY3LjU0NDEySDdaTTcgNy41MTk1MVY3LjU0NDEySDlWNy41MTk1MUg3Wk03IDcuNDk1VjcuNTE5NTFIOVY3LjQ5NUg3Wk03IDcuNDcwNThWNy40OTVIOVY3LjQ3MDU4SDdaTTcgNy40NDYyNVY3LjQ3MDU4SDlWNy40NDYyNUg3Wk03IDcuNDIyMDJWNy40NDYyNUg5VjcuNDIyMDJIN1pNNyA3LjM5Nzg4VjcuNDIyMDJIOVY3LjM5Nzg4SDdaTTcgNy4zNzM4NFY3LjM5Nzg4SDlWNy4zNzM4NEg3Wk03IDcuMzQ5OVY3LjM3Mzg0SDlWNy4zNDk5SDdaTTcgNy4zMjYwNVY3LjM0OTlIOVY3LjMyNjA1SDdaTTcgNy4zMDIyOVY3LjMyNjA1SDlWNy4zMDIyOUg3Wk03IDcuMjc4NjRWNy4zMDIyOUg5VjcuMjc4NjRIN1pNNyA3LjI1NTA3VjcuMjc4NjRIOVY3LjI1NTA3SDdaTTcgNy4yMzE2VjcuMjU1MDdIOVY3LjIzMTZIN1pNNyA3LjIwODIzVjcuMjMxNkg5VjcuMjA4MjNIN1pNNyA3LjE4NDk1VjcuMjA4MjNIOVY3LjE4NDk1SDdaTTcgNy4xNjE3N1Y3LjE4NDk1SDlWNy4xNjE3N0g3Wk03IDcuMTM4NjlWNy4xNjE3N0g5VjcuMTM4NjlIN1pNNyA3LjExNTdWNy4xMzg2OUg5VjcuMTE1N0g3Wk03IDcuMDkyOFY3LjExNTdIOVY3LjA5MjhIN1pNNyA3LjA3MDAxVjcuMDkyOEg5VjcuMDcwMDFIN1pNNyA3LjA0NzMxVjcuMDcwMDFIOVY3LjA0NzMxSDdaTTcgNy4wMjQ3VjcuMDQ3MzFIOVY3LjAyNDdIN1pNNyA3LjAwMjE5VjcuMDI0N0g5VjcuMDAyMTlIN1pNNyA2Ljk3OTc4VjcuMDAyMTlIOVY2Ljk3OTc4SDdaTTcgNi45NTc0NlY2Ljk3OTc4SDlWNi45NTc0Nkg3Wk03IDYuOTM1MjRWNi45NTc0Nkg5VjYuOTM1MjRIN1pNNyA2LjkxMzEyVjYuOTM1MjRIOVY2LjkxMzEySDdaTTcgNi44OTEwOVY2LjkxMzEySDlWNi44OTEwOUg3Wk03IDYuODY5MTZWNi44OTEwOUg5VjYuODY5MTZIN1pNNyA2Ljg0NzMyVjYuODY5MTZIOVY2Ljg0NzMySDdaTTcgNi44MjU1OFY2Ljg0NzMySDlWNi44MjU1OEg3Wk03IDYuODAzOTRWNi44MjU1OEg5VjYuODAzOTRIN1pNNyA2Ljc4MjRWNi44MDM5NEg5VjYuNzgyNEg3Wk03IDYuNzYwOTVWNi43ODI0SDlWNi43NjA5NUg3Wk03IDYuNzM5NlY2Ljc2MDk1SDlWNi43Mzk2SDdaTTcgNi43MTgzNVY2LjczOTZIOVY2LjcxODM1SDdaTTcgNi42OTcxOVY2LjcxODM1SDlWNi42OTcxOUg3Wk03IDYuNjc2MTNWNi42OTcxOUg5VjYuNjc2MTNIN1pNNyA2LjY1NTE3VjYuNjc2MTNIOVY2LjY1NTE3SDdaTTcgNi42MzQzMVY2LjY1NTE3SDlWNi42MzQzMUg3Wk03IDYuNjEzNTRWNi42MzQzMUg5VjYuNjEzNTRIN1pNNyA2LjU5Mjg3VjYuNjEzNTRIOVY2LjU5Mjg3SDdaTTcgNi41NzIyOVY2LjU5Mjg3SDlWNi41NzIyOUg3Wk03IDYuNTUxODJWNi41NzIyOUg5VjYuNTUxODJIN1pNNyA2LjUzMTQ0VjYuNTUxODJIOVY2LjUzMTQ0SDdaTTcgNi41MTExNlY2LjUzMTQ0SDlWNi41MTExNkg3Wk03IDYuNDkwOThWNi41MTExNkg5VjYuNDkwOThIN1pNNyA2LjQ3MDg5VjYuNDkwOThIOVY2LjQ3MDg5SDdaTTcgNi40NTA5MVY2LjQ3MDg5SDlWNi40NTA5MUg3Wk03IDYuNDMxMDJWNi40NTA5MUg5VjYuNDMxMDJIN1pNNyA2LjQxMTIyVjYuNDMxMDJIOVY2LjQxMTIySDdaTTcgNi4zOTE1M1Y2LjQxMTIySDlWNi4zOTE1M0g3Wk03IDYuMzcxOTRWNi4zOTE1M0g5VjYuMzcxOTRIN1pNNyA2LjM1MjQ0VjYuMzcxOTRIOVY2LjM1MjQ0SDdaTTcgNi4zMzMwNFY2LjM1MjQ0SDlWNi4zMzMwNEg3Wk03IDYuMzEzNzRWNi4zMzMwNEg5VjYuMzEzNzRIN1pNNyA2LjI5NDU0VjYuMzEzNzRIOVY2LjI5NDU0SDdaTTcgNi4yNzU0M1Y2LjI5NDU0SDlWNi4yNzU0M0g3Wk03IDYuMjU2NDNWNi4yNzU0M0g5VjYuMjU2NDNIN1pNNyA2LjIzNzUyVjYuMjU2NDNIOVY2LjIzNzUySDdaTTcgNi4yMTg3MVY2LjIzNzUySDlWNi4yMTg3MUg3Wk03IDYuMlY2LjIxODcxSDlWNi4ySDdaTTcgNi4xODEzOVY2LjJIOVY2LjE4MTM5SDdaTTcgNi4xNjI4N1Y2LjE4MTM5SDlWNi4xNjI4N0g3Wk03IDYuMTQ0NDZWNi4xNjI4N0g5VjYuMTQ0NDZIN1pNNyA2LjEyNjE1VjYuMTQ0NDZIOVY2LjEyNjE1SDdaTTcgNi4xMDc5M1Y2LjEyNjE1SDlWNi4xMDc5M0g3Wk03IDYuMDg5ODFWNi4xMDc5M0g5VjYuMDg5ODFIN1pNNyA2LjA3MTc5VjYuMDg5ODFIOVY2LjA3MTc5SDdaTTcgNi4wNTM4N1Y2LjA3MTc5SDlWNi4wNTM4N0g3Wk03IDYuMDM2MDVWNi4wNTM4N0g5VjYuMDM2MDVIN1pNNyA2LjAxODMzVjYuMDM2MDVIOVY2LjAxODMzSDdaTTcgNi4wMDA3MVY2LjAxODMzSDlWNi4wMDA3MUg3Wk03IDUuOTgzMTlWNi4wMDA3MUg5VjUuOTgzMTlIN1pNNyA1Ljk2NTc3VjUuOTgzMTlIOVY1Ljk2NTc3SDdaTTcgNS45NDg0NFY1Ljk2NTc3SDlWNS45NDg0NEg3Wk03IDUuOTMxMjJWNS45NDg0NEg5VjUuOTMxMjJIN1pNNyA1LjkxNDFWNS45MzEyMkg5VjUuOTE0MUg3Wk03IDUuODk3MDdWNS45MTQxSDlWNS44OTcwN0g3Wk03IDUuODgwMTVWNS44OTcwN0g5VjUuODgwMTVIN1pNNyA1Ljg2MzMyVjUuODgwMTVIOVY1Ljg2MzMySDdaTTcgNS44NDY2VjUuODYzMzJIOVY1Ljg0NjZIN1pNNyA1LjgyOTk3VjUuODQ2Nkg5VjUuODI5OTdIN1pNNyA1LjgxMzQ1VjUuODI5OTdIOVY1LjgxMzQ1SDdaTTcgNS43OTcwMlY1LjgxMzQ1SDlWNS43OTcwMkg3Wk03IDUuNzgwN1Y1Ljc5NzAySDlWNS43ODA3SDdaTTcgNS43NjQ0N1Y1Ljc4MDdIOVY1Ljc2NDQ3SDdaTTcgNS43NDgzNVY1Ljc2NDQ3SDlWNS43NDgzNUg3Wk03IDUuNzMyMzJWNS43NDgzNUg5VjUuNzMyMzJIN1pNNyA1LjcxNjRWNS43MzIzMkg5VjUuNzE2NEg3Wk03IDUuNzAwNTdWNS43MTY0SDlWNS43MDA1N0g3Wk03IDUuNjg0ODVWNS43MDA1N0g5VjUuNjg0ODVIN1pNNyA1LjY2OTIzVjUuNjg0ODVIOVY1LjY2OTIzSDdaTTcgNS42NTM3MVY1LjY2OTIzSDlWNS42NTM3MUg3Wk03IDUuNjM4MjhWNS42NTM3MUg5VjUuNjM4MjhIN1pNNyA1LjYyMjk2VjUuNjM4MjhIOVY1LjYyMjk2SDdaTTcgNS42MDc3NFY1LjYyMjk2SDlWNS42MDc3NEg3Wk03IDUuNTkyNjJWNS42MDc3NEg5VjUuNTkyNjJIN1pNNyA1LjU3NzYxVjUuNTkyNjJIOVY1LjU3NzYxSDdaTTcgNS41NjI2OVY1LjU3NzYxSDlWNS41NjI2OUg3Wk03IDUuNTQ3ODdWNS41NjI2OUg5VjUuNTQ3ODdIN1pNNyA1LjUzMzE2VjUuNTQ3ODdIOVY1LjUzMzE2SDdaTTcgNS41MTg1NFY1LjUzMzE2SDlWNS41MTg1NEg3Wk03IDUuNTA0MDNWNS41MTg1NEg5VjUuNTA0MDNIN1pNNyA1LjQ4OTYyVjUuNTA0MDNIOVY1LjQ4OTYySDdaTTcgNS40NzUzMVY1LjQ4OTYySDlWNS40NzUzMUg3Wk03IDUuNDYxMVY1LjQ3NTMxSDlWNS40NjExSDdaTTcgNS40NDY5OVY1LjQ2MTFIOVY1LjQ0Njk5SDdaTTcgNS40MzI5OVY1LjQ0Njk5SDlWNS40MzI5OUg3Wk03IDUuNDE5MDhWNS40MzI5OUg5VjUuNDE5MDhIN1pNNyA1LjQwNTI4VjUuNDE5MDhIOVY1LjQwNTI4SDdaTTcgNS4zOTE1OFY1LjQwNTI4SDlWNS4zOTE1OEg3Wk03IDUuMzc3OThWNS4zOTE1OEg5VjUuMzc3OThIN1pNNyA1LjM2NDQ5VjUuMzc3OThIOVY1LjM2NDQ5SDdaTTcgNS4zNTEwOVY1LjM2NDQ5SDlWNS4zNTEwOUg3Wk03IDUuMzM3OFY1LjM1MTA5SDlWNS4zMzc4SDdaTTcgNS4zMjQ2MVY1LjMzNzhIOVY1LjMyNDYxSDdaTTcgNS4zMTE1MlY1LjMyNDYxSDlWNS4zMTE1Mkg3Wk03IDUuMjk4NTNWNS4zMTE1Mkg5VjUuMjk4NTNIN1pNNyA1LjI4NTY1VjUuMjk4NTNIOVY1LjI4NTY1SDdaTTcgNS4yNzI4NlY1LjI4NTY1SDlWNS4yNzI4Nkg3Wk03IDUuMjYwMThWNS4yNzI4Nkg5VjUuMjYwMThIN1pNNyA1LjI0NzYxVjUuMjYwMThIOVY1LjI0NzYxSDdaTTcgNS4yMzUxM1Y1LjI0NzYxSDlWNS4yMzUxM0g3Wk03IDUuMjIyNzZWNS4yMzUxM0g5VjUuMjIyNzZIN1pNNyA1LjIxMDQ5VjUuMjIyNzZIOVY1LjIxMDQ5SDdaTTcgNS4xOTgzMlY1LjIxMDQ5SDlWNS4xOTgzMkg3Wk03IDUuMTg2MjZWNS4xOTgzMkg5VjUuMTg2MjZIN1pNNyA1LjE3NDI5VjUuMTg2MjZIOVY1LjE3NDI5SDdaTTcgNS4xNjI0NFY1LjE3NDI5SDlWNS4xNjI0NEg3Wk03IDUuMTUwNjhWNS4xNjI0NEg5VjUuMTUwNjhIN1pNNyA1LjEzOTAzVjUuMTUwNjhIOVY1LjEzOTAzSDdaTTcgNS4xMjc0OFY1LjEzOTAzSDlWNS4xMjc0OEg3Wk03IDUuMTE2MDNWNS4xMjc0OEg5VjUuMTE2MDNIN1pNNyA1LjEwNDY5VjUuMTE2MDNIOVY1LjEwNDY5SDdaTTcgNS4wOTM0NFY1LjEwNDY5SDlWNS4wOTM0NEg3Wk03IDUuMDgyMzFWNS4wOTM0NEg5VjUuMDgyMzFIN1pNNyA1LjA3MTI3VjUuMDgyMzFIOVY1LjA3MTI3SDdaTTcgNS4wNjAzNFY1LjA3MTI3SDlWNS4wNjAzNEg3Wk03IDUuMDQ5NTJWNS4wNjAzNEg5VjUuMDQ5NTJIN1pNNyA1LjAzODc5VjUuMDQ5NTJIOVY1LjAzODc5SDdaTTcgNS4wMjgxN1Y1LjAzODc5SDlWNS4wMjgxN0g3Wk03IDUuMDE3NjZWNS4wMjgxN0g5VjUuMDE3NjZIN1pNNyA1LjAwNzI0VjUuMDE3NjZIOVY1LjAwNzI0SDdaTTcgNC45OTY5M1Y1LjAwNzI0SDlWNC45OTY5M0g3Wk03IDQuOTg2NzNWNC45OTY5M0g5VjQuOTg2NzNIN1pNNyA0Ljk3NjYzVjQuOTg2NzNIOVY0Ljk3NjYzSDdaTTcgNC45NjY2M1Y0Ljk3NjYzSDlWNC45NjY2M0g3Wk03IDQuOTU2NzRWNC45NjY2M0g5VjQuOTU2NzRIN1pNNyA0Ljk0Njk1VjQuOTU2NzRIOVY0Ljk0Njk1SDdaTTcgNC45NDE2OVY0Ljk0Njk1SDlWNC45NDE2OUg3Wk04LjA4Njk0IDMuODczODVDNy45Nzc4NiAzLjkxMzUyIDcuODc3MDkgMy45NDQ0NCA3Ljc4MTQzIDMuOTY1ODdMOC4yMTg1NyA1LjkxNzUxQzguNDIwMiA1Ljg3MjM1IDguNjA1NzcgNS44MTMzMiA4Ljc3MDQzIDUuNzUzNDRMOC4wODY5NCAzLjg3Mzg1Wk04LjY5NzA0IDMuNjE1ODRDOC40NjkwOSAzLjcxODM2IDguMjcwOSAzLjgwNjk2IDguMDg2OTQgMy44NzM4NUw4Ljc3MDQzIDUuNzUzNDRDOS4wMzYyIDUuNjU2OCA5LjMwMzA1IDUuNTM2MjUgOS41MTczNyA1LjQzOTg3TDguNjk3MDQgMy42MTU4NFpNOC43MDEwOCAzLjYxNDA0TDguNzAxMDcgMy42MTQwNEw5LjUxMzM0IDUuNDQxNjZMOS41MTMzNiA1LjQ0MTY2TDguNzAxMDggMy42MTQwNFpNOC43MDAwNCAzLjYxNDVMOC42OTk5NCAzLjYxNDU1TDkuNTE0NSA1LjQ0MTE1TDkuNTE0NjEgNS40NDExTDguNzAwMDQgMy42MTQ1Wk04Ljg1OTQzIDMuNTQzMDlDOC44MDUxNyAzLjU2NzIxIDguNzUwMjkgMy41OTE4OSA4LjY5NzE2IDMuNjE1NzlMOS41MTc0OSA1LjQzOTgxQzkuNTcxMzcgNS40MTU1OCA5LjYyMjE3IDUuMzkyNzMgOS42NzE3MSA1LjM3MDcyTDguODU5NDMgMy41NDMwOVpNMTEgM0MxMC4xMzczIDMgOS40Mjk2NyAzLjI4OTY2IDguODU5NDMgMy41NDMwOUw5LjY3MTcxIDUuMzcwNzJDMTAuMjA5NSA1LjEzMTcxIDEwLjU4NzIgNSAxMSA1VjNaTTEwIDNWNEgxMlYzSDEwWk05LjI2NTU3IDQuNDU2OTFDOS44MTg5NyA0LjIxMDk1IDEwLjM2MiA0IDExIDRWMkM5LjkxMzUxIDIgOS4wNDE4OCAyLjM2NzY5IDguNDUzMjkgMi42MjkyOEw5LjI2NTU3IDQuNDU2OTFaTTkuMDg5ODUgNC41MzU1NkM5LjE0Nzc0IDQuNTA5NTUgOS4yMDU1OSA0LjQ4MzU2IDkuMjY1NTcgNC40NTY5MUw4LjQ1MzI5IDIuNjI5MjhDOC4zODkwOCAyLjY1NzgyIDguMzI3NjYgMi42ODU0MiA4LjI3MDI0IDIuNzExMjFMOS4wODk4NSA0LjUzNTU2Wk04LjQyODY4IDQuODEzNjVDOC42NTY0NyA0LjczMDgyIDguODgwNDggNC42Mjk2MiA5LjA4OTg1IDQuNTM1NTZMOC4yNzAyNSAyLjcxMTIxQzguMDQ1MTUgMi44MTIzNCA3Ljg5MDkxIDIuODgxMDcgNy43NDUyIDIuOTM0MDZMOC40Mjg2OCA0LjgxMzY1Wk03LjUgNUM3LjgzMjExIDUgOC4xNDQxOSA0LjkxNzEgOC40Mjg2OCA0LjgxMzY1TDcuNzQ1MiAyLjkzNDA2QzcuNTY3OTUgMi45OTg1MSA3LjUwNDAyIDMgNy41IDNWNVpNNi41NzEzMiA0LjgxMzY1QzYuODU1ODEgNC45MTcxIDcuMTY3ODkgNSA3LjUgNVYzQzcuNDk1OTggMyA3LjQzMjA1IDIuOTk4NTEgNy4yNTQ4IDIuOTM0MDZMNi41NzEzMiA0LjgxMzY1Wk01LjkxMDE2IDQuNTM1NTZDNi4xMTk1MiA0LjYyOTYyIDYuMzQzNTMgNC43MzA4MiA2LjU3MTMyIDQuODEzNjVMNy4yNTQ4IDIuOTM0MDZDNy4xMDkwOSAyLjg4MTA3IDYuOTU0ODUgMi44MTIzNCA2LjcyOTc2IDIuNzExMjFMNS45MTAxNiA0LjUzNTU2Wk01LjkwOTU5IDQuNTM1MzFMNS45MDk1OSA0LjUzNTMxTDYuNzMwMzIgMi43MTE0N0w2LjczMDMyIDIuNzExNDZMNS45MDk1OSA0LjUzNTMxWk01LjkwNjk4IDQuNTM0MTNMNS45MDcwMiA0LjUzNDE1TDYuNzMyODggMi43MTI2Mkw2LjczMjg0IDIuNzEyNkw1LjkwNjk4IDQuNTM0MTNaTTUuNzM0NDMgNC40NTY5MUM1Ljc5NDQgNC40ODM1NiA1Ljg1MjIzIDQuNTA5NTQgNS45MTAxMSA0LjUzNTU0TDYuNzI5NzEgMi43MTExOUM2LjY3MjMxIDIuNjg1NCA2LjYxMDkgMi42NTc4MSA2LjU0NjcxIDIuNjI5MjhMNS43MzQ0MyA0LjQ1NjkxWk00IDRDNC42MzgwNSA0IDUuMTgxMDMgNC4yMTA5NSA1LjczNDQzIDQuNDU2OTFMNi41NDY3MSAyLjYyOTI4QzUuOTU4MTIgMi4zNjc2OSA1LjA4NjQ5IDIgNCAyVjRaTTUgNFYzSDNWNEg1WiIgZmlsbD0id2hpdGUiIG1hc2s9InVybCgjcGF0aC0zLW91dHNpZGUtMl80ODBfMTg4KSIvPgo8L3N2Zz4K") 8 1, auto;
}

/* stylelint-disable */
.e-blazor-gantt-tooltip .e-tip-content {
  overflow-wrap: unset !important;
  /* stylelint-disable-line declaration-no-important */
  white-space: nowrap !important;
  /* stylelint-disable-line declaration-no-important */
  word-break: unset !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-gantt-tooltip .e-tip-content {
  text-align: left !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
  border-left: none !important;
  /* stylelint-disable-line declaration-no-important */
  border-right-color: #7280ce;
}
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
  border-right: none !important;
  /* stylelint-disable-line declaration-no-important */
  border-left-color: #7280ce;
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
  border-right: none !important;
  /* stylelint-disable-line declaration-no-important */
  border-left: 1px solid !important;
  /* stylelint-disable-line declaration-no-important */
  border-left-color: #616161 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
  padding-right: 11px !important;
  /* stylelint-disable-line declaration-no-important */
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  text-align: right !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
  right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
  right: 1px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
  margin-right: 2px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
  border-left: 5px solid;
  border-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
  transform: rotate(90deg) !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
  padding-left: 25px !important;
  /* stylelint-disable-line declaration-no-important */
  padding-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
  margin-right: 25px !important;
  /* stylelint-disable-line declaration-no-important */
  margin-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-gantt-rtl .e-gantt-tooltip-label {
  text-align: right !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt-rtl .e-tip-content {
  text-align: right !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
  padding: 4px 8px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-gantt {
  display: block;
  width: 100%;
}
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
  left: -5px;
  position: relative;
}
.e-gantt .e-cloneproperties {
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0;
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
  overflow: hidden;
  padding: 4px 5px;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 100;
}
.e-gantt .e-cloneproperties .e-draganddrop {
  border-spacing: 0;
  font-size: 12px;
  font-weight: normal;
  overflow: visible;
}
.e-gantt .e-cloneproperties .e-bothganttlines {
  border-width: 1px 0 0 1px;
}
.e-gantt .e-draganddrop {
  border-width: 0 1px 1px;
  font-weight: normal;
  padding: 0;
}
.e-gantt .e-draganddrop .e-rowcell {
  opacity: 0.95;
}
.e-gantt .e-cloneproperties.e-draganddrop table {
  border-spacing: 0;
}
.e-gantt .e-icons.e-errorelem {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.e-gantt .e-errorelem::before {
  color: #e3165b;
  content: "\e22a";
  transform: rotate(180deg);
}
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
  border-bottom: 0;
  border-right: 1px solid #616161;
  border-top: 1px solid #616161;
}
.e-gantt .e-gantt-toolbar {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-style: solid;
  border-width: 1px 1px 0;
}
.e-gantt .e-flmenu-valuediv {
  padding-top: 24px;
}
.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
  margin: 0;
}
.e-gantt .e-gantt-splitter .e-pane {
  overflow: hidden !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-splitter:has(.e-headercell.e-fltr-icon) {
  overflow: visible !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-temp-content {
  border-left: 1px solid;
}
.e-gantt .e-tab {
  border: 0;
}
.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
  border-color: transparent;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid {
  border-width: 0;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid:has(.e-headercell.e-fltr-icon):not(.e-gantt .e-grid.e-rtl) {
  position: inherit;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-row .e-input-group {
  margin-top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  margin-bottom: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 45px;
}
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
  border-right-width: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
  border-top-style: none;
  border-top-width: 0;
  padding-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
  height: 63px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent:not(:has(.e-movablescrollbar)) .e-content {
  overflow-x: scroll !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
  width: calc(100% + 17px);
}
.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
  text-align: center;
}
.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
  display: inline-block;
  font-size: 18px;
  height: 15px;
  line-height: 10px;
  vertical-align: middle;
}
.e-gantt .e-gantt-chart {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.e-gantt .e-gantt-chart .e-chart-empty-row {
  border: 0.5px solid;
  position: absolute;
  background-color: rgba(0, 120, 222, 0.15);
  border-color: rgba(0, 120, 222, 0.65) !important;
}
.e-gantt .e-gantt-chart .e-chart-root-container {
  border-right: 0 solid;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
  -webkit-overflow-scrolling: touch;
  /* stylelint-disable-line property-no-vendor-prefix */
  overflow-x: scroll;
  overflow-y: auto;
  position: relative;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-droptop {
  border-top: 1px solid #00b0ff;
  border-width: 1px 0 0;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-dropbottom {
  border-bottom: 1px solid #00b0ff;
  box-shadow: #00b0ff;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-childborder {
  border-bottom: 1px solid #00b0ff;
  border-top: 1px solid #00b0ff;
  box-shadow: #00b0ff;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
  position: absolute;
  height: 100%;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
  position: absolute;
  height: 100%;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
  height: 100%;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
  height: 100%;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-timeline-header-container {
  border-bottom-style: solid;
  border-right: 1px solid;
  overflow: hidden;
  position: relative;
  z-index: 6;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-container thead tr th {
  border-left: 0;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-container thead tr td {
  border-left: 0;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
  border-collapse: collapse;
  box-sizing: border-box;
  transform: scale(1);
  white-space: nowrap;
  display: block;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
  display: inline-flex;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
  border-spacing: 0;
  border-style: solid;
  border-top: 0;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  position: static;
  text-align: center;
  user-select: none;
  white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  position: static;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
  padding-left: 11px;
  text-align: left;
}
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
.e-gantt .e-gantt-chart .e-zero-spacing {
  border-spacing: 0;
}
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
  border-top: 0;
}
.e-gantt .e-gantt-chart .e-chart-row {
  display: table-row;
}
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
  border-collapse: separate;
  border-style: solid;
  border-width: 1px 0 0;
}
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
  font-size: 0;
  padding: 0;
}
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
  border-bottom-width: 1px;
}
.e-gantt .e-gantt-chart .e-line-container-cell {
  border-right-style: solid;
  border-right-width: 1px;
  height: 100%;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-taskbar-main-container {
  cursor: move;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  z-index: 3;
}
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
  z-index: 4;
}
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
  align-items: center;
  display: inline-flex;
  float: left;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-left-label-container {
  display: inline-block;
}
.e-gantt .e-gantt-chart .e-left-label-inner-div,
.e-gantt .e-gantt-chart .e-right-label-container {
  overflow: hidden;
}
.e-gantt .e-gantt-chart .e-left-label-inner-div {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}
.e-gantt .e-gantt-chart .e-label {
  margin: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-right-label-container {
  background-color: transparent;
  display: inline-block;
  margin: 0;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-right-label-inner-div {
  align-items: center;
  display: inline-flex;
  float: left;
  outline: none;
  overflow: hidden;
}
.e-gantt .e-gantt-chart .e-indicator-span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
}
.e-gantt .e-gantt-chart .e-gantt-child-taskbar,
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
.e-gantt .e-gantt-chart .e-gantt-child-progressbar,
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar,
.e-gantt .e-gantt-chart .e-gantt-milestone,
.e-gantt .e-gantt-chart .e-gantt-parent-milestone,
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
  display: inline-block;
  width: 100%;
}
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
  position: absolute;
  transform: rotate(45deg);
}
.e-gantt .e-gantt-chart .e-gantt-milestone {
  position: absolute;
  transform: rotate(45deg);
}
.e-gantt .e-gantt-chart .e-manualparent-main-container {
  background-color: transparent;
  cursor: move;
  margin-top: -5px;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
  margin-top: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-split-container-line {
  border-color: #a9a9a9;
  border-top-style: dotted;
  border-top-width: 2px;
  height: 0;
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: calc(100% - 5px);
}
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
  border-spacing: 0;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  padding: 0;
  z-index: 3;
}
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
  z-index: 3;
}
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
  box-sizing: border-box;
  text-align: right;
  border-style: solid;
  height: 100%;
}
.e-gantt .e-gantt-chart .e-chart-scroll-container,
.e-gantt .e-gantt-chart .e-chart-rows-container {
  user-select: none;
}
.e-gantt .e-gantt-chart .e-chart-scroll-container {
  position: relative;
  height: 100%;
}
.e-gantt .e-gantt-chart .e-chart-rows-container {
  line-height: initial;
  position: relative;
  overflow: hidden;
}
.e-gantt .e-gantt-chart .e-masked-tbody {
  table-layout: fixed;
  width: 100%;
}
.e-gantt .e-gantt-chart .e-div-background {
  border-color: #e1dfdd;
  border-right-style: solid;
  border-right-width: 1px;
  height: 100%;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-innerHTML {
  height: 16px;
  width: 16px;
  left: 14px;
}
.e-gantt .e-gantt-chart .e-innerHTML1 {
  height: 16px;
  width: 16px;
  left: 30px;
}
.e-gantt .e-gantt-chart .e-innerHTML2 {
  height: 16px;
  width: 16px;
  left: 60px;
}
.e-gantt .e-gantt-chart .e-timelineHeader {
  height: 16px;
  width: 82px;
  left: 20px;
}
.e-gantt .e-gantt-chart .e-maskcell01 {
  height: 12px;
  width: 88px;
  left: 14px;
  border-radius: 0;
}
.e-gantt .e-gantt-chart .e-maskcell02 {
  border-radius: 0;
  height: 18px;
  width: 410px;
}
.e-gantt .e-gantt-chart .e-maskcell03 {
  height: 12px;
  width: 88px;
  left: 14px;
  border-radius: 0;
}
.e-gantt .e-gantt-chart .e-maskcell04 {
  border-radius: 0;
  height: 18px;
  width: 208px;
}
.e-gantt .e-gantt-chart .e-maskcell05 {
  height: 12px;
  width: 108px;
  left: 64px;
  border-radius: 0;
}
.e-gantt .e-gantt-chart .e-maskcell06 {
  height: 18px;
  width: 195px;
  left: 192px;
  border-radius: 0;
}
.e-gantt .e-gantt-chart .e-maskcell07 {
  height: 18px;
  width: 156px;
  left: 388px;
  border-radius: 0;
}
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 4;
}
.e-gantt .e-gantt-chart .e-child-progress-resizer {
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 5;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper {
  cursor: col-resize;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
  border-width: 1px;
  box-sizing: content-box;
  cursor: col-resize;
  height: 2px;
  position: absolute;
  top: 7px;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  cursor: col-resize;
  height: 0;
  left: 1px;
  position: absolute;
  top: -7px;
  width: 0;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  cursor: col-resize;
  height: 0;
  left: 2px;
  position: absolute;
  top: -7px;
  width: 0;
}
.e-gantt .e-gantt-chart .e-baseline-bar {
  border-radius: 2px;
}
.e-gantt .e-gantt-chart .e-baseline-bar {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
}
.e-gantt .e-gantt-chart .e-milestone-top,
.e-gantt .e-gantt-chart .e-parent-milestone-top,
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
  border-style: none solid solid;
  border-top: 0;
}
.e-gantt .e-gantt-chart .e-milestone-top,
.e-gantt .e-gantt-chart .e-milestone-bottom,
.e-gantt .e-gantt-chart .e-parent-milestone-top,
.e-gantt .e-gantt-chart .e-parent-milestone-bottom,
.e-gantt .e-gantt-chart .e-manualparent-milestone-top,
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
  border-left-color: transparent;
  border-right-color: transparent;
}
.e-gantt .e-gantt-chart .e-milestone-bottom,
.e-gantt .e-gantt-chart .e-parent-milestone-bottom,
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
  border-bottom: 0;
  border-style: solid solid none;
}
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
}
.e-gantt .e-gantt-chart .e-task-label {
  display: inline;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-task-table {
  overflow: hidden;
  border-collapse: separate;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-left-resize-gripper,
.e-gantt .e-gantt-chart .e-right-resize-gripper {
  align-items: center;
  cursor: ew-resize;
  display: inline-flex;
}
.e-gantt .e-gantt-chart .e-holiday {
  display: inline-block;
  position: absolute;
  height: 100%;
}
.e-gantt .e-gantt-chart .e-holiday .e-span {
  position: absolute;
  transform: rotate(-90deg);
  white-space: nowrap;
  width: 0;
  top: 50%;
}
.e-gantt .e-gantt-chart .e-weekend {
  display: inline-block;
  position: absolute;
  z-index: 0;
  height: 100%;
}
.e-gantt .e-gantt-chart .e-rangecontainer {
  position: absolute;
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-event-markers {
  border-left: 1px dashed;
  position: absolute;
  width: 1px;
  z-index: 4;
  height: 100%;
}
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
  border-radius: 3px;
  font-weight: 500;
  height: 30px;
  line-height: 1.4;
  padding: 7px 12px;
  position: absolute;
  top: 50px;
  white-space: nowrap;
  width: auto;
  z-index: 2;
}
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
  border-bottom: 5px solid transparent;
  border-right: 5px solid;
  border-top: 5px solid transparent;
  height: 0;
  position: absolute;
  top: 60px;
  width: 0;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
  border-radius: 0;
  border-style: none;
  display: inline-block;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
  border-left-style: solid;
  border-left-width: 10px;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
  border-right-style: solid;
  border-right-width: 10px;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow,
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.e-gantt .e-gantt-chart .e-connector-line-container {
  z-index: 5;
  pointer-events: stroke;
}
.e-gantt .e-gantt-chart .e-connector-line-z-index {
  z-index: 1;
}
.e-gantt .e-gantt-chart .e-connector-line-hover,
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
  outline: 1px solid;
}
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
  z-index: 100;
}
.e-gantt .e-gantt-chart .e-connectortouchpoint {
  background-color: transparent;
  display: block;
  position: absolute;
  z-index: 5;
}
.e-gantt .e-gantt-chart .e-connectorpoint-right,
.e-gantt .e-gantt-chart .e-connectorpoint-left,
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
  border-style: solid;
  border-width: 1px;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
}
.e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
  cursor: no-drop;
}
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
  background-color: #989A9C;
  border-color: #989A9C;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: -1px;
  position: absolute;
  width: 10px;
}
.e-gantt .e-gantt-chart .e-manualparent-milestone-top,
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
  border-bottom-color: #989A9C;
}
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
  cursor: e-resize;
  margin-left: -8px;
}
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
  margin-left: 0;
}
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
  background: #989A9C;
  margin-top: 3px;
  position: absolute;
}
.e-gantt .e-gantt-chart .e-icon {
  font-family: "e-icons";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
}
.e-gantt .e-gantt-chart .e-active-container {
  outline: 1px solid;
  outline-offset: 2px;
}

.e-gantt-dialog .e-tab .e-tab-header {
  padding-left: 0px;
}
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
  display: block;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  border-style: solid;
  border-width: 0px;
}

.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
  border: 0;
}

.e-gantt-dialog .e-edit-form-column .error-message .e-error {
  margin-bottom: 0;
}

.e-gantt-dialog {
  border: 0;
}
.e-gantt-dialog .e-gridform .e-table {
  border-spacing: 0;
}
.e-gantt-dialog .e-item {
  height: 100%;
}
.e-gantt-dialog .e-dependent-div {
  border-bottom-width: 1px;
}
.e-gantt-dialog .e-icon-dlg-close {
  opacity: initial;
}
.e-gantt-dialog .e-toolbar {
  border-top-width: 0;
}
.e-gantt-dialog .e-resource-div {
  border-bottom-width: 1px;
}
.e-gantt-dialog .e-resource-div .e-gridheader {
  border-top-width: 0;
}
.e-gantt-dialog .e-edit-form-row {
  height: 241px;
  overflow-y: auto;
}
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
  float: left;
  padding: 16px 18px 0 18px;
  width: 50%;
}
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
  float: left;
  padding: 16px 16px 0 0;
  width: 50%;
}
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
  padding: 16px 16px 0 0;
}
.e-gantt-dialog .e-edit-form-column {
  height: 75px;
}
.e-gantt-dialog .e-dependent-div .e-content {
  height: 153px;
}
.e-gantt-dialog .e-resource-div .e-content {
  height: 196px;
}
.e-gantt-dialog .e-richtexteditor {
  border-bottom-width: 1px;
  height: 241px !important;
  /* stylelint-disable-line declaration-no-important */
  overflow: hidden auto;
}
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
  border-top: 0;
}
.e-gantt-dialog .e-richtexteditor .e-rte-content {
  border-bottom-width: 0px;
  height: 198px;
  overflow: auto;
}
.e-gantt-dialog > .e-dlg-content {
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog .e-dlg-header {
  line-height: 30px;
}
.e-gantt-dialog .e-dlg-header-content {
  border-bottom: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog .e-dlg-header-content {
  border-radius: 0px;
  padding-bottom: 4px;
}
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  top: 2px !important;
}
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  border-radius: 50%;
  height: auto !important;
  width: auto;
}

.e-ganttpopup {
  -moz-user-select: none;
  /* stylelint-disable-line property-no-vendor-prefix */
  -ms-user-select: none;
  /* stylelint-disable-line property-no-vendor-prefix */
  -webkit-user-select: none;
  /* stylelint-disable-line property-no-vendor-prefix */
  font-weight: normal;
  position: absolute;
  user-select: none;
  z-index: 99999;
}
.e-ganttpopup .e-rowselect {
  line-height: 18px;
  text-indent: 7%;
}
.e-ganttpopup span {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  padding: 4px;
  width: 26px;
}
.e-ganttpopup .e-content {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 4px;
}
.e-ganttpopup .e-tail::after,
.e-ganttpopup .e-tail::before,
.e-ganttpopup .e-ganttpopup {
  border: 10px solid transparent;
  content: "";
  height: 0;
  left: 8px;
  position: absolute;
  width: 0;
}
.e-ganttpopup .e-downtail::after {
  top: 34px;
}

.e-gantt-tooltip.e-tooltip-wrap {
  opacity: 1;
}

.e-gantt-tooltip {
  visibility: hidden;
}

.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
  content: "";
}

.e-gantt-tooltip-label {
  padding-bottom: 2px;
  padding-right: 2px;
  text-align: left;
}

.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) {
  float: none;
  padding: 16px 18px 0 18px;
  width: 100%;
}
.e-gantt.e-device .e-edit-form-row {
  height: auto;
}
.e-gantt.e-device .e-adaptive-searchbar {
  padding: 5px 10px;
  width: 90%;
}
.e-gantt.e-device .e-backarrowspan {
  font-size: 16px;
  padding: 5px 10px;
}
.e-gantt.e-device .e-gantt-dialog {
  max-height: none;
}
.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
  float: left;
  left: -4px;
}
.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
  font-size: 16px;
}
.e-gantt.e-device .e-gantt-dialog .e-dlg-header {
  display: inline-block;
}
.e-gantt.e-device .e-toolbar-item {
  padding: 7px;
}
.e-gantt.e-device .e-toolbar .e-icons {
  font-size: 18px;
}
.e-gantt.e-device .e-gridheader .e-icons {
  font-size: 12px;
}
.e-gantt.e-device .e-dependent-div .e-content {
  height: 100%;
}
.e-gantt.e-device .e-resource-div .e-content {
  height: 100%;
}
.e-gantt.e-device .e-richtexteditor {
  height: 100%;
}
.e-gantt.e-device .e-richtexteditor .e-rte-content {
  height: 100%;
}

.e-predecessor-tooltip {
  background-color: #000 !important;
  /* stylelint-disable-line declaration-no-important */
  border-color: #000 !important;
  /* stylelint-disable-line declaration-no-important */
  visibility: hidden;
}
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
  border-top: 8px solid #000;
}
.e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
  color: #000;
}
.e-predecessor-tooltip .e-left-btn:disabled,
.e-predecessor-tooltip .e-right-btn:disabled {
  color: #757575 !important;
}
.e-predecessor-tooltip .e-tip-content {
  padding: 3px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 0 8px 0 0;
}
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 0 8px;
}

.e-predecessor-dialog {
  background-color: #f3f3f3;
}
.e-predecessor-dialog .e-dlg-content {
  background-color: #f3f3f3;
  padding: 10px 9px 9px 14px !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.46;
  color: #000;
}

.e-gantt-chart-resize-indicator {
  height: 100%;
  position: absolute;
  z-index: 1;
}

.e-template-padding {
  padding: 2px;
}

/*! Gantt theme */
.e-gantt-single-timeline .e-timeline-header-container,
.e-gantt-single-timeline .e-timeline-header-table-body tr {
  height: 46px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt-single-timeline .e-gantt-tree-grid-pane .e-columnheader,
.e-gantt-single-timeline .e-gantt-tree-grid-pane .e-headercell {
  height: 45px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-gantt .e-device .e-left-resize-gripper,
.e-gantt .e-device .e-right-resize-gripper {
  border-color: #9e9e9e;
  color: #eee;
}
.e-gantt .e-device .e-backarrowspan {
  color: #000;
}
.e-gantt .e-gantt-splitter {
  border-color: #616161;
  border-radius: 0px;
}
.e-gantt .e-grid .e-spinner-pane {
  display: none;
}
.e-gantt .e-cloneproperties.e-draganddrop {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  opacity: 0.95;
  overflow: visible;
}
.e-gantt .e-cloneproperties {
  background-color: #424242;
  border-color: #424242;
  color: #fff;
}
.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
  color: #fff;
}
.e-gantt .e-cloneproperties.e-draganddrop table,
.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
  background-color: #424242;
  height: 30px;
}
.e-gantt .e-gantt-toolbar + .e-gantt-splitter {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-temp-content,
.e-gantt .e-splitter-box,
.e-gantt .e-gantt-temp-header,
.e-gantt .e-gantt-chart-pane {
  border-color: #616161;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
  background: rgba(255, 255, 255, 0.28);
  opacity: 0.9;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active.e-leftfreeze,
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active.e-unfreeze,
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active.e-rightfreeze,
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active.e-fixedfreeze {
  background: #626262;
  opacity: 0.9;
}
.e-gantt .e-gantt-tree-grid-pane .e-headercell-hover .e-headercell:not(.e-active):hover {
  background-color: rgb(89, 86, 86);
}
.e-gantt .e-taskbar-resize-div {
  border-color: #00b0ff;
}
.e-gantt .e-gantt-chart .e-timeline-header-container {
  background: #303030;
  border-bottom-color: #616161;
  border-bottom-width: 1px;
  border-right-color: #616161;
  border-left-color: #616161;
  color: rgba(255, 255, 255, 0.7);
  height: 64px;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
  border-color: #616161;
  color: rgba(255, 255, 255, 0.7);
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body tr {
  height: 32px;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
  height: inherit;
}
.e-gantt .e-gantt-chart .e-chart-root-container {
  background-color: #303030;
  border-color: #616161;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
  border-spacing: 0;
}
.e-gantt .e-gantt-chart .e-chart-row-hover .e-chart-row:not(.e-active):hover {
  background-color: rgb(89, 86, 86);
}
.e-gantt .e-gantt-chart .e-timeline-cell-hover .e-timeline-top-header-cell:not(.e-active):hover {
  background-color: rgb(89, 86, 86);
}
.e-gantt .e-gantt-chart .e-chart-row-border {
  border-top-color: #616161;
}
.e-gantt .e-gantt-chart .e-chart-row-cell {
  color: rgb(0, 0, 0);
}
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
  border-bottom-color: #616161;
}
.e-gantt .e-gantt-chart .e-line-container-cell {
  border-color: #616161;
}
.e-gantt .e-gantt-chart .e-active-container {
  outline-color: rgba(255, 255, 255, 0.5);
}
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
  background: #3f51b5;
  outline: 1px solid #7280ce;
  border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
  border: 1px solid #fff;
  border-bottom: 0;
  border-top: 0;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
  background-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
  display: none;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
  display: none;
}
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
  outline: 1px solid #4cc7ba;
}
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
  background-color: #029f90;
  border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
  background-color: #4cc7ba;
  border: 0px;
  border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
  background-color: #7280ce;
  border: 0px;
  border-radius: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
  background: #8dd1c4;
  outline: #4fb29f;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
}
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
  background-color: #67c1b2;
  outline: #4fb29f;
}
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
  background-color: #67c1b2;
  border: #4fb29f;
}
.e-gantt .e-gantt-chart .e-holiday {
  background: #616161;
}
.e-gantt .e-gantt-chart .e-holiday .e-span {
  color: #fff;
  font-size: 12px;
}
.e-gantt .e-gantt-chart .e-weekend {
  background: #424242;
}
.e-gantt .e-gantt-chart .e-weekend-header-cell {
  background: #424242;
}
.e-gantt .e-gantt-chart .e-weekend-cell-hover:not(.e-active):hover {
  background-color: rgb(89, 86, 86);
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
  border: 2px solid #FC7A05;
  width: 5px;
  z-index: 6;
}
.e-gantt .e-gantt-chart .e-event-markers {
  border-left-color: #00b0ff;
}
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
  background-color: #cae8ff;
  color: #004a8c;
  font-size: 12px;
}
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
  border-right-color: #cae8ff;
  border-left-color: #cae8ff !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63, 81, 181, 0.2) 100%);
  border: 0px;
  border-radius: 0px;
}
.e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
  border-bottom-color: #dadada;
}
.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
  border-top-color: #dadada;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
  background: #222;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
  border-bottom-color: #222;
}
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.e-gantt .e-gantt-chart .e-line {
  border-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-connector-line {
  stroke: #7280ce;
}
.e-gantt .e-gantt-chart .e-critical-line {
  stroke: #d13438;
}
.e-gantt .e-gantt-chart .e-connector-line-arrow {
  fill: #7280ce;
}
.e-gantt .e-gantt-chart .e-critical-line-arrow {
  fill: #d13438;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
  border-left-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
  border-right-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
  border-left-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
  border-right-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-connector-line-hover {
  border-color: #7280ce;
  outline-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-gantt-false-line {
  border-top-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
  background-color: #005a9e;
  border-color: #303030;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
  background-color: #616161;
  border-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-left-label-inner-div,
.e-gantt .e-gantt-chart .e-right-label-inner-div {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
}
.e-gantt .e-gantt-chart .e-left-label-temp-container {
  color: #fff;
  font-size: 13px;
  padding-right: 25px;
}
.e-gantt .e-gantt-chart .e-right-label-temp-container {
  color: #fff;
  font-size: 13px;
  margin-left: 25px;
}
.e-gantt .e-gantt-chart .e-right-label-container {
  margin-left: 25px;
}
.e-gantt .e-gantt-chart .e-left-label-container {
  padding-right: 25px;
}
.e-gantt .e-gantt-chart .e-connectorpoint-right {
  margin-left: 3px;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left {
  margin-right: 3px;
}
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
  height: 8px;
  width: 12px;
}
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
  left: -12px;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
  border-right: transparent;
  border-width: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.e-gantt .e-gantt-chart .e-task-label {
  color: #fff;
  font-size: 12px;
}
.e-gantt .e-gantt-chart .e-icon {
  color: #fff;
}
.e-gantt .e-gantt-chart .e-gantt-milestone {
  background-color: #dadada;
  border-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
  background-color: #4cc7ba;
}
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
  background-color: #989A9C;
  border-color: #7280ce;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
}
.e-gantt .e-gantt-chart .e-label {
  color: #fff;
  font-size: 13px;
}
.e-gantt .e-gantt-chart .e-active {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
  opacity: 0.87;
}
.e-gantt .e-gantt-chart .e-active .e-label {
  color: #fff;
}
.e-gantt .e-gantt-chart .e-baseline-bar {
  background-color: #ff9800;
}
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
  background-color: #ff9800;
}
.e-gantt .e-gantt-chart .e-uptail::before {
  border-bottom-color: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-downtail::after {
  border-top-color: #fff;
}
.e-gantt .e-gantt-chart .e-downtail::before {
  border-top-color: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
  background-color: #fff;
  border-color: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-spanclicked,
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
  border-color: #000;
}
.e-gantt .e-icons {
  color: #fff;
}
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
  color: rgba(255, 255, 255, 0.7) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog .e-dlg-header {
  color: #fff;
  position: relative;
}
.e-gantt-dialog .e-dlg-header-content {
  background: #3f51b5;
}
.e-gantt-dialog .e-icon-dlg-close {
  color: #fff;
}
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
  color: #fff;
}
.e-gantt-dialog .e-tab .e-tab-header {
  background: #3f51b5;
}
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
  background: #00b0ff;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
  background-color: transparent;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
  color: #fff;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  border-color: transparent;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
  color: rgba(255, 255, 255, 0.64);
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
  background: transparent;
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: transparent;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
  color: rgba(0, 0, 0, 0.87);
}

.e-gantt .e-gantt-chart .e-criticalconnector-line {
  border-color: #d13438;
}
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
  border-left-color: #d13438;
}
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
  border-right-color: #d13438;
}
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
  border-color: #f3d8da;
  outline-color: #f3d8da;
}
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
  border-left-color: #f3d8da;
}
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
  border-right-color: #f3d8da;
}
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
  background: #F3D8DA;
  outline: 1px solid #F3D8DA;
  border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
  background-color: #D13438;
  border: 0px;
  border-radius: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
  background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
  background-color: rgba(255, 85, 85, 0.2);
  border: 0px;
  border-radius: 0px;
}
.e-gantt .e-gantt-chart .e-critical-milestone {
  background-color: #d13438;
}

.e-gantt-chart-resize-indicator {
  border: 1px dashed #3f51b5;
  border-bottom: none;
  border-top: none;
}

.e-gantt .e-add::before,
.e-gantt-menu .e-add::before {
  content: "\e7f9";
}
.e-gantt .e-critical-path::before,
.e-gantt-menu .e-critical-path::before {
  content: "\e93a";
}
.e-gantt .e-edit::before,
.e-gantt-menu .e-edit::before {
  content: "\e81e";
}
.e-gantt .e-delete::before,
.e-gantt-menu .e-delete::before {
  content: "\e84e";
}
.e-gantt .e-cancel-icon::before,
.e-gantt .e-toolbar-item .e-cancel::before,
.e-gantt-menu .e-cancel-icon::before,
.e-gantt-menu .e-toolbar-item .e-cancel::before {
  content: "\e825";
}
.e-gantt .e-save::before,
.e-gantt-menu .e-save::before {
  content: "\e98e";
}
.e-gantt .e-update::before,
.e-gantt-menu .e-update::before {
  content: "\e735";
}
.e-gantt .e-search-icon::before,
.e-gantt-menu .e-search-icon::before {
  content: "\e993";
}
.e-gantt .e-notes-info::before,
.e-gantt-menu .e-notes-info::before {
  content: "\e607";
}
.e-gantt .e-left-resize-gripper::before,
.e-gantt .e-right-resize-gripper::before,
.e-gantt-menu .e-left-resize-gripper::before,
.e-gantt-menu .e-right-resize-gripper::before {
  content: "\ec16";
}
.e-gantt .e-expandall::before,
.e-gantt-menu .e-expandall::before {
  content: "\e556";
}
.e-gantt .e-collapseall::before,
.e-gantt-menu .e-collapseall::before {
  content: "\e554";
}
.e-gantt .e-prevtimespan::before,
.e-gantt-menu .e-prevtimespan::before {
  content: "\e85b";
}
.e-gantt .e-gantt-tooltip-arrow-right::before,
.e-gantt .e-nexttimespan::before,
.e-gantt-menu .e-gantt-tooltip-arrow-right::before,
.e-gantt-menu .e-nexttimespan::before {
  content: "\e85f";
}
.e-gantt .e-zoomin::before,
.e-gantt-menu .e-zoomin::before {
  content: "\e349";
}
.e-gantt .e-zoomout::before,
.e-gantt-menu .e-zoomout::before {
  content: "\e351";
}
.e-gantt .e-zoomtofit::before,
.e-gantt-menu .e-zoomtofit::before {
  content: "\e657";
}
.e-gantt .e-csvexport::before,
.e-gantt-menu .e-csvexport::before {
  content: "\e241";
}
.e-gantt .e-excelexport::before,
.e-gantt-menu .e-excelexport::before {
  content: "\e242";
}
.e-gantt .e-pdfexport::before,
.e-gantt-menu .e-pdfexport::before {
  content: "\e240";
}
.e-gantt .e-indent::before,
.e-gantt-menu .e-indent::before {
  content: "\e33f";
}
.e-gantt .e-outdent::before,
.e-gantt-menu .e-outdent::before {
  content: "\e35d";
}
.e-gantt .e-add-above::before,
.e-gantt-menu .e-add-above::before {
  content: "\e658";
}
.e-gantt .e-add-below::before,
.e-gantt-menu .e-add-below::before {
  content: "\e659";
}

.e-gantt.e-device .e-backarrowspan::before,
.e-gantt.e-device .e-icon-dlg-close::before {
  content: "\e85b";
}
.e-gantt.e-device .e-left-resize-gripper::before,
.e-gantt.e-device .e-right-resize-gripper::before {
  content: "\e903";
}

.e-icon-rowselect::before {
  content: "\e930";
}

.e-gantt-tooltip-arrow-left::before {
  content: "\e977";
}

/*! Material dark theme definitions and variables */
/*! Value element styles */
/*! Tooltip styles */
/*! Tip Content styles */
/*! Title styles */
/*! Wrapper styles */
/*! Component group styles */
/*! Button styles */
.e-inplaceeditor {
  display: inline-block;
  position: relative;
  width: auto;
}
.e-inplaceeditor .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
  display: block;
  visibility: hidden;
}
.e-inplaceeditor .e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
  display: block;
  visibility: hidden;
}
.e-inplaceeditor .e-editable-value-wrapper {
  display: inline-block;
  padding: 6px 8px;
  position: relative;
  width: auto;
  word-break: break-word;
}
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
  display: inline-block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  margin: 0 28px 0 0;
}
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
  bottom: 0;
  cursor: pointer;
  display: inline-flex;
  height: inherit;
  position: absolute;
  right: 8px;
  top: 0;
  visibility: hidden;
  width: 18px;
}
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
  align-items: center;
  display: flex;
  font-size: 14px;
}
.e-inplaceeditor .e-editable-value-wrapper.e-hide {
  display: none;
}
.e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
  user-select: none;
}
.e-inplaceeditor .e-editable-value-wrapper.e-loading {
  pointer-events: none;
}
.e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
  left: unset;
  right: 8px;
}
.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon {
  visibility: visible;
}
.e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon {
  visibility: hidden;
}
.e-inplaceeditor .e-editable-value-container {
  display: inline-block;
  padding: 6px 8px;
  position: relative;
  width: auto;
  word-break: break-word;
}
.e-inplaceeditor .e-editable-value-container .e-editable-value {
  display: inline-block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  margin: 0 28px 0 0;
}
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
  bottom: 0;
  cursor: pointer;
  display: inline-flex;
  height: inherit;
  position: absolute;
  right: 8px;
  top: 0;
  visibility: hidden;
  width: 18px;
}
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
  align-items: center;
  display: flex;
  font-size: 14px;
}
.e-inplaceeditor .e-editable-value-container.e-hide {
  display: none;
}
.e-inplaceeditor .e-editable-value-container.e-editable-open {
  user-select: none;
}
.e-inplaceeditor .e-editable-value-container.e-loading {
  pointer-events: none;
}
.e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner {
  left: unset;
  right: 8px;
}
.e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon {
  visibility: visible;
}
.e-inplaceeditor .e-editable-value-container:hover.e-editable-open .e-editable-overlay-icon {
  visibility: hidden;
}
.e-inplaceeditor .e-editable-action-buttons {
  margin-top: 4px;
  position: absolute;
  right: 0;
  z-index: 100;
}
.e-inplaceeditor.e-overlay {
  user-select: none;
}
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value {
  margin: 0 0 0 28px;
}
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
  left: 8px;
  right: auto;
}
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane {
  right: unset;
}
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
  left: 8px;
}
.e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value {
  margin: 0 0 0 28px;
}
.e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon {
  left: 8px;
  right: auto;
}
.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane {
  right: unset;
}
.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
  left: 8px;
}
.e-inplaceeditor.e-rtl .e-editable-action-buttons {
  left: 0;
  right: auto;
}

.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
  stroke-width: inherit;
}
.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
  stroke-width: inherit;
}
.e-inplaceeditor .e-editable-loading,
.e-inplaceeditor-tip .e-editable-loading {
  display: none;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.e-inplaceeditor .e-editable-loading.e-show,
.e-inplaceeditor-tip .e-editable-loading.e-show {
  display: block;
}
.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
  left: auto;
  right: 5px;
  transform: translateX(-30%) translateY(-50%);
}
.e-inplaceeditor .e-editable-form,
.e-inplaceeditor-tip .e-editable-form {
  width: 100%;
}
.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon,
.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon {
  visibility: hidden;
}
.e-inplaceeditor .e-component-group,
.e-inplaceeditor-tip .e-component-group {
  margin-bottom: 4px;
}
.e-inplaceeditor .e-component-group .e-editable-component,
.e-inplaceeditor-tip .e-component-group .e-editable-component {
  min-width: 150px;
  position: relative;
}
.e-inplaceeditor .e-control-overlay,
.e-inplaceeditor-tip .e-control-overlay {
  visibility: hidden;
}
.e-inplaceeditor .e-control-overlay.e-richtexteditor,
.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}
.e-inplaceeditor .e-editable-action-buttons .e-btn-save,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save {
  margin: 0 4px 0 0;
}
.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons {
  font-size: 16px;
}
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel {
  margin: 0 0 0 4px;
}
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons {
  font-size: 16px;
}
.e-inplaceeditor .e-editable-action-buttons.e-hide,
.e-inplaceeditor-tip .e-editable-action-buttons.e-hide {
  visibility: hidden;
}
.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save {
  margin: 0 0 0 4px;
}
.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel {
  margin: 0 4px 0 0;
}
.e-inplaceeditor.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
.e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
  left: 5px;
  right: auto;
  transform: translateX(30%) translateY(-50%);
}

.e-inplaceeditor-tip {
  opacity: 1;
  width: auto;
}
.e-inplaceeditor-tip.e-tooltip-wrap {
  max-width: 100%;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
.e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
  display: block;
  visibility: hidden;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
  padding: 0;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
  align-content: center;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  padding: 0 0 0 10px;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
  display: flex;
  padding: 16px;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
  float: right;
  margin-top: 4px;
  position: relative;
  right: auto;
  top: auto;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
  display: flex;
  padding: 16px;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
  float: right;
  margin-top: 4px;
  position: relative;
  right: auto;
  top: auto;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
  padding: 10px 16px 16px 16px;
}
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
  padding: 10px 16px 16px 16px;
}
.e-inplaceeditor-tip.e-hide {
  visibility: hidden;
}
.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
  padding: 0 10px 0 0;
}
.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
  float: left;
}
.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
  float: left;
}

.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
  background-size: 150px 60px;
  min-height: 60px;
}

.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
  color: #fff;
}
.e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value {
  border-bottom: 0;
}
.e-inplaceeditor .e-editable-value-wrapper:hover {
  background: #616161;
  border-radius: 2px;
}
.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
  border-bottom-color: transparent;
}
.e-inplaceeditor .e-editable-value-container .e-editable-value {
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
  color: #fff;
}
.e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value {
  border-bottom: 0;
}
.e-inplaceeditor .e-editable-value-container:hover {
  background: #616161;
  border-radius: 2px;
}
.e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
  border-bottom-color: transparent;
}
.e-inplaceeditor[data-underline=false] .e-editable-value-wrapper .e-editable-value {
  border-bottom: 0;
}
.e-inplaceeditor[data-underline=false] .e-editable-value-container .e-editable-value {
  border-bottom: 0;
}
.e-inplaceeditor.e-disable {
  pointer-events: none;
  touch-action: none;
}
.e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value {
  border-bottom-color: transparent;
}
.e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value {
  border-bottom-color: transparent;
}

.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons {
  color: #fff;
}
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
  background: #424242;
  box-shadow: none;
}
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
  border-radius: 2px;
  color: #fff;
}
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
  color: #424242;
}
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
  border-bottom-color: #424242;
}
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
  border-top-color: #424242;
}
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
  border: 0;
}
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
  background: #757575;
  border-bottom: 0;
  color: #fff;
}
.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
  border-bottom-color: #757575;
}
.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
  color: #757575;
}

/*! inplaceeditor icons */
.e-inplaceeditor .e-save-icon::before,
.e-inplaceeditor-tip .e-save-icon::before {
  content: "\e614";
}
.e-inplaceeditor .e-cancel-icon::before,
.e-inplaceeditor-tip .e-cancel-icon::before {
  content: "\eb36";
}
.e-inplaceeditor .e-editable-overlay-icon::before,
.e-inplaceeditor-tip .e-editable-overlay-icon::before {
  content: "\e891";
}

/*! Kanban component's material theme definitions and variables */
/*! kanban component layout */
.e-kanban {
  display: block;
  outline: medium none;
  position: relative;
  user-select: none;
}
.e-kanban .e-kanban-table {
  border: 0;
  border-collapse: separate;
  border-spacing: 10px 0;
  table-layout: fixed;
  width: 100%;
}
.e-kanban .e-kanban-table col.e-collapsed {
  width: 50px;
}
.e-kanban .e-swimlane .e-kanban-table.e-content-table {
  border-spacing: 10px 0;
}
.e-kanban .e-frozen-swimlane-row {
  position: relative;
  z-index: 101;
}
.e-kanban .e-frozen-swimlane-row .e-frozen-row {
  padding: 13px 0 0 10px;
}
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header {
  display: flex;
}
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 2px;
}
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-item-count {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.77;
  padding: 2px;
}
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand,
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse {
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  margin: 0 0 0 8px;
  padding: 6px;
}
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:hover, .e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:focus,
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse:hover,
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 0%;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.54);
  margin: 0 0 0 8px;
  padding: 6px;
}
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:focus,
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.e-kanban .e-kanban-header > div {
  overflow: hidden;
}
.e-kanban .e-kanban-header .e-kanban-column-skeleton {
  background: rgba(0, 0, 0, 0.16);
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px dashed #9e9e9e;
  box-sizing: border-box;
}
.e-kanban .e-kanban-header .e-kanban-skeleton-card {
  background: #212121;
  box-shadow: none;
  margin: 8px;
  border-radius: 4px;
}
.e-kanban .e-kanban-header .e-kanban-skeleton-content {
  border-top: 1px solid #9e9e9e;
}
.e-kanban .e-kanban-header .e-header-cells {
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 5px 8px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-kanban .e-kanban-header .e-header-cells.e-draggable {
  cursor: all-scroll;
}
.e-kanban .e-kanban-header .e-header-cells .e-header-wrap {
  display: flex;
}
.e-kanban .e-kanban-header .e-header-cells .e-header-wrap .e-header-title {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.e-kanban .e-kanban-header .e-header-cells.e-stacked-header-cell {
  border-bottom: 1px solid #9e9e9e;
}
.e-kanban .e-kanban-header .e-header-cells.e-toggle-header .e-column-expand {
  cursor: pointer;
  font-size: 12px;
  padding: 6px;
}
.e-kanban .e-kanban-header .e-header-cells.e-toggle-header .e-column-collapse {
  cursor: pointer;
  font-size: 12px;
  padding: 11px;
}
.e-kanban .e-kanban-header .e-header-cells.e-min-color {
  background: #542107;
}
.e-kanban .e-kanban-header .e-header-cells.e-max-color {
  background: #6d191b;
}
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
  background: rgba(0, 0, 0, 0.16);
  text-align: center;
  width: 50px;
}
.e-kanban .e-kanban-header .e-header-cells.e-collapsed .e-header-wrap {
  justify-content: center;
}
.e-kanban .e-kanban-header .e-header-cells.e-collapsed.e-min-color {
  background: #542107;
}
.e-kanban .e-kanban-header .e-header-cells.e-collapsed.e-max-color {
  background: #6d191b;
}
.e-kanban .e-kanban-header .e-header-cells.e-collapsed .e-limits,
.e-kanban .e-kanban-header .e-header-cells.e-collapsed .e-header-title {
  display: none;
}
.e-kanban .e-kanban-header .e-header-cells .e-header-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  padding-right: 5px;
  text-overflow: ellipsis;
}
.e-kanban .e-kanban-header .e-header-cells .e-item-count {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  opacity: 0.77;
  text-transform: lowercase;
}
.e-kanban .e-kanban-header .e-header-cells .e-limits {
  display: flex;
  padding-top: 3px;
}
.e-kanban .e-kanban-header .e-header-cells .e-limits .e-min-count,
.e-kanban .e-kanban-header .e-header-cells .e-limits .e-max-count {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.77;
  width: 100%;
}
.e-kanban .e-kanban-header .e-header-cells .e-limits .e-max-count {
  text-align: right;
}
.e-kanban .e-kanban-content {
  overflow: auto;
  padding-bottom: 10px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-limits {
  display: flex;
  height: 26px;
  position: relative;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-kanban-border {
  display: none;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-kanban-border.e-dropping {
  display: block;
  position: absolute;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-limits .e-min-count,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-limits .e-max-count {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.77;
  padding: 4px 8px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-limits .e-max-count {
  position: absolute;
  right: 0;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-min-color {
  background: #542107;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-max-color {
  background: #6d191b;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed {
  overflow: hidden;
  text-align: center;
  width: 50px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-card-wrapper,
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-card-container,
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-limits {
  display: none;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  padding: 8px 0 0 13px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  writing-mode: vertical-lr;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  opacity: 0.57;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
  border: 1px dashed #3f51b5;
  height: 36px;
  margin: 8px 8px 0;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button .e-show-add-icon {
  padding: 11px;
  text-align: center;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button:focus {
  border: 1px dashed #9e9e9e;
  color: #9e9e9e;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-multi-card-wrapper,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-multi-card-container {
  display: none;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container {
  height: inherit;
  overflow: auto;
  padding: 8px 8px 0;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-empty-card,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-empty-card {
  color: inherit;
  display: inline;
  font-size: 13px;
  line-height: 40px;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card {
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 8px;
  min-height: 50px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-draggable,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-draggable {
  cursor: all-scroll;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header {
  padding: 7px 11px 0;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header .e-card-header-title,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header .e-card-header-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-footer,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-footer {
  display: inline-flex;
  line-height: normal;
  padding: 0 11px 7px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-content,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-content {
  font-size: 13px;
  line-height: 20px;
  padding: 8px 11px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color {
  border: 1px solid transparent;
  border-left: 3px solid;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-header,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-header {
  padding: 7px 11px 0 8px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content {
  padding: 8px 11px 8px 8px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-tags,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-tags {
  padding: 0 11px 8px 8px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color.e-selection,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color.e-selection {
  border: 1px solid transparent;
  border-left: 3px solid;
  box-shadow: none;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color.e-selection:hover,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color.e-selection:hover {
  border: 1px solid transparent;
  border-left: 3px solid;
  box-shadow: none;
  padding: 0;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:hover,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:hover {
  border: 1px solid transparent;
  border-left: 3px solid;
  box-shadow: none;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-footer,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-footer {
  padding: 0 11px 7px 8px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tag,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-tag {
  border-radius: 12px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 8px;
  max-width: 100%;
  overflow: hidden;
  padding: 2px 8px;
  text-overflow: ellipsis;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tags,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-tags {
  line-height: 1;
  padding: 0 11px 8px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-cloned-card,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-cloned-card {
  position: absolute;
  z-index: 1;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-selection,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-selection {
  border: 1px solid transparent;
  box-shadow: none;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-selection:hover,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-selection:hover {
  border: 1px solid transparent;
  box-shadow: none;
  padding: 0;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card:hover,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:hover {
  border: 1px solid transparent;
  box-shadow: none;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card:focus,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:focus {
  border: 1px solid #e0e0e0;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
  border: 1px solid transparent;
  border-left: 3px solid;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-kanban-dragged-card {
  display: none;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-multi-card-clone,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-multi-card-clone {
  border: 1px solid #9e9e9e;
  height: 34px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-multi-card-text,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-multi-card-text {
  background: #fff;
  display: table-cell;
  padding-left: 8px;
  text-align: center;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dropped-clone {
  border-radius: 0;
  margin-bottom: 8px;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
  background: #f5f5f5;
  border: 1px dashed #9e9e9e;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dropped-clone {
  background: rgba(63, 81, 181, 0.1);
  border: 1px dashed #3f51b5;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-target-multi-clone .e-column-key {
  border-bottom: 1px dashed #9e9e9e;
  border-left: 1px dashed #9e9e9e;
  border-right: 1px dashed #9e9e9e;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-target-multi-clone .e-column-key .e-text {
  opacity: 0.5;
  text-align: center;
}
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-target-multi-clone .e-column-key:first-child {
  border-top: 1px dashed #9e9e9e;
}
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells {
  height: 50px;
  min-height: 50px;
}
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header {
  display: flex;
  padding: 0;
}
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand,
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse {
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  margin: 0 0 0 8px;
  padding: 6px;
}
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:hover, .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:focus,
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:hover,
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 0%;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 8px;
  padding: 6px;
}
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 2px;
}
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-item-count {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.57;
  padding: 2px;
}
.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells {
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: top;
}
.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells.e-dropping {
  border: 1px dashed #9e9e9e;
}
.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells.e-min-color {
  background: #542107;
}
.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells.e-max-color {
  background: #6d191b;
}
.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells:focus {
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells .e-card-wrapper,
.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells .e-card-container {
  min-height: 50px;
}
.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells .e-dropping {
  border: 1px dashed #9e9e9e;
}
.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells {
  border-bottom: 0;
  height: 0;
}
.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells > .e-collapse-header-text,
.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells .e-limits,
.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells .e-show-add-button,
.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells .e-card-wrapper,
.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells .e-card-container {
  display: none;
}
.e-kanban.e-rtl .e-kanban-table .e-header-cells {
  text-align: right;
}
.e-kanban.e-rtl .e-kanban-table .e-header-cells .e-header-text {
  padding-left: 5px;
  padding-right: initial;
  text-align: right;
  text-transform: uppercase;
}
.e-kanban.e-rtl .e-kanban-table .e-header-cells .e-limits .e-max-count {
  text-align: left;
}
.e-kanban.e-rtl .e-kanban-table .e-header-cells.e-toggle-header .e-column-collapse {
  text-align: center;
}
.e-kanban.e-rtl .e-kanban-table.e-content-table .e-content-row .e-content-cells .e-limits .e-max-count {
  left: 0;
  right: auto;
}
.e-kanban.e-rtl .e-kanban-table.e-content-table .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text {
  direction: initial;
}
.e-kanban.e-rtl .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand,
.e-kanban.e-rtl .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse {
  margin: 0 8px 0 0;
}
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar {
  background: rgba(0, 0, 0, 0.16);
  border-bottom: 0;
  display: flex;
  margin-bottom: 3px;
  min-height: 42px;
  padding: 10px;
}
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-swimlane-name {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px;
}
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-swimlane-item-count {
  padding-top: 9px;
}
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-swimlane-item-count .e-item-count {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.77;
  padding: 2px;
}
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-menu,
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-level-title {
  padding-top: 6px;
}
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-menu .e-icon-menu,
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-level-title .e-icon-menu {
  color: inherit;
  font-size: 14px;
  padding: 7px;
  padding-left: 4px;
}
.e-kanban.e-device .e-kanban-header .e-swimlane .e-header-cells {
  border-bottom: 0;
}
.e-kanban.e-device .e-swimlane-content {
  position: absolute;
  width: 100%;
}
.e-kanban.e-device .e-swimlane-content .e-swimlane-resource {
  background: #303030;
  border: 1px solid #e0e0e0;
  height: 100%;
  width: 225px;
}
.e-kanban.e-device .e-swimlane-content .e-swimlane-resource .e-swimlane-tree {
  height: 100%;
  overflow-y: auto;
}
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay {
  position: absolute;
}
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
  background: #383838;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}

.e-mobile-popup-wrapper.e-device,
.e-mobile-popup-container.e-device {
  background: #303030;
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 60px;
  left: 0;
  margin: 0;
  max-width: 100%;
  min-width: 100%;
  opacity: 1;
  overflow: hidden;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 1004;
}
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
.e-mobile-popup-container.e-device .e-popup-header .e-close {
  background: transparent;
}
.e-mobile-popup-wrapper.e-device .e-popup-content,
.e-mobile-popup-container.e-device .e-popup-content {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.e-kanban-dialog.e-dialog {
  min-width: 350px;
}
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table,
.e-kanban-dialog.e-dialog .e-kanban-form-container table {
  width: 100%;
}
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td,
.e-kanban-dialog.e-dialog .e-kanban-form-container table td {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  opacity: 0.87;
  padding: 5px 0;
  text-align: left;
}
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
.e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
  resize: vertical;
}
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
  padding-right: 10px;
  vertical-align: top;
  width: 70px;
}
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-field,
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-field {
  width: 100%;
}
.e-kanban-dialog.e-dialog .e-footer-content .e-dialog-delete.e-btn {
  float: left;
  margin-left: 0;
}

*.e-rtl .e-kanban-form-wrapper table .e-label,
*.e-rtl .e-kanban-form-container table .e-label {
  padding-left: 10px;
  padding-right: 0;
  text-align: right;
}
*.e-rtl .e-dialog-delete {
  float: right;
}

.e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
  border-radius: 4px;
}

.e-card-virtual-skeleton-wrapper {
  height: inherit;
  overflow: hidden;
  padding: 8px 8px 0;
}

.e-kanban-column-indicator {
  display: none;
  position: absolute;
  width: 3px;
  background: #3f51b5;
  height: 100%;
  z-index: 1000;
}

/*! kanban component theme */
.e-kanban {
  background: #303030;
}
.e-kanban .e-kanban-table .e-header-cells {
  background: rgba(0, 0, 0, 0.16);
}
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
  color: #fff;
}
.e-kanban .e-kanban-table .e-header-cells .e-item-count {
  color: #e0e0e0;
}
.e-kanban .e-kanban-table .e-header-cells .e-limits {
  color: #e0e0e0;
}
.e-kanban .e-kanban-table .e-header-cells .e-column-expand,
.e-kanban .e-kanban-table .e-header-cells .e-column-collapse {
  border: 1px solid transparent;
  color: #fff;
}
.e-kanban .e-kanban-table .e-header-cells .e-column-expand:hover, .e-kanban .e-kanban-table .e-header-cells .e-column-expand:focus,
.e-kanban .e-kanban-table .e-header-cells .e-column-collapse:hover,
.e-kanban .e-kanban-table .e-header-cells .e-column-collapse:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 0%;
  box-shadow: none;
  color: #fff;
}
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
  background: rgba(0, 0, 0, 0.16);
}
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
  color: #fff;
}
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
  background: rgba(63, 81, 181, 0.1);
}
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
  color: #3f51b5;
}
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
  background: #757575;
}
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
  color: #fff;
}
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content {
  color: rgba(255, 255, 255, 0.7);
}
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
  background: #eceaff;
  color: #3225c9;
}
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
  background: rgba(63, 81, 181, 0.1);
  border-color: #3f51b5;
}
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-bottom-border {
  border-bottom-color: #3f51b5;
}
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active:first-child {
  border-color: #3f51b5;
}
.e-kanban .e-frozen-swimlane-row {
  background: #303030;
}
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-swimlane-text {
  color: #fff;
}
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
  color: #fff;
}

.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
  background: initial;
  color: #fff;
  min-width: 70%;
}
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
  box-shadow: none;
}

.e-card-virtual-skeleton-wrapper,
.e-card-skeleton-wrapper {
  background: rgba(0, 0, 0, 0.16);
}

.e-kanban .e-column-expand::before {
  content: "\e937";
}
.e-kanban .e-column-collapse::before {
  content: "\e956";
}
.e-kanban .e-swimlane-row-expand::before {
  content: "\e652";
}
.e-kanban .e-swimlane-row-collapse::before {
  content: "\e653";
}
.e-kanban .e-show-add-icon::before {
  content: "\e823";
}
.e-kanban .e-swimlane-header-toolbar .e-icon-menu::before {
  content: "\e99a";
}
.e-kanban.e-rtl .e-column-collapse::before {
  content: "\e937";
}
.e-kanban.e-rtl .e-column-expand::before {
  content: "\e956";
}
.e-kanban.e-rtl .e-swimlane-row-collapse::before {
  content: "\e654";
}

.e-mobile-popup-wrapper .e-close-icon::before {
  content: "\e7fc";
}

/* stylelint-disable property-no-vendor-prefix */
.e-toast-container {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.e-toast-container.e-toast-top-left {
  left: 10px;
  top: 10px;
}
.e-toast-container.e-toast-bottom-left {
  bottom: 10px;
  left: 10px;
}
.e-toast-container.e-toast-top-right {
  right: 10px;
  top: 10px;
}
.e-toast-container.e-toast-bottom-right {
  bottom: 10px;
  right: 10px;
}
.e-toast-container.e-toast-bottom-center {
  bottom: 10px;
  pointer-events: none;
  right: 0;
  width: 100%;
}
.e-toast-container.e-toast-bottom-center .e-toast {
  margin: 0 auto 10px;
  pointer-events: auto;
}
.e-toast-container.e-toast-top-center {
  pointer-events: none;
  right: 0;
  top: 10px;
  width: 100%;
}
.e-toast-container.e-toast-top-center .e-toast {
  margin: 0 auto 10px;
  pointer-events: auto;
}
.e-toast-container.e-toast-full-width {
  left: 0;
  right: 0;
  width: 100%;
}
.e-toast-container.e-toast-full-width .e-toast {
  margin: 0 auto 10px;
  width: 96%;
}
.e-toast-container.e-rtl .e-toast .e-toast-actions {
  text-align: left;
}
.e-toast-container.e-rtl .e-toast .e-toast-actions > * {
  margin-left: initial;
  margin-right: 10px;
}
.e-toast-container.e-rtl .e-toast .e-toast-close-icon {
  margin-left: initial;
  margin-right: auto;
}
.e-toast-container.e-rtl .e-toast .e-toast-icon {
  margin-left: 14px;
  margin-right: initial;
}
.e-toast-container.e-rtl .e-toast .e-toast-progress {
  left: auto;
  right: 0;
}
.e-toast-container .e-toast {
  border-radius: 2px;
  display: inline-flex;
  font-size: 14px;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 14px;
  position: relative;
}
.e-toast-container .e-toast .e-toast-icon,
.e-toast-container .e-toast .e-toast-message {
  display: inline-flex;
}
.e-toast-container .e-toast > * {
  word-break: break-word;
  word-wrap: break-word;
}
.e-toast-container .e-toast .e-toast-message {
  align-self: center;
  flex-direction: column;
  overflow: hidden;
  width: inherit;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title,
.e-toast-container .e-toast .e-toast-message .e-toast-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child,
.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child {
  padding: 0;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child,
.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child {
  padding-bottom: 0;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title > *,
.e-toast-container .e-toast .e-toast-message .e-toast-content > * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.e-toast-container .e-toast .e-toast-message .e-toast-content {
  padding: 14px 0 10px 0;
  word-break: break-word;
  word-wrap: break-word;
}
.e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions {
  padding-top: 0;
}
.e-toast-container .e-toast .e-toast-message .e-toast-actions {
  margin: 1px;
  padding: 10px 0 0 0;
  text-align: right;
}
.e-toast-container .e-toast .e-toast-message .e-toast-actions > * {
  margin-left: 10px;
}
.e-toast-container .e-toast .e-toast-close-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  margin-left: auto;
  width: 30px;
}
.e-toast-container .e-toast .e-toast-icon {
  align-items: center;
  font-size: 18px;
  height: 24px;
  justify-content: center;
  margin-right: 14px;
  width: 24px;
}
.e-toast-container .e-toast .e-toast-progress {
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
}

.e-content-placeholder.e-toast.e-placeholder-toast {
  background-size: 400px 100px;
  min-height: 100px;
}

.e-blazor-toast-hidden {
  visibility: hidden;
}

.e-toast-container .e-toast .e-toast-close-icon.blazor-toast-close-icon {
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  bottom: 6px;
  height: 20px;
  position: relative;
  width: 22px;
}

.e-toast-container .e-toast {
  background-color: #424242;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.e-toast-container .e-toast .e-toast-close-icon {
  color: #fff;
}
.e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon, .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:focus, .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:active {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
}
.e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:focus, .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-toast-container .e-toast .e-toast-close-icon.e-icons:hover,
.e-toast-container .e-toast .e-toast-close-icon.e-icons:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-toast-container .e-toast.e-toast-success {
  background-color: #4caf50;
  color: #fff;
}
.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-success .e-toast-icon {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-success .e-toast-close-icon {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-success:hover {
  background-color: #49a84d;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.e-toast-container .e-toast.e-toast-info {
  background-color: #03a9f4;
  color: #fff;
}
.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-info .e-toast-icon {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-info .e-toast-close-icon {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-info:hover {
  background-color: #03a2ea;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.e-toast-container .e-toast.e-toast-warning {
  background-color: #ff9800;
  color: #fff;
}
.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-warning .e-toast-icon {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-warning .e-toast-close-icon {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-warning:hover {
  background-color: #f59200;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.e-toast-container .e-toast.e-toast-danger {
  background-color: #ff6652;
  color: #fff;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-icon {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-close-icon {
  color: #fff;
}
.e-toast-container .e-toast.e-toast-danger:hover {
  background-color: #ff5d48;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.e-toast-container .e-toast:hover {
  background-color: #3d3d3d;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.e-toast-container .e-toast .e-toast-icon {
  color: #fff;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title {
  color: #fff;
}
.e-toast-container .e-toast .e-toast-message .e-toast-content {
  color: #fff;
}
.e-toast-container .e-toast .e-toast-progress {
  background-color: #00b0ff;
}

.e-toast .e-toast-close-icon::before {
  content: "\e7fc";
  font-family: "e-icons";
}
.e-toast .e-toast-success-icon::before {
  content: "\ea84";
  font-family: "e-icons";
}
.e-toast .e-toast-error-icon::before {
  content: "\e208";
  font-family: "e-icons";
}
.e-toast .e-toast-info-icon::before {
  content: "\e607";
  font-family: "e-icons";
}
.e-toast .e-toast-warning-icon::before {
  content: "\e92f";
  font-family: "e-icons";
}

/*! PdfViewer's default definitions and variables */
/*! component layout */
/* stylelint-disable property-no-vendor-prefix */
.e-pdfviewer .e-pv-viewer-container {
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
.e-pdfviewer .e-pv-text-layer {
  position: absolute;
  top: 0;
  z-index: 2;
}
.e-pdfviewer .e-pv-annotation-canvas {
  left: 0;
  position: absolute;
  top: 0;
}
.e-pdfviewer .e-pv-text {
  background: transparent;
  color: transparent;
  line-height: normal;
  opacity: 0.6;
  position: absolute;
}
.e-pdfviewer .e-pv-search-text-highlight,
.e-pdfviewer .e-pv-search-text-highlightother {
  line-height: normal;
  opacity: 0.6;
  position: absolute;
}
.e-pdfviewer .e-pv-hyperlink {
  z-index: 2;
}
.e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
  z-index: 1;
}
.e-pdfviewer .e-enable-text-selection {
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
  user-select: text;
}
.e-pdfviewer .e-disable-text-selection {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.e-pdfviewer .e-enable-text-selection .e-pv-text {
  display: inline-block;
}
.e-pdfviewer .e-disable-text-selection .e-pv-text {
  display: none;
}
.e-pdfviewer .e-pv-cursor {
  cursor: text;
}
.e-pdfviewer .e-pv-crosshair-cursor {
  cursor: crosshair;
}
.e-pdfviewer .e-pv-touch-select-drop {
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 1000;
}
.e-pdfviewer .e-pv-touch-ellipse {
  background-color: #3088ed;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-color: #3088ed;
  border-style: solid;
  border-top-left-radius: 50%;
  border-width: 2px;
  height: 20px;
  margin: 0 0 0 9px;
  position: absolute;
  width: 20px;
}
.e-pdfviewer .e-pv-annotation-note {
  border-radius: 2px;
  cursor: auto;
  font-size: 14px;
  height: auto;
  max-width: 200px;
  min-height: 10px;
  min-width: 30px;
  overflow-wrap: break-word;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 10000;
}
.e-pdfviewer .e-pv-annotation-note-author {
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.e-pdfviewer .e-pv-annotation-popup-menu {
  cursor: auto;
  min-width: 396px;
  padding-bottom: 6px;
  position: absolute;
  width: auto;
  z-index: 10000;
}
.e-pdfviewer .e-pv-annotation-popup-header {
  height: auto;
  min-height: 29px;
  padding-top: 14px;
}
.e-pdfviewer .e-pv-annotation-popup-author {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-left: 14px;
}
.e-pdfviewer .e-pv-annotation-popup-close {
  float: right;
  height: 20px;
  margin-right: 14px;
  width: 20px;
}
.e-pdfviewer .e-pv-annotation-modified-time {
  height: 14px;
  margin-left: 14px;
  padding-top: 8px;
}
.e-pdfviewer .e-pv-annotation-popup-note-container {
  height: auto;
  padding: 14px;
  width: auto;
}
.e-pdfviewer .e-pv-annotation-popup-content {
  background-color: #fff;
  border: 1px solid;
  font-size: 16px;
  min-height: 132.08px;
  overflow: hidden auto;
  width: 368px;
}
.e-pdfviewer .e-pv-properties-fill-color-icon,
.e-pdfviewer .e-pv-properties-stroke-color-icon {
  border-bottom: 2px solid;
}
.e-pdfviewer .e-pv-drop {
  color: #3088ed;
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 1000;
}
.e-pdfviewer .e-pv-droplet {
  background-color: #3088ed;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-color: #3088ed;
  border-style: solid;
  border-top-left-radius: 50%;
  border-width: 2px;
  height: 20px;
  margin: 0 0 0 9px;
  position: absolute;
  width: 20px;
}

/* stylelint-disable value-no-vendor-prefix */
/* stylelint-disable property-no-vendor-prefix */
.e-pv-viewer-container {
  border-color: #616161;
  height: calc(100% - 56px);
  overflow: auto;
  position: relative;
  touch-action: pan-x pan-y;
  background-color: #303030;
}

.e-pv-mobile-view .e-pv-viewer-container {
  border-left-width: 1px;
}

.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar,
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text,
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text,
.e-control.e-toolbar.e-lib.e-pv-redaction-toolbar.e-pv-toolbar-scroll.e-keyboard .e-tbar-btn-text,
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text,
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text,
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text,
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text,
.e-control.e-toolbar.e-lib.e-pv-formdesigner-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text,
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide,
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
.e-pv-organize-tile-draggedEle .e-pv-organize-tile.e-pv-thumbnail-column .e-pv-image-container .e-pv-organize-image {
  display: none;
}

input.e-pv-input-password::-ms-reveal {
  display: none;
}

.e-pv-page-container {
  margin: 0;
  padding: 0;
  touch-action: pan-x pan-y;
}

.e-pv-signaturehover,
.e-pv-line-styles-container:hover {
  background-color: #e0e0e0;
}

.e-pv-mobilespanscroll-container {
  color: rgba(255, 255, 255, 0.87);
  font-family: Roboto-Regular;
  font-size: 14px;
}

.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
.e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret),
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
.e-pv-annotation-ink-container .e-pv-inkannotation-icon,
.e-pv-icon {
  font-size: 16px;
}

.e-pv-mobilescroll-container {
  background-color: #303030;
  border: 3px solid #757575;
  border-radius: 56px 0 0 56px;
  line-height: 27px;
  position: absolute;
  text-align: center;
}

.e-pv-viewer-container .e-pv-page-div {
  border-color: #757575;
  border-style: none;
  border-width: 1px;
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.21);
  box-sizing: content-box;
  position: absolute;
}

.e-pdfviewer .e-pv-viewer-container.e-pv-fitHeight {
  border-style: none;
}

.e-pv-viewer-container .e-pv-page-div.e-focused {
  box-shadow: #fff 0 0 0 2px;
}

.e-pv-viewer-container.e-focused {
  box-shadow: #fff 0 0 0 2px inset;
}

.e-pv-toolbar,
.e-pv-nav-toolbar,
.e-pv-annotation-toolbar,
.e-pv-formdesigner-toolbar,
.e-pv-redaction-toolbar {
  border: 0 solid #616161;
  border-radius: 0;
  border-width: 1px 1px 0 1px;
}

.e-pv-toolbar,
.e-pv-annotation-toolbar,
.e-pv-mobile-annotation-toolbar,
.e-pv-formdesigner-toolbar {
  height: 56px;
}

.e-toolbar.e-pv-redaction-toolbar {
  height: 56px;
}

.e-pv-nav-toolbar,
.e-pv-toolbar.e-pv-mobile-toolbar,
.e-pv-mobile-view .e-pv-annotation-toolbar {
  height: 56px;
}

.e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container {
  height: 32px;
  width: 86px;
}

.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

.e-pv-current-page-box.e-input-group.e-control-wrapper {
  height: 28px;
  margin-top: 3px;
  width: 46px;
}

.e-pv-mobilepagenoscroll-container {
  background: #303030;
  border: 3px solid #757575;
  border-radius: 10px;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
}

.e-pv-mobilecurrentpage-container {
  color: rgba(255, 255, 255, 0.87);
  display: block;
  font-family: Roboto-Regular;
  font-size: 24px;
}

.e-pv-mobiledashedline-container {
  color: rgba(255, 255, 255, 0.87);
  display: block;
  padding: 10px;
}

.e-pv-number-ofpages {
  width: 10%;
}

.e-dialog.e-pv-gotopage-popup {
  max-width: 500px;
  padding-left: 16px;
  padding-top: 16px;
}

.e-pv-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  cursor: pointer;
}

.e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
  background-color: transparent;
}

.e-pv-mobiletotalpage-container {
  color: rgba(255, 255, 255, 0.87);
  display: block;
  font-family: Roboto-Regular;
  font-size: 14px;
}

.e-pv-password-input {
  margin-top: 8px;
}

.e-pv-password-error {
  color: #ff6652;
}

.e-pv-corrupted-popup-header {
  color: #fff;
  opacity: 0.87;
}

.e-pv-corrupted-popup-content {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-left: 50px;
  opacity: 0.87;
  padding-top: 4.7px;
  text-align: left;
}

.e-pv-corrupted-popup-content-rtl {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-right: 53px;
  opacity: 0.87;
  padding-top: 4.7px;
  text-align: right;
}

.e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) {
  height: auto;
  margin-left: 0.5px;
  margin-right: 0.5px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
  height: auto;
  margin-left: 0.5px;
  margin-right: 0.5px;
}

.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
  padding-bottom: 0;
}

.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
  line-height: 26px;
  min-height: 26px;
}

.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
  border-right-width: 1px;
  height: 27px;
  margin-left: 3px;
  margin-right: 3px;
}

.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
.e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
  margin-left: 4.5px;
}

.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
.e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
  margin-right: 4.5px;
}

.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
.e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
  margin-right: 4.5px;
}

.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
.e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child {
  margin-left: 4.5px;
}

.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
  height: 36px;
  min-width: 36px;
  width: 36px;
}

.e-pv-open-document-icon {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  width: 18px;
}

.e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon {
  line-height: 16px;
}

.e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon {
  line-height: 16px;
}

.e-pv-first-page-navigation-icon {
  line-height: 14px;
}

.e-pv-previous-page-navigation-icon {
  line-height: 14px;
}

.e-pv-next-page-navigation-icon {
  line-height: 14px;
}

.e-pv-last-page-navigation-icon {
  line-height: 14px;
}

.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon,
.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon {
  line-height: 16px;
}

.e-pv-eye-slash-icon,
.e-pv-eye-icon {
  margin-top: 3px;
}

.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon {
  margin-right: 2px;
}

.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
  margin: 0 4px;
  padding: 6px 0;
}

.e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) {
  color: rgba(255, 255, 255, 0.87);
  cursor: default;
  font-size: 13px;
  margin-left: 0.5px;
  margin-right: 9.5px;
  min-width: unset;
  padding-bottom: 6.5px;
  padding-left: 0.5px;
  position: relative;
}

.e-pv-total-page {
  color: #fff;
  font-size: inherit;
}

.e-pv-total-page-ms {
  -ms-transform: translateY(-50%);
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
.e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
.e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
  background-color: transparent;
  border: 0;
  height: inherit;
  margin-top: 3px;
  padding: 0;
}

.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
  width: 100px;
}

.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
  background-color: #616161;
  border: 0;
  border-radius: 2px;
}

.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
  color: inherit;
}

.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
  height: auto;
  margin-top: 0;
  padding-bottom: 5px;
  padding-top: 7px;
}

.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
  padding-left: 14px;
}

.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
  padding-right: 14px;
}

.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
  background-color: transparent;
  border-left: 0;
  margin-bottom: 4.5px;
  margin-left: 0;
  margin-top: 7.5px;
  padding-right: 15px;
}

.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
  text-align: center;
}

.e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open,
.e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open {
  text-align: left;
}

.e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
.e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
  text-align: right;
}

.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active,
.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
  color: #00b0ff;
}

.e-pv-zoom-drop-down.e-popup.e-popup-open,
.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
  min-height: 327px;
  min-width: 110px;
}

.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 2px;
}

.e-toolbar.e-pv-redaction-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
  padding: 0;
}

.e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
.e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
  box-shadow: none;
}

.e-pv-password-popup.e-dialog .e-dlg-header,
.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,
.e-pv-notification-popup.e-dialog .e-dlg-header {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
.e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
.e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  padding-top: 6px;
}

.e-dialog.e-pv-redaction-confirmation-popup,
.e-pv-password-popup.e-dialog {
  height: auto;
  margin: 0 10px;
  max-width: 500px;
}

.e-pv-corrupted-popup.e-dialog {
  height: 180px;
  margin: 0 10px;
  max-width: 409px;
}

.e-pv-corrupted-popup.e-dialog .e-dlg-header-content,
.e-pv-notification-popup.e-dialog .e-dlg-header-content {
  border-bottom: 0;
}

.e-pv-corrupted-popup.e-dialog .e-footer-content,
.e-pv-notification-popup.e-dialog .e-footer-content {
  border-top: 0;
}

.e-pv-corrupted-popup.e-dialog .e-dlg-content {
  padding-bottom: 15px;
  padding-top: 6.9px;
}

.e-pv-password-popup.e-dialog span[id*=_prompt] {
  font-size: 16px;
  letter-spacing: -0.16px;
}

.e-pv-password-popup.e-dialog .e-dlg-header-content {
  border-bottom: 0;
}

.e-pv-password-popup.e-dialog .e-footer-content {
  border-top: 0;
}

.e-pv-password-popup.e-dialog .e-dlg-content {
  padding-bottom: 11px;
  padding-top: 6px;
}

.e-dialog .e-dlg-header {
  width: auto;
}

.e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
  max-height: 28px;
  padding-bottom: 8px;
}

.e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
  padding-left: 0;
}

.e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
  padding-right: 0;
}

.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
.e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
.e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
  transform: rotate(0deg);
}

.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
  background: none;
}

.e-pv-sidebar-container {
  background: #212121;
  border-top: 1px solid #616161;
  bottom: 0;
  position: absolute;
  top: 56px;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition-duration: 200ms;
  transition-timing-function: ease;
  width: 250px;
  z-index: 100;
}

.e-pv-main-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.e-pv-viewer-main-container {
  background-color: #303030;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container {
  min-width: 400px;
}

.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container {
  min-height: 500px;
}

.e-pv-sidebar-content-container {
  border-top: 1px solid #616161;
  display: none;
  float: left;
  height: calc(100% - 56px);
  position: absolute;
  transition-duration: 200ms;
  transition-timing-function: ease;
  width: 202px;
}

.e-pv-sidebar-content-container.e-thumbnail {
  height: 100%;
  left: 1px;
  position: unset;
}

.e-pv-sidebar-title-container {
  background: #212121;
  border: 1px solid #616161;
  border-width: 0 0 0 0;
  height: 50px;
  position: absolute;
  top: 0;
  width: 202px;
}

.e-pv-sidebar-title {
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  height: 16px;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 15px;
}

.e-pv-sidebar-title.e-left {
  left: 8px;
  width: 160px;
}

.e-pv-sidebar-title.e-right {
  right: 8px;
}

.e-pv-sidebar-toolbar {
  background: #212121;
  border: 1px solid #616161;
  border-width: 1px 0 1px 1px;
  bottom: 0;
  height: calc(100% - 57px);
  position: absolute;
  width: 47px;
  z-index: 100;
}

.e-pv-sidebar-content {
  -webkit-overflow-scrolling: touch;
  background: #212121;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 48px;
  width: 202px;
  z-index: 103;
}

.e-pv-thumbnail-anchor-node:hover {
  text-decoration: auto;
}

.e-pv-sidebar-content.e-thumbnail {
  top: 1px;
}

.e-pv-sidebar-resizer,
.e-pv-modern-side-panel-resizer,
.e-pv-comment-panel-resizer {
  background: #303030;
  border: 1px solid #616161;
  border-width: 0;
  color: #fff;
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  width: 8px;
  z-index: 105;
}

.e-pv-sidebar-content::-webkit-scrollbar {
  width: 16px;
}

.e-pv-sidebar-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.3);
  background: #fafafa;
  border: 1px solid #616161;
}

.e-pv-sidebar-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 100px;
}

.e-pv-thumbnail-view-button.e-btn,
.e-pv-custom-button.e-btn,
.e-pv-organize-view-button.e-btn {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
  height: 32px;
  line-height: inherit;
  outline: none;
  padding: 10px;
  width: 32px;
  margin: 8px;
}

.e-pv-organize-tile.e-pv-thumbnail-column {
  width: 100%;
  height: 100%;
}

.e-pv-organize-content-apperance {
  overflow: hidden;
}

.e-pv-organize-tile-view.e-pv-thumbnail-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 25px;
}

.e-pv-organize-outer-border.e-pv-not-selected {
  border: 1px dashed rgba(0, 176, 255, 0.7);
  position: absolute;
}

.e-pv-organize-outer-border.e-pv-selected {
  border: 1px dashed #616161;
  position: absolute;
}

.e-pv-organize-anchor-node {
  margin: 24px;
  width: 140px;
  height: 140px;
  border: 6px solid #424242;
}
@media only screen and (max-width: 1399.98px) {
  .e-pv-organize-anchor-node {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .e-pv-organize-anchor-node {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991.98px) {
  .e-pv-organize-anchor-node {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 767.98px) {
  .e-pv-organize-anchor-node {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
}
@media only screen and (max-width: 575.98px) {
  .e-pv-organize-anchor-node {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
    margin: 24px 20px;
  }
}

.e-pv-organize-anchor-node:hover {
  border: 6px solid #616161;
}

.e-pv-organize-anchor-node.e-pv-organize-tile-draggedEle {
  border: 6px dashed #616161;
  background: #212121;
}

.e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
  width: 18px;
  height: 18px;
  position: relative;
  top: -100%;
  padding: 4px;
}

.e-pv-organize-buttondiv {
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  text-align: center;
  top: -27px;
}

.e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
  border: 6px solid rgba(0, 176, 255, 0.7);
  border-radius: 2px;
}

.e-pv-organize-anchor-node.e-pv-organize-node-selection-ring.e-pv-dragging-style {
  border: 6px dashed #616161;
}

.e-pv-organize-window {
  border: 1px solid #616161;
  border-radius: 0;
}

.e-pdfviewer .e-pv-organize-window .e-footer-content {
  border-top: 1px solid #616161;
  padding: 15px;
}

.e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
  padding: 15px;
}

.e-pv-tile-number {
  text-align: center;
  margin-top: 20.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  padding: 0 15px;
}

.e-pv-delete-button.e-btn,
.e-pv-copy-button.e-btn,
.e-pv-rotate-left-button.e-btn,
.e-pv-rotate-right-button.e-btn {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  padding: 0;
}

.e-pv-insert-left-button.e-btn,
.e-pv-insert-right-button.e-btn {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -70px;
  padding: 0;
}
@media only screen and (max-width: 1399.98px) {
  .e-pv-insert-left-button.e-btn,
.e-pv-insert-right-button.e-btn {
    top: -70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .e-pv-insert-left-button.e-btn,
.e-pv-insert-right-button.e-btn {
    top: -70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .e-pv-insert-left-button.e-btn,
.e-pv-insert-right-button.e-btn {
    top: -70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .e-pv-insert-left-button.e-btn,
.e-pv-insert-right-button.e-btn {
    top: -70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .e-pv-insert-left-button.e-btn,
.e-pv-insert-right-button.e-btn {
    top: -70px;
  }
}

.e-pv-insert-left-button.e-btn {
  left: calc(-1 * (25px / 2 + 6px / 2));
}

.e-pv-insert-right-button.e-btn {
  right: calc(-1 * (25px / 2 + 6px / 2));
}

.e-pv-toolbar-rotate-left-button,
.e-pv-toolbar-rotate-right-button {
  height: 32px;
  width: 32px;
  padding: 0;
  top: 7px;
  position: relative;
  box-shadow: none;
}

.e-pv-toolbar-rotate-left-button {
  left: 436px;
}

.e-pv-toolbar-rotate-right-button {
  left: 445px;
}

.e-pdfviewer .e-pv-organize-window .e-dlg-content {
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.e-pv-organize-toolbar-apperance.e-toolbar {
  width: 1172px;
  border: 1px solid #616161;
  border-width: 1px 0;
}

.e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
  margin-left: 10px;
  text-wrap: nowrap;
}

@media screen and (max-width: 480px) {
  .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
    width: 25px;
    margin-left: 22px;
  }
}
.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
.e-pv-custom-button-selection.e-pv-custom-button.e-btn,
.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
  background: transparent;
  border: none;
  border-radius: 0;
  line-height: inherit;
  padding: 10px;
}

.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
.e-pv-tbar-btn.e-pv-custom-button.e-btn:focus,
.e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
  background: transparent;
  border: none;
  border-radius: 0;
  line-height: inherit;
  padding: 10px;
}

.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
  background: transparent;
  border: none;
  border-radius: 0;
  line-height: inherit;
  padding: 10px;
}

.e-pv-bookmark-button.e-btn {
  background: transparent;
  border: none;
  box-shadow: none;
  font-weight: 500;
  height: 34px;
  margin: 8px;
  outline: none;
  padding: 10px;
  width: 34px;
}

.e-pv-title-close-div.e-btn {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 32px;
  left: 170px;
  padding: 0 10px 2px 0;
  position: absolute;
  right: 21px;
  top: 8px;
  width: 32px;
}

.e-pv-sidebar-toolbar-splitter {
  background: #616161;
  bottom: 0;
  height: calc(100% - 56px);
  position: absolute;
  width: 1px;
  z-index: 104;
}

.e-pv-sidebar-content-splitter {
  background: #616161;
  height: 1px;
  position: absolute;
  top: 47px;
  width: 201px;
  z-index: 104;
}

.e-pv-thumbnail-view {
  bottom: 0;
  height: 50%;
  padding: 8px 30px 0;
  position: absolute;
  top: 0;
}

.e-pv-thumbnail {
  height: 140px;
  margin: 0 20px 40px;
  width: 100px;
}

.e-pv-thumbnail-number {
  color: rgba(255, 255, 255, 0.87);
  font-family: Roboto;
  padding-top: 8px;
  text-align: center;
}

.e-pv-thumbnail-selection-ring {
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  padding: 6px;
}

.e-pv-thumbnail-image {
  background-clip: content-box;
  background-color: #fff;
  height: 126px;
  width: 86px;
}

.e-pv-thumbnail-hover {
  border: 3px solid #757575;
  border-radius: 2px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 6px;
}

.e-pv-thumbnail-focus {
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 0;
}

.e-pv-thumbnail-selection {
  border: 6px solid rgba(0, 176, 255, 0.7);
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 0;
}

.e-pv-thumbnail-row {
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.e-pv-thumbnail-row {
  display: -ms-flexbox;
}

.e-pv-thumbnail-column {
  -ms-flex: 25%;
  flex: 25%;
}

.e-pv-thumbnail-column img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.e-pv-organize-import-image-wrapper {
  width: 70%;
  height: 95%;
  border: 1px solid #616161;
  position: relative;
  background-color: #fff;
  margin-bottom: 5px;
}

.e-pv-organize-import-image-wrapper::after,
.e-pv-organize-import-image-wrapper::before {
  content: "";
  width: 97%;
  height: 98%;
  border: 1px solid #616161;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fff;
  z-index: -1;
}

.e-pv-organize-import-image-wrapper::before {
  top: 10px;
  left: 10px;
  height: 96%;
  width: 95%;
}

.e-pv-organize-import-download-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-color: #3088ed;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.e-pv-bookmark-view {
  height: 100%;
  overflow: auto;
  padding-top: 15px;
  position: relative;
}

.e-blazor-pdfviewer.e-pv-mobile-view .e-pv-bookmark-view {
  overflow: hidden;
}
.e-blazor-pdfviewer.e-pv-mobile-view .e-pv-bookmark-view .e-list-container {
  overflow: auto;
  height: calc(100% - 36px);
}

div > .e-pv-bookmark-icon.e-pv-icon {
  float: left;
  font-size: 14px;
  padding-left: 6px;
  padding-right: 18px;
}

.e-pv-bookmark-title {
  padding-left: 40px;
}

.e-pv-sidebar-bookmark-title {
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto-Regular;
  font-size: 14px;
}

.e-pv-bookmark-view::-webkit-scrollbar {
  height: 16px;
  width: 16px;
}

.e-pv-bookmark-view::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.3);
  background: #fafafa;
  border: 1px solid #616161;
}

.e-pv-bookmark-view::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 100px;
}

.e-pv-bookmark-view > .e-ul {
  height: inherit;
  overflow: unset;
}

.e-pv-bookmark-view .e-fullrow {
  height: 34px;
}

.e-pv-bookmark-view .e-icon-collapsible::before,
.e-pv-bookmark-view .e-icon-expandable::before {
  display: inline-block;
  height: 13px;
  padding: 7px;
  width: 13px;
}

.e-pv-bookmark-view .e-list-item .e-ul {
  padding-left: 32px;
}

.e-pv-bookmark-view .e-ul {
  padding: 0 0 0 16px;
}

.e-pv-text::selection,
.e-pv-text .e-pv-maintaincontent {
  background: #247796;
}

.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
.e-pv-mobile-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
.e-pv-mobile-annotation-toolbar .e-dropdown-btn.e-btn,
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn,
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn,
.e-pv-shapes-toolbar .e-pv-tbar-btn,
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
.e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
.e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon,
.e-pv-form-designer-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
  color: #fff;
}

.e-pv-rtl .e-pv-comment-panel-title-container .e-pv-blazor-annotation-tools-close-icon {
  float: right;
  padding-top: 10px;
}

.e-pv-mobile-annotation-toolbar .e-tbar-btn:hover,
.e-pv-mobile-annotation-toolbar .e-tbar-btn:focus {
  background: #212121;
  border-color: #212121;
}

.e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav {
  transform: skewX(-1deg) translateX(6px);
  width: 56px;
}

.e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
  font-size: 14px;
  transform: skewX(4deg);
}

.e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow,
.e-pv-sidebar-toolbar .e-pv-tbar-btn {
  color: #fff;
}

.e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon,
.e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
.e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon {
  color: #fff;
}

.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item {
  height: inherit;
}

.e-pv-print-popup-container {
  height: 100%;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show {
  background-color: rgba(0, 0, 0, 0.3);
}

.e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
  padding: 0 16px 0 0;
}

.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
  padding: 0 0 0 16px;
}

.e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
.e-pdfviewer.e-pv-mobile-view .e-pv-annotation-container > .e-pv-tbar-btn.e-pv-select,
.e-pdfviewer.e-pv-mobile-view .e-pv-formdesigner-container > .e-pv-tbar-btn.e-pv-select,
.e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
.e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
.e-pv-mobile-formDesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
.e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
.e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select {
  background: #212121;
  border: 0;
  border-radius: 0;
  color: rgba(0, 176, 255, 0.7);
}

.e-pdfviewer.e-pv-mobile-view .e-pv-annotation-container > .e-pv-tbar-btn.e-pv-unselect:hover,
.e-pdfviewer.e-pv-mobile-view .e-pv-formdesigner-container > .e-pv-tbar-btn.e-pv-unselect:hover,
.e-pdfviewer.e-pv-mobile-view .e-pv-redaction-container > .e-pv-tbar-btn.e-pv-unselect:hover {
  background: initial;
  color: initial;
}

.e-pv-automplete-header {
  margin-top: 10px;
  height: 26px;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 16px;
  text-indent: 16px;
}

.e-pv-autocomplete-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.e-pv-autocomplete-word {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 25px);
  display: inline-block;
}

.e-pv-autocomplete-count {
  margin-left: 10px;
  flex-shrink: 0;
  text-align: right;
}

.e-pv-search-exact-matches {
  display: inline-block;
}

.e-pv-total-exact-matches {
  margin-left: 10px;
  flex-shrink: 0;
  text-align: right;
}

.e-pv-search-count {
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  text-align: center;
  direction: ltr;
}

.e-pv-search-bar {
  background-color: #212121;
  border: 0 solid #616161;
  border-radius: 2px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  height: 104px;
  padding: 16px;
  position: absolute;
  width: 348px;
  z-index: 105;
}

.e-blazor-pdfviewer .e-pv-search-bar {
  z-index: 1001;
}

.e-pv-text-search-bar {
  background-color: #212121;
  border: 0 solid #616161;
  border-radius: 2px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  height: 108px;
  position: absolute;
  width: 384px;
  z-index: 105;
}

.e-pv-text-search-bar-elements {
  height: 32px;
  margin: 20px 10px 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.e-input-group.e-pv-text-search-input {
  border: none;
}

.e-pv-search-input {
  height: 31px;
  width: 244px;
}

.e-pv-text-search-input {
  height: 31px;
  width: calc(100% - 160px);
  position: relative;
  flex-grow: 1;
}

.e-pv-search-input-mobile {
  height: 31px;
  max-height: 150px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-text-search-input-mobile {
  height: 31px;
  max-height: 150px !important;
  /* stylelint-disable-line declaration-no-important */
  width: auto;
}

@media only screen and (max-width: 575.98px) {
  .e-pv-custom-textbox {
    width: 43% !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

@media only screen and (max-width: 575.98px) {
  .e-bigger .e-pv-custom-textbox {
    width: 37% !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
  margin-left: 3px;
}

.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child {
  margin-right: 3px;
}

.e-pv-match-case-container {
  margin-top: 12px;
}

.e-pv-textsearch-match-case-container {
  margin-left: 20px;
  width: 240px;
  display: flex;
}

.e-pv-search-btn.e-btn {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 24px;
  margin-top: -6px;
  width: 24px;
}

.e-pv-text-search-btn.e-btn {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 24px;
  width: 24px;
}

.e-pv-search-btn.e-btn:active,
.e-pv-text-search-btn.e-btn:active {
  background-color: transparent;
}

.e-pv-search-bar:not(.e-rtl) .e-pv-prev-search {
  margin-left: 16px;
}

.e-pv-text-search-bar:not(.e-rtl) .e-pv-prev-search {
  margin-left: 8px;
}

.e-pv-search-bar:not(.e-rtl) .e-pv-next-search,
.e-pv-text-search-bar:not(.e-rtl) .e-pv-next-search {
  margin-left: 8px;
}

.e-pv-mobile-view .e-pv-search-count {
  margin: 0;
  max-width: 60px;
}

.e-pv-search-bar.e-rtl .e-pv-prev-search,
.e-pv-text-search-bar.e-rtl .e-pv-prev-search {
  margin-right: 16px;
}

.e-pv-search-bar.e-rtl .e-pv-next-search,
.e-pv-text-search-bar.e-rtl .e-pv-next-search {
  margin-right: 8px;
}

.e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search {
  padding-right: 5px;
}

.e-pv-notification-popup {
  margin: 0 10px;
  max-width: 409px;
}

.e-pv-notification-popup.e-pv-notification-large-content {
  max-width: 400px;
}

.e-pv-notification-popup .e-pv-notification-popup-content {
  font-size: 16px;
}

.e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon,
.e-pv-text-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon {
  background: transparent;
}

.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active,
.e-pv-text-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active {
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
}

.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover,
.e-pv-text-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}

.e-pv-bookmark-container {
  background-color: #303030;
  border: 1px solid #616161;
}

.e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item {
  border-bottom: 1px solid #616161;
  height: 48px;
}

.e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child {
  border-bottom-width: 0;
}

.e-pv-bookmark-container .e-listview .e-list-text {
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
  color: #fff;
}

.e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt {
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
}

.e-pv-bookmark-container .e-pv-bookmark-view {
  padding-top: 0;
}

.e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul {
  padding-left: 0;
}

.e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
.e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon {
  border-bottom: 2px solid;
  margin-top: 0;
  padding-top: 5px;
  vertical-align: initial;
}

.e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
  border-bottom: 2px solid;
  margin-top: 0;
  padding-top: 1px;
  vertical-align: initial;
}

.e-pv-font-color-prop-mobile .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon,
.e-pv-fill-prop-mobile .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
.e-pv-border-prop-group-mobile .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon,
.e-pv-default-tab .e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
  border-bottom: 2px solid;
}

.e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
  margin-top: 0;
  padding-top: 7px;
  vertical-align: initial;
}

.e-pv-default-tab .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
.e-pv-default-tab .e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon,
.e-pv-default-tab .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
.e-pv-default-tab .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon,
.e-pv-fill-prop-mobile .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
.e-pv-border-prop-group-mobile .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon,
.e-pv-thickness-prop-group-mobile .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
.e-pv-font-color-prop-mobile .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
  width: 1em;
  margin-left: 0;
}

.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
  vertical-align: initial;
}

.e-pv-annotation-thickness-popup-container-mobile,
.e-pv-annotation-opacity-popup-container-mobile {
  background-color: #424242;
}

.e-pv-annotation-opacity-popup-container,
.e-pv-annotation-thickness-popup-container {
  background-color: #424242;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  height: auto;
  min-height: 48px;
  padding: 16px;
  width: auto;
}

.e-pv-page-zoom-popup-container {
  display: flex;
  align-items: center;
  background-color: #424242;
  color: #fff;
  height: auto;
  padding: 8px;
  width: auto;
  border-radius: 4px;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.26);
}

.e-pv-page-zoom-popup-container .e-pv-page-zoom-decrease,
.e-pv-page-zoom-popup-container .e-pv-page-zoom-increase {
  display: flex;
  float: left;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0;
  background: transparent;
}

.e-btn .e-btn-icon.e-pv-page-zoom-increase-icon,
.e-btn .e-btn-icon.e-pv-page-zoom-decrease-icon {
  font-size: 16px;
  color: #fff;
}

.e-pv-formfield-strokethickness-icon .e-pv-annotation-thickness-popup-container {
  padding: 4px;
}

.e-pv-annotation-opacity-label,
.e-pv-annotation-opacity-indicator,
.e-pv-annotation-thickness-label,
.e-pv-annotation-thickness-indicator,
.e-pv-page-zoom-label,
.e-pv-page-zoom-indicator {
  float: left;
  font-family: inherit;
  font-size: inherit;
}

.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
.e-pv-page-zoom-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
  flex-shrink: 2;
  float: left;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
}

.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
.e-dropdown-popup:not(.e-rtl) .e-pv-page-zoom-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
  width: 172px;
}

.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-popup-container.e-blazor-pv-opacity-container,
.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-popup-container.e-blazor-pv-thickness-container {
  width: 172px;
}

.e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
.e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
.e-dropdown-popup.e-rtl .e-pv-page-zoom-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
  width: 140px;
}

.e-dropdown-popup.e-rtl .e-pv-annotation-opacity-popup-container.e-blazor-pv-opacity-container,
.e-dropdown-popup.e-rtl .e-pv-annotation-thickness-popup-container.e-blazor-pv-thickness-container {
  width: 140px;
}

.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider,
.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider,
.e-pv-page-zoom-slider-container.e-control-wrapper.e-slider-container .e-pv-page-zoom-slider.e-slider {
  top: 0;
  height: 16px;
}

.e-pv-annotation-opacity-popup-container.e-blazor-pv-opacity-container .e-pv-annotation-opacity-slider-container .e-control-wrapper.e-slider-container,
.e-pv-annotation-thickness-popup-container.e-blazor-pv-thickness-container .e-pv-annotation-thickness-slider-container .e-control-wrapper.e-slider-container {
  height: 16px;
}

.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
  font-size: 12px;
}

.e-pv-annotation-color-container.e-icon-btn,
.e-pv-annotation-opacity-container.e-icon-btn,
.e-pv-annotation-stroke-container.e-icon-btn,
.e-pv-custom-annotation-thickness-container.e-icon-btn,
.e-pv-custom-annotation-opacity-container.e-icon-btn,
.e-pv-annotation-thickness-container.e-icon-btn,
.e-pv-annotation-textcolor-container.e-icon-btn,
.e-pv-annotation-textalign-container.e-icon-btn,
.e-pv-annotation-textprop-container.e-icon-btn {
  height: 32px;
  width: 56px;
}

.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
  padding-top: 8px;
}

.e-pv-shapes-toolbar {
  box-shadow: none;
}

.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
  padding: 4px;
}

.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow {
  margin-bottom: 0;
  margin-left: 4px;
  margin-right: 4px;
}

.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
  height: 32px;
  width: 32px;
}

.e-pv-organize-total-page-button {
  float: left;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.87);
  font-size: 12;
}

.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
  background-color: transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.87);
  cursor: default;
}

.e-pv-annotation-thickness-slider-container {
  margin-top: -6px;
}

.e-pv-organize-image {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #616161;
  pointer-events: none;
}

.e-pv-annotation-opacity-icon {
  padding-top: 1px;
}

.e-pv-annotation-color-container.e-btn,
.e-pv-annotation-opacity-container.e-btn,
.e-pv-annotation-stroke-container.e-btn,
.e-pv-annotation-thickness-container.e-btn,
.e-pv-annotation-shapes-container.e-btn,
.e-pv-annotation-calibrate-container.e-btn,
.e-pv-annotation-textcolor-container.e-btn,
.e-pv-annotation-textalign-container.e-btn,
.e-pv-annotation-textprop-container.e-btn,
.e-pv-annotation-handwritten-container.e-btn,
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) {
  background-color: #212121;
  border-color: transparent;
}

.e-pv-annotation-color-container.e-btn:hover,
.e-pv-annotation-opacity-container.e-btn:hover,
.e-pv-annotation-stroke-container.e-btn:hover,
.e-pv-annotation-thickness-container.e-btn:hover,
.e-pv-annotation-shapes-container.e-btn:hover,
.e-pv-annotation-calibrate-container.e-btn:hover,
.e-pv-annotation-textcolor-container.e-btn:hover,
.e-pv-annotation-textalign-container.e-btn:hover,
.e-pv-annotation-textprop-container.e-btn:hover,
.e-pv-annotation-handwritten-container.e-btn:hover,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  outline: none;
  color: rgba(0, 176, 255, 0.7);
}

.e-pv-annotation-color-container.e-btn:focus,
.e-pv-annotation-opacity-container.e-btn:focus,
.e-pv-annotation-stroke-container.e-btn:focus,
.e-pv-annotation-thickness-container.e-btn:focus,
.e-pv-annotation-shapes-container.e-btn:focus,
.e-pv-annotation-calibrate-container.e-btn:focus,
.e-pv-annotation-textcolor-container.e-btn:focus,
.e-pv-annotation-textalign-container.e-btn:focus,
.e-pv-annotation-handwritten-container.e-btn:focus,
.e-pv-annotation-textprop-container.e-btn:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  outline: none;
}

.e-pv-annotation-color-container.e-btn:active,
.e-pv-annotation-opacity-container.e-btn:active,
.e-pv-annotation-stroke-container.e-btn:active,
.e-pv-annotation-thickness-container.e-btn:active,
.e-pv-annotation-shapes-container.e-btn:active,
.e-pv-annotation-calibrate-container.e-btn:active,
.e-pv-annotation-textcolor-container.e-btn:active,
.e-pv-annotation-textalign-container.e-btn:active,
.e-pv-annotation-textprop-container.e-btn:active,
.e-pv-annotation-handwritten-container.e-btn:active {
  background-color: #616161;
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 176, 255, 0.7);
}

.e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),
.e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover),
.e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn.e-active:not(:hover),
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) .e-caret {
  background-color: #e0e0e0;
  color: #fff;
}

.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
  line-height: 1.143em;
  padding: 6px 7px 4px;
}

.e-pv-annotation-color-container.e-dropdown-btn.e-button,
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
  line-height: 1.143em;
  padding: 6px 7px 4px;
}

.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
  display: inline-block;
  padding: 0 4px;
}

.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-pv-submit .e-tbar-btn .e-tbar-btn-text.e-pv-submitform-text {
  display: inline-block;
  padding: 0 4px;
}

.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
  height: 36px;
  min-width: 36px;
}

.e-pv-annotation-popup-menu {
  background-color: #212121;
  border-color: #616161;
  color: rgba(255, 255, 255, 0.87);
}

.e-pv-properties-window {
  max-width: 422px;
}

.e-pv-scale-ratio-window {
  max-width: 420px;
}

.e-pv-scale-ratio-dialog {
  max-width: 423px;
}

.e-pv-line-styles-content,
.e-pv-line-styles-item {
  border-bottom-color: #000;
}

.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
  height: 32px;
  line-height: 16px;
}

.e-pv-properties-window .e-dlg-content {
  padding-top: 6px;
}

.e-pv-scale-ratio-text,
.e-pv-depth-text {
  margin-bottom: 8px;
}

.e-pv-properties-line-start-container,
.e-pv-properties-line-end-container,
.e-pv-properties-line-style-container,
.e-pv-properties-line-thickness-container,
.e-pv-properties-line-fill-color-container,
.e-pv-properties-line-stroke-color-container,
.e-pv-properties-line-leader-length-container {
  float: left;
  height: 52px;
  margin-bottom: 16px;
}

.e-pv-properties-line-opacity-container {
  float: left;
  height: auto;
  width: 180px;
}

.e-pv-mobile-view .e-pv-properties-line-start-container,
.e-pv-mobile-view .e-pv-properties-line-end-container,
.e-pv-mobile-view .e-pv-properties-line-style-container,
.e-pv-mobile-view .e-pv-properties-line-thickness-container,
.e-pv-mobile-view .e-pv-properties-line-leader-length-container {
  width: 45% !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (max-width: 375px) {
  .e-pv-mobile-view .e-pv-properties-line-start-container,
.e-pv-mobile-view .e-pv-properties-line-end-container,
.e-pv-mobile-view .e-pv-properties-line-style-container,
.e-pv-mobile-view .e-pv-properties-line-thickness-container,
.e-pv-mobile-view .e-pv-properties-line-leader-length-container {
    width: 44% !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

.e-pv-mobile-view .e-pv-properties-line-fill-color-container,
.e-pv-mobile-view .e-pv-properties-line-opacity-container {
  width: 54% !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (max-width: 375px) {
  .e-pv-mobile-view .e-pv-properties-line-fill-color-container,
.e-pv-mobile-view .e-pv-properties-line-opacity-container {
    width: 55% !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

.e-pv-mobile-view .e-pv-properties-line-stroke-color-container,
.e-pv-mobile-view .e-pv-properties-line-leader-length-container {
  margin-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  margin-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-mobile-view .e-pv-properties-opacity-indicator {
  margin-left: 54% !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (max-width: 375px) {
  .e-pv-mobile-view .e-pv-properties-opacity-indicator {
    margin-left: 55% !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

.e-pv-mobile-view .e-pv-properties-line-opacity {
  width: 80% !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-scale-ratio-src-input-container,
.e-pv-scale-ratio-src-unit-container,
.e-pv-scale-ratio-dest-input-container,
.e-pv-scale-ratio-dest-unit-container,
.e-pv-depth-input-container,
.e-pv-depth-unit-container {
  float: left;
  height: 24px;
}

.e-pv-scale-ratio-src-input-container,
.e-pv-scale-ratio-src-unit-container,
.e-pv-scale-ratio-dest-input-container,
.e-pv-scale-ratio-dest-unit-container {
  margin-bottom: 24px;
}

.e-pv-scale-ratio-src-unit-container,
.e-pv-scale-ratio-dest-unit-container,
.e-pv-depth-unit-container {
  margin-left: 24px;
}

.e-pv-scale-ratio-src-unit.e-btn,
.e-pv-scale-ratio-dest-unit.e-btn,
.e-pv-depth-unit.e-btn {
  padding: 6px 8px 4px;
}

.e-pv-scale-unit-content {
  float: left;
  width: 33px;
}

.e-pv-scale-ratio-src-unit .e-caret,
.e-pv-scale-ratio-dest-unit .e-caret,
.e-pv-depth-unit .e-caret {
  margin-left: 96px;
  margin-top: 4px;
}

.e-pv-properties-line-opacity {
  margin-top: -10px;
}

.e-pv-properties-line-start-label,
.e-pv-properties-line-end-label,
.e-pv-properties-line-style-label,
.e-pv-properties-line-thickness-label,
.e-pv-properties-line-fill-color-label,
.e-pv-properties-line-stroke-color-label,
.e-pv-properties-line-opacity-label,
.e-pv-properties-line-leader-length-label {
  font-size: 14px;
  margin-bottom: 8px;
}

.e-pv-blazor-properties-container-custom-width .e-pv-properties-line-opacity-label {
  margin-bottom: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-properties-line-end-container,
.e-pv-properties-line-thickness-container {
  margin-left: 24px;
}

.e-pv-properties-line-leader-length-container {
  margin-left: 21px;
}

.e-pv-properties-line-stroke-color-container {
  margin-left: 150px !important;
  /* stylelint-disable-line declaration-no-important */
  margin-right: 87px;
}

.e-pv-properties-line-start,
.e-pv-properties-line-end,
.e-pv-properties-line-style,
.e-pv-properties-line-thickness,
.e-pv-properties-line-opacity,
.e-pv-properties-line-leader-length {
  max-width: 180px;
}

.e-pv-scale-ratio-src-input,
.e-pv-scale-ratio-dest-input,
.e-pv-depth-input {
  max-width: 180px;
}

.e-pv-properties-line-start,
.e-pv-properties-line-end,
.e-pv-properties-line-style {
  width: 180px;
}

.e-pv-scale-ratio-src-unit,
.e-pv-scale-ratio-dest-unit,
.e-pv-depth-unit {
  width: 180px;
}

.e-pv-line-styles-container {
  line-height: 0;
  padding: 17px;
}

.e-pv-line-styles-item {
  box-sizing: border-box;
}

.e-pv-line-styles-content,
.e-pv-line-styles-item {
  border-bottom-width: 2px;
  display: inline-block;
  width: 100%;
}

.e-pv-properties-line-style-content {
  float: left;
  line-height: 16px;
  width: 44px;
}

.e-pv-properties-line-start.e-btn,
.e-pv-properties-line-end.e-btn {
  height: 32px;
  padding: 8px;
}

.e-pv-properties-line-style.e-btn {
  height: 32px;
  line-height: 0;
  padding: 8px;
  white-space: pre;
}

.e-pv-properties-line-start.e-btn .e-caret,
.e-pv-properties-line-end.e-btn .e-caret {
  display: inline;
  line-height: 16px;
  margin-left: 95px;
}

.e-pv-line-styles-content-container {
  float: left;
  font-size: 0;
  margin-right: 7.5px;
  margin-top: 2.5px;
  width: 138px;
}

.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul {
  height: 32px;
  width: 69px;
}

.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
  padding: 1px 8px 3px;
}

.e-pv-annotation-shape-icon,
.e-pv-annotation-calibrate-icon,
.e-pv-handwritten-icon {
  margin-right: 4px;
}

.e-pv-properties-opacity-indicator {
  margin-left: 153px;
}

.e-pv-annotation-stamp-container .e-menu-parent.e-menu {
  border-radius: 2px;
}

.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item,
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon,
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret {
  line-height: 32px;
}

.e-pv-toolbar.e-toolbar .e-tbar-btn > :first-child {
  line-height: 26px;
  min-height: 26px;
}

.e-pv-mobile-view .e-pv-password-popup.e-dialog {
  height: auto;
}

.e-pv-mobile-view .e-pv-notification-popup.e-dialog {
  height: 195px;
}

.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
  height: 220px;
}

.e-pv-redaction-properties-dialog .e-dlg-header-content,
.e-pv-form-field-properties-dialog .e-dlg-header-content {
  padding-bottom: 10px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
  height: 198px;
}

.e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  padding-top: 6px;
}

.e-pv-sidebar-content-container.e-left {
  left: 47px;
}

.e-pv-sidebar-content-container.e-right {
  right: 47px;
}

.e-pv-sidebar-toolbar-splitter.e-left {
  left: 47px;
}

.e-pv-sidebar-toolbar-splitter.e-right {
  right: 47px;
}

.e-pv-sidebar-resizer.e-left {
  left: 202px;
}

.e-pv-sidebar-resizer.e-right {
  right: 202px;
}

.e-pdfviewer .e-checkbox-wrapper.e-pv-organize-select-all .e-frame + .e-label {
  font-size: 14px;
}

.e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
.e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
  margin-right: 10px;
}

.e-toolbar-right .e-pv-import-pages .e-tbar-btn {
  font-size: 14px;
  margin-right: 10px;
}

div > .e-pv-bookmark-icon.e-pv-icon.e-right {
  float: left;
  font-size: 14px;
  padding-left: 1px;
  padding-right: 1px;
  position: absolute;
}

.e-pdfviewer .e-treeview .e-list-item {
  word-break: break-word;
  white-space: pre-wrap;
}

.e-pdfviewer .e-treeview .e-list-text {
  width: 100%;
}

.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible,
.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,
.e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,
.e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url {
  margin-top: 3px;
  position: absolute;
}

.e-pdfviewer .e-editable-inline {
  padding: 7px 8px 42px;
}

.e-pv-comment-textbox {
  min-height: 22px;
}

.e-pdfviewer .e-editable-value-wrapper {
  color: rgba(255, 255, 255, 0.9);
  line-height: normal;
  min-height: 22px;
  padding: 2px 8px 3px;
  font-size: 14px;
}

.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: normal;
  min-height: 24px;
  padding: 2px 8px 3px 32px;
}

.e-pv-reply-div.e-pv-comments-leave.e-focused,
.e-pv-comments-div.e-focused {
  border: #424242;
  background: none;
}

.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons,
.e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons {
  float: right;
  padding-bottom: 7px;
  padding-top: 5px;
  position: relative;
  right: 8px;
}

.e-pv-comment-title-container,
.e-pv-reply-title-container {
  height: 36px;
}

.e-pv-more-options-button.e-btn {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  float: right;
  padding: 8px 7px 1px 1px;
}

.e-pv-rtl .e-pv-more-options-button.e-btn {
  float: left;
  padding-left: 7px;
}

.e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary,
.e-pdfviewer .e-editable-inline .e-btn.e-outline {
  border-color: transparent;
}

.e-pdfviewer .e-editable-inline .e-editable-form {
  margin-bottom: 1px;
}

.e-pdfviewer .e-editable-inline .e-clear-icon {
  padding-right: 2px;
}

.e-pdfviewer .e-btn-cancel {
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.e-pdfviewer .e-btn-save {
  font-size: 14px;
  margin-right: 12px;
  padding-left: 7px;
  padding-right: 7px;
}

.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
  box-shadow: 0 0 0 8px #212121 inset;
  padding: 8px;
}

.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header {
  line-height: 32px;
  min-height: 32px;
}

.e-contextmenu-wrapper .e-pv-context-menu .e-menu-item {
  height: 38px;
}

.e-pv-comment-panel,
.e-pv-form-designer-property-panel,
.e-pv-blazor-redaction-property-panel-mobile,
.e-pv-redaction-page-mark-panel {
  background-color: #212121;
  border: 1px solid #616161;
  border-width: 1px 1px 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 57px;
  width: 300px;
  z-index: 100;
}

.e-pv-comment-panel-title-container,
.e-pv-form-designer-panel-title-container,
.e-pv-redaction-panel-title-container,
.e-pv-redaction-panel-title-container {
  background-color: #212121;
  border-style: double;
  border-width: 0 1px 1px 0;
  height: 45px;
  position: relative;
  border-color: #616161;
}

.e-pv-blazor-redaction-toolbar {
  border-width: 0;
}

.e-pv-comment-panel-title,
.e-pv-form-designer-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  left: 15px;
  top: 14px;
  position: absolute;
  text-align: left;
}

.e-pv-rtl .e-pv-comment-panel-title {
  right: 15px;
  justify-content: flex-end;
  left: 0;
}

.e-pv-comment-panel-title-close-div.e-btn {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 32px;
  position: absolute;
  right: 11px;
  top: 5px;
  width: 32px;
}

.e-pv-rtl .e-pv-comment-panel-title-close-div.e-btn {
  left: 11px;
}

.e-pv-title-close-icon {
  color: rgba(255, 255, 255, 0.6);
}

.e-pv-comments-panel-text {
  font-size: 15px;
  padding-left: 85px;
  color: var(--color-sf-content-text-color-alt1);
}

.e-pv-comments-content-container,
.e-pv-form-designer-content-container,
.e-pv-redaction-content-container {
  background-color: #212121;
  border-color: #616161;
  border-style: double;
  border-width: 0 1px 1px 0;
  height: calc(100% - 45px);
  overflow: auto;
}

.e-pv-comments-container {
  background-color: #212121;
  border-radius: 2px;
  left: 7px;
  right: 7px;
}

.e-pv-comments-border {
  border: 2px;
  border-color: rgba(255, 128, 171, 0.6);
  border-radius: 4px;
  border-style: groove;
}

.e-pv-comment-title {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 32px;
  padding-top: 7px;
  font-size: 14px;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-pv-rtl .e-pv-comment-title {
  float: right;
  position: unset;
  padding-right: 4px;
}

.e-pv-reply-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  padding-left: 8px;
  padding-top: 7px;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-pv-rtl .e-pv-reply-title {
  padding-right: 8px;
  padding-left: unset;
}

.e-pv-comments-hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.e-pv-comments-select {
  background-color: #212121;
}

.e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
  color: rgba(255, 128, 171, 0.9);
}

.e-pv-comments-leave {
  background-color: #212121;
}

.e-pdfviewer .e-accordion {
  background-color: #212121;
  border: transparent;
}

.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
  border: 0;
  display: block;
}

.e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
  padding-bottom: 6px;
  padding-top: 17px;
}

.e-menu-icon.e-pv-stamp-icon.e-pv-icon {
  margin-top: 0;
  padding-left: 7px;
}

.e-pdfviewer .e-inplaceeditor,
.e-pv-radio-btn + span,
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
  display: block;
}

.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
  border-bottom: 0;
  word-break: break-word;
}

.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover {
  background: transparent;
}

.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
  background: transparent;
  width: 100%;
  max-width: 100%;
}

.e-pdfviewer .e-pv-comments-div .e-inplaceeditor .e-editable-value-container .e-editable-value {
  margin-left: 32px;
}

.e-pdfviewer .e-pv-rtl .e-pv-comments-div .e-inplaceeditor .e-editable-value-container .e-editable-value {
  margin-right: 28px;
}

.e-pv-status-div {
  height: 20px;
  left: 8px;
  position: relative;
  width: 20px;
}

.e-pv-rtl .e-pv-status-div {
  left: -8px;
}

.e-pv-status-container {
  padding-bottom: 5px;
  padding-top: 2px;
}

.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
  caret-color: rgb(255, 128, 171);
}

.e-pv-reply-div {
  margin-top: 3px;
}

.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
  background: #212121;
  border: 1px solid #616161;
}

.e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
  background: #212121;
  box-shadow: none;
}

.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
  background-size: 100%;
}

.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
  line-height: normal;
}

.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
  padding-bottom: 1px;
  margin-top: 10px;
}

.foreign-object .e-pdfviewer-signatureformfields-signature + .e-pdfViewer-signIcon {
  display: none;
}

.foreign-object .e-pdfviewer-signatureformfields + .e-pdfViewer-signIcon {
  display: block;
}

.e-pdfviewer .e-pv-signature-window .e-footer-content {
  float: left;
}

.e-pv-signature-dialog-height .e-pv-clearbtn {
  float: left;
  height: 30px;
  min-height: 30px;
}

.e-pv-signature-dialog-height .e-pv-cancelbtn {
  height: 32px;
  min-height: 32px;
}

.e-pv-signature-dialog-height .e-pv-createbtn {
  height: 30px;
  min-height: 30px;
}

.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active,
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
  background: #bdbdbd;
  border-color: #bdbdbd;
}

.e-pv-comment-panel-resizer.e-left {
  left: 300px;
}

.e-pv-comment-panel-resizer.e-right {
  right: 300px;
}

.e-pv-align {
  cursor: pointer;
  float: right;
  font-size: 20px;
  margin-right: 16px;
  margin-top: 10px;
}

.e-pv-align-border {
  border: 1px dotted #bdbdbd;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  width: 170px;
}

.e-pv-font-sign {
  border: 1px solid rgba(0, 0, 0, 0.87);
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  padding-top: 40px;
  text-align: center;
  word-wrap: break-word;
  height: 88px;
  width: 311px;
  margin: 15px;
}

.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
  color: #fff;
}

.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
  color: #fff;
}

.e-pv-stamp-template-container .e-menu-container .e-menu {
  background-color: #212121;
  border-color: transparent;
}

.e-pv-custom-annotation-thickness-container,
.e-pv-custom-annotation-opacity-container {
  background-color: #212121;
  border-color: transparent;
}

.e-pdfviewer-signatureformfields.e-pv-signature-focus,
.e-pdfviewer-signatureformfields-signature.e-pv-signature-focus {
  outline: #000 dotted 2px;
}

.e-pv-checkbox-container,
.e-pv-radiobtn-container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  position: relative;
  user-select: none;
}

.e-pv-text-selection-none {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.e-pv-checkbox-container input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.e-pv-checkbox-div {
  border: 1px solid #303030;
  display: inline;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.e-pv-cb-checked {
  border: solid #303030;
  border-left-color: transparent;
  border-top-color: transparent;
  border-width: 3px;
  position: absolute;
  transform: rotate(45deg);
}

.e-pv-cb-unchecked {
  border: 1px;
  border-width: 1px;
}

.e-pv-radiobtn-container input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.e-pv-radiobtn-div {
  border: 1px solid #303030;
  border-radius: 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.e-pv-radio-btn {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.e-pv-radio-btn + .e-pv-radiobtn-span::before {
  content: "";
  display: block;
  height: inherit;
  width: inherit;
}

.e-pv-radio-btn:checked + .e-pv-radiobtn-span::before {
  background: #303030;
  border-radius: 50%;
}

.e-pv-properties-text-edit-prop,
.e-pv-properties-visibility-style-prop,
.e-pv-properties-font-items-container {
  display: flex;
  justify-content: space-evenly;
}

.e-pv-default-tab .e-pv-properties-font-items-container {
  justify-content: space-between;
}

.e-pv-properties-form-field-name-main-div,
.e-pv-properties-form-field-value-main-div {
  padding-right: 15px;
}

.e-pv-properties-form-field-name-main-div,
.e-pv-properties-form-field-tooltip-main-div,
.e-pv-properties-form-field-value-main-div,
.e-pv-properties-form-field-visibility-main-div {
  width: 285px;
}

.e-pv-properties-text-edit-prop {
  padding-top: 20px;
}

.e-pv-default-tab .e-pv-properties-text-edit-prop {
  padding-top: 20px;
}

.e-pv-properties-visibility-style-prop {
  padding-bottom: 10px;
  padding-top: 20px;
}

.e-pv-properties-checkbox-main-div-prop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
}

.e-pv-default-tab .e-pv-properties-checkbox-main-div-prop {
  padding-top: 12px;
}

.e-pv-bold-icon-div,
.e-pv-italic-icon-div,
.e-pv-strikeout-icon-div,
.e-pv-underlinetext-icon-div,
.e-pv-left-align-icon-div,
.e-pv-center-align-icon-div,
.e-pv-right-align-icon-div {
  padding: 10px 8px;
}

.e-pv-blazor-redaction-text-align .e-pv-left-align-icon-div,
.e-pv-blazor-redaction-text-align .e-pv-center-align-icon-div,
.e-pv-blazor-redaction-text-align .e-pv-right-align-icon-div {
  height: 100%;
  width: 100%;
}

.e-pv-redaction-toolbar .e-pv-icon {
  font-size: 16px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-bold-icon-div:hover,
.e-pv-italic-icon-div:hover,
.e-pv-strikeout-icon-div:hover,
.e-pv-underlinetext-icon-div:hover,
.e-pv-left-align-icon-div:hover,
.e-pv-center-align-icon-div:hover,
.e-pv-right-align-icon-div:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.e-pv-bold-icon-div:active,
.e-pv-italic-icon-div:active,
.e-pv-strikeout-icon-div:active,
.e-pv-underlinetext-icon-div:active,
.e-pv-left-align-icon-div:active,
.e-pv-center-align-icon-div:active,
.e-pv-right-align-icon-div:active {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

.e-pv-properties-fill-color-style-prop,
.e-pv-properties-stroke-color-style-prop,
.e-pv-properties-stroke-thickness-style-prop {
  padding: 12px 20px 12px 1px;
}

.e-pv-default-tab .e-pv-properties-fill-color-style-prop,
.e-pv-default-tab .e-pv-properties-stroke-color-style-prop,
.e-pv-default-tab .e-pv-properties-stroke-thickness-style-prop {
  padding: 0 20px 12px 0;
}

.e-pv-formfield-fontcolor-icon,
.e-pv-formfield-strokecolor-icon,
.e-pv-formfield-strokethickness-icon {
  background: #eee;
  border-radius: 2px;
  height: 44px;
  margin-top: 8px;
  width: 54px;
}

.e-pv-default-tab .e-pv-formfield-fontcolor-icon,
.e-pv-default-tab .e-pv-formfield-strokecolor-icon,
.e-pv-default-tab .e-pv-formfield-strokethickness-icon {
  margin-top: 5px;
}

.e-pv-form-field-list-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.e-pv-formfield-textarea-group-mobile .e-custom .e-list-wrap ul {
  background-color: #212121;
}

.e-pv-formfield-textarea-group-mobile .e-custom .e-list-wrap ul:has(.e-list-nrt:only-child) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.e-pv-properties-format-text-style-prop {
  padding: 15px 15px 15px 1px;
}

.e-pv-default-tab .e-pv-properties-format-text-style-prop {
  padding: 15px 15px 15px 1px;
}

.e-pv-default-tab .e-pv-properties-format-text-style-prop {
  padding-bottom: 5px;
}

.e-pv-properties-font-family-container {
  margin-right: 15px;
  width: 165px;
}

.e-pv-default-tab .e-pv-properties-font-family-container {
  width: 186px;
}

.e-pv-properties-font-size-container {
  border-right-color: rgba(255, 128, 171, 0.6);
  border-right-style: solid;
  border-right-width: 1px;
  margin-right: 15px;
  padding-right: 15px;
  width: 92px;
}

.e-pv-formfield-maxlength {
  padding-left: 20px;
}

.e-pv-left-align-icon-div:not(.e-pv-default-tab *),
.e-pv-center-align-icon-div:not(.e-pv-default-tab *),
.e-pv-right-align-icon-div:not(.e-pv-default-tab *) {
  padding-left: 6px;
}

.e-pv-properties-font-color-container,
.e-pv-properties-color-container-style-prop {
  display: flex;
  padding-top: 20px;
}

.e-pv-default-tab .e-pv-properties-font-color-container,
.e-pv-default-tab .e-pv-properties-color-container-style-prop {
  display: flex;
  padding-top: 20px;
}

.e-pv-formfield-textcolor {
  margin-right: 10px;
}

.e-pv-formfield-maxlength-icon {
  align-items: center;
  display: flex;
  padding-right: 14px;
}

.e-pv-formfield-textcolor-icon {
  background: #eee;
  border-radius: 2px;
  width: 56px;
}

.e-pv-properties-formfield-maxlength-text-label,
.e-pv-formfield-maxlength {
  padding-left: 1px;
  width: 76px;
}

.e-pv-formfield-maxlength-group {
  display: flex;
  padding-left: 100px;
}

.e-pv-default-tab .e-pv-formfield-maxlength-group {
  align-items: center;
}

.e-pv-properties-form-field-list-add-div {
  display: flex;
  padding-bottom: 15px;
  padding-top: 20px;
}

.e-pv-properties-list-item-edit-prop {
  margin-right: 15px;
  width: 295px;
}

.e-pv-properties-form-field-window {
  max-width: 477px;
}

.e-pv-default-tab .e-pv-properties-formfield-textarea {
  width: 300px;
  height: 123px;
  border: 1px solid #e0e0e0;
  margin-right: 15px;
  overflow: auto;
}

.e-pv-properties-export-value-edit-prop {
  width: 295px;
}

.e-pv-properties-form-field-list-btn-div {
  align-items: center;
  display: flex;
  height: 36px;
  margin-top: 10px;
  text-align: center;
}
.e-pv-default-tab .e-pv-properties-form-field-list-btn-div {
  height: unset;
}

.e-pv-form-field-properties-dialog .e-pv-properties-form-field-list-btn-div {
  margin-top: 20px;
}

.e-pv-properties-form-field-export-value-main-div {
  padding-bottom: 15px;
  padding-top: 10px;
  width: 335px;
}

.e-pv-properties-form-field-group-btn-div {
  display: grid;
  align-content: space-between;
}

.e-pv-properties-form-field-option-dropdown-list-div {
  padding-top: 10px;
}

.e-pv-properties-form-field-btn-textarea-container {
  display: flex;
  width: 385px;
  padding-top: 15px;
}

.e-pv-default-tab .e-pv-properties-form-field-btn-textarea-container {
  padding-top: 0;
}

.e-pv-formfield-textarea-group-mobile .e-pv-properties-form-field-btn-textarea-container {
  width: 340px;
}

.e-pv-properties-dropdown-btn {
  align-items: center;
  display: flex;
  height: 36px;
  text-align: center;
  width: 75px;
}
.e-pv-default-tab .e-pv-properties-dropdown-btn {
  height: unset;
}

.e-pv-appearance-tab-content-mobile .e-pv-properties-dropdown-btn {
  height: 32px;
  width: 60px;
}

.e-pv-show-designer-name {
  align-items: center;
  color: #000;
  display: grid;
  height: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.e-pv-formfield-li-element {
  list-style: none;
  padding-left: 10px;
}

.e-pv-li-select {
  background-color: #d3d3d3;
}

.e-pv-formfield-li-element.e-pv-li-select {
  background-color: #d3d3d3;
}

.e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
  background-color: #d3d3d3;
}

.e-pv-form-designer-ul-list-items {
  padding-left: 1px;
}

.e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content {
  font-size: 20px;
  font-weight: 500;
}

.e-pv-form-field-property-header {
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
  display: block;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin-top: 5px;
  mix-blend-mode: normal;
  opacity: 0.87;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 80%;
}

.e-dropdown-popup.e-pv-formfield-strokethickness-icon .e-pv-annotation-thickness-indicator {
  margin-top: -10px;
}

.e-pv-form-field-property-header-general {
  font-family: "Roboto";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.e-pv-properties-formfield-formatting {
  color: #757575;
  font-family: "Roboto";
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 15px;
  line-height: 15px;
  width: 64px;
}

.e-dialog:has(.e-pv-default-tab.e-pv-properties-tab-style-prop) {
  max-height: 530px;
}

.e-pv-properties-form-field-font-style {
  background: #eee;
  border-radius: 2px;
  display: flex;
  height: 36px;
  width: 154px;
  justify-content: space-evenly;
}

.e-pv-font-style-prop-mobile,
.e-pv-default-tab .e-pv-properties-form-field-font-style {
  width: auto;
}

.e-pv-default-tab .e-pv-properties-form-field-font-style {
  justify-content: unset;
}

.e-pv-properties-form-field-font-align {
  background: #eee;
  border-radius: 2px;
  display: flex;
  height: 36px;
  width: 120px;
  justify-content: space-evenly;
  margin-right: 15px;
}

.e-pv-default-tab .e-pv-properties-form-field-font-align {
  width: auto;
}

.e-pv-font-align-prop-mobile .e-pv-properties-form-field-font-align {
  margin-right: 0;
}

.e-pv-general-tab-content-mobile,
.e-pv-appearance-tab-content-mobile,
.e-pv-options-tab-content-mobile {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 16px;
}

.e-pv-font-family-prop-group-mobile,
.e-pv-font-size-prop-group-mobile,
.e-pv-font-style-prop-group-mobile,
.e-pv-font-align-prop-group-mobile,
.e-pv-font-color-prop-group-mobile,
.e-pv-font-length-prop-group-mobile,
.e-pv-fill-prop-group-mobile,
.e-pv-border-prop-group-mobile,
.e-pv-thickness-prop-group-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.e-pv-formfield-btn-group-mobile {
  display: flex;
  gap: 10px;
}

.e-pv-properties-formfield-label {
  color: #757575;
  font-family: "Roboto";
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 15px;
  line-height: 15px;
}

.e-pv-default-tab .e-pv-properties-formfield-label {
  margin-bottom: 0;
}

.e-pv-default-tab .e-pv-properties-form-field-list-add-div .e-pv-properties-formfield-label,
.e-pv-default-tab .e-pv-properties-form-field-export-value-div .e-pv-properties-formfield-label,
.e-pv-default-tab .e-pv-properties-form-field-option-dropdown-list-div .e-pv-properties-formfield-label {
  margin-bottom: 5px;
}

.e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
  min-width: 18px;
}

.e-pv-properties-form-field-window {
  height: 505px;
}

.e-pv-properties-header-spliter {
  border-bottom-color: #e0e0e0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  left: 0;
  padding-top: 35px;
  position: absolute;
  width: 100%;
}

.e-pv-properties-bottom-spliter {
  border-bottom-color: #e0e0e0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  left: 0;
  margin-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
  background-color: #212121;
  padding: 0 7px;
}

.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
  justify-content: center;
  padding: 0 7px;
}

.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
  margin-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  width: 1em !important;
  /* stylelint-disable-line declaration-no-important */
  line-height: 22px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-dialog.e-pv-signature-dialog-height {
  height: 540px;
}

.e-dialog.e-pv-signature-dialog-blazor-height {
  height: 540px;
}

.e-pv-handwritten-signature-canvas {
  height: 360px;
  width: 713px;
}

.e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
  overflow: auto;
}

.e-pv-canvas-signature {
  width: 714px;
}

.e-pv-blazor-mobile-redaction-toolbar {
  bottom: 0;
  position: absolute;
  width: 100%;
  float: left;
  z-index: 100;
}

.e-pv-redaction-page-mark-panel {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 110;
}

.e-pv-redaction-page-mark-content-mobile {
  margin-left: 15px;
  margin-top: 20px;
}

.e-pv-blazor-redaction-title-mobile {
  left: 37px;
  top: 10px;
}

.e-pv-redaction-content-container {
  left: 37px;
  top: 10px;
}

.e-pv-blazor-redaction-opacity-container .e-slider-container {
  padding-left: 10px;
}

.e-pv-redaction-opactity-value {
  float: right;
  margin-top: 6px;
}

.e-pv-blazor-redaction-font-color-text,
.e-pv-blazor-redaction-fill-text {
  float: left;
  margin-top: 2px;
  margin-right: 12px;
}

.e-pv-blazor-redaction-fill-text {
  margin-left: 10px;
}

.e-pv-blazor-redaction-table,
.e-pv-blazor-redaction-font-table {
  margin-top: 10px;
}

.e-pv-blazor-redaction-font-table {
  margin-left: 10px;
}

.e-pv-redaction-font-family {
  float: left;
  width: 177px;
}

.e-pv-blazor-redaction-font-size {
  float: left;
  width: 92px;
  margin-left: 15px;
}

.e-pv-use-overlay-text-prop-mobile,
.e-pv-repeat-text-prop-mobile {
  height: 32px;
}

.e-pv-blazor-redaction-fill-color,
.e-pv-blazor-redaction-font-color,
.e-pv-blazor-redaction-text-align {
  float: left;
}

.e-pv-blazor-redaction-text-align {
  margin-left: 15px;
}

.e-pv-blazor-redaction-overlay-input {
  float: left;
  margin-left: 20px;
}

.e-pv-blazor-redaction-color-picker {
  float: left;
  width: auto;
  margin-left: 10px;
}

.e-pv-blazor-redaction-property-panel-mobile {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.e-pv-overlay-text-prop-lable-mobile {
  float: left;
}

.e-pv-overlay-text-prop-mobile {
  float: right;
}

.e-pv-properties-form-field-font-align {
  width: 100px;
}

.e-pv-blazor-redaction-title-mobile {
  top: 10px;
  left: 37px;
}

.e-pv-blazor-redaction-outline-text,
.e-pv-blazor-redaction-opacity-text {
  margin-left: 10px;
}

.e-pv-blazor-redaction-overlay-text {
  float: left;
}

.e-pv-blazor-redaction-overlat-input {
  float: left;
  margin-left: 20px;
}

.e-pv-balzor-redaction-mark-fill-text {
  float: left;
  margin: 2px 0 0 20px;
}

.e-pv-blazor-redaction-outline-text {
  margin-top: 2px;
  float: left;
}

.e-pv-overlaytext {
  float: left;
  margin-left: 20px;
}

.e-pv-blazor-redaction-table-tr {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.e-pv-redaction-page-mark-dialog .e-footer-content button,
.e-pv-redaction-properties-dialog .e-footer-content button {
  height: 32px;
  padding-top: 0;
}

.e-pv-redact-close,
.e-pv-redact-page-close {
  color: #fff;
}

.e-pv-redaction-radio-option {
  margin-bottom: 12px;
}

.e-pv-redaction-page-mark-content {
  margin-left: 12px;
}

.e-pv-page-range-row {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 32px;
}

.e-pv-page-range-label {
  margin-right: 10px;
  margin-top: 5px;
  flex: 1;
}

.e-pv-page-range-input {
  flex: 2;
}

.e-pv-tr {
  height: 50px;
}

.e-pv-redaction-property-panel {
  z-index: 110;
}

.e-pv-blazor-page-mark-title {
  left: 37px;
  top: 10px;
}

.e-pv-redaction-property-panel-text,
.e-pv-redaction-page-mark-dialog {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 2;
}

.e-pv-canvas-signature-blazor {
  width: 714px;
}

.e-pv-font-appearance-style {
  padding: 15px;
}

.e-pv-font-appearance-style-blazor {
  padding: 15px;
}

.e-pv-toolbar-tooltip {
  pointer-events: none;
}

.e-pv-notification {
  background-color: rgba(0, 176, 255, 0.7);
}

.e-pv-blazor-bookmark-icon {
  white-space: pre-wrap;
}

.e-pv-blazor-bookmark-title {
  padding-right: 26px;
}

.e-pv-blazor-sidebar-title-container {
  z-index: 10;
}

.e-pv-blazor-comment-panel-resizer {
  display: none;
}

.e-pv-blazor-comments-title {
  opacity: 0.6;
  padding: 8px;
  float: left;
}

.e-pv-rtl .e-pv-blazor-comments-title {
  float: right;
}

.e-pv-blazor-sidebar-title {
  padding-left: 5px;
}

.e-pv-blazor-title-close-icon {
  border: none;
  background: none;
  float: right;
}

.e-pv-blazor-annotation-tools-close-icon {
  border-color: transparent;
  padding-top: 8px;
  background-color: transparent;
}

.e-pv-blazor-comment-panel-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.e-pv-blazor-comments-container {
  z-index: 1000;
}

.e-pv-blazor-accordion-content-container {
  display: block;
}

.e-pv-blazor-comments-div {
  min-height: 60px;
}

.e-pv-blazor-comment-class {
  border: 1px #000;
  z-index: 1002;
  padding-left: 30px;
}

.e-pv-rtl .e-pv-blazor-comment-class {
  padding-right: 30px;
  padding-left: 0;
}

.e-pv-blazor-annotation-thickness-popup-container-mobile {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 6px;
  box-shadow: 0 3px 8px 0 #e9ecef;
}

.e-pv-blazor-annotation-custom-fontsize {
  font-size: 16px;
}

.e-pv-blazor-annotation-opacity-popup-container-mobile {
  padding-top: 8px;
  padding-bottom: 38px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 6px;
  box-shadow: 0 3px 8px 0 #e9ecef;
}

.e-pv-blazor-password {
  width: 100%;
}

.e-pv-blazor-fileupload-element {
  position: fixed;
  left: -100em;
}

.e-pv-blazor-properties-container-custom-width {
  width: 185px;
}

.e-pv-blazor-properties-container-custom-margin {
  margin-left: 32px;
  width: 185px;
}

.e-pv-blazor-properties-line-stroke-color-container {
  margin-left: 162px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-blazor-zoom-dropdown .e-input {
  min-width: 58px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-blazor-tbar-btn {
  width: auto;
}

.e-pv-blazor-signature-apperance {
  margin-top: 30px;
}

.e-pv-blazor-handwritten-signature-canvas {
  height: 340px;
  background-color: #fff;
  border: 1px dotted #bdbdbd;
}

.e-dialog.e-dlg-modal.e-pv-blazor-signature-dialog-blazor-height {
  display: block;
}

.e-pv-blazor-input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}

.e-pv-blazor-signature-apperance {
  margin-top: 30px;
}

.e-pv-blazor-signature-canvas {
  height: 305px;
  background-color: #fff;
  border: 1px dotted #bdbdbd;
}

.e-pv-blazor-sign-upload {
  position: absolute;
  left: 308px;
  top: 139px;
}

.e-pv-blazor-sign-div {
  background-color: #fff;
  margin-top: 30px;
}

.e-pv-blazor-signature-uploadcanvas {
  height: 305px;
  background-color: #fff;
  border: 1px dotted #bdbdbd;
  z-index: 0;
}

.e-pv-blazor-canvas-signature {
  height: 270px;
  border: 1px dotted #bdbdbd;
  background-color: #fff;
  margin-top: 8px;
}

.e-pv-blazor-type-div {
  margin-top: 6px;
}

.e-pv-sign-table {
  width: 100%;
}

.e-pv-blazor-properties-visibility-style-prop {
  justify-content: flex-start;
  width: 50%;
}

.e-pv-blazor-properties-form-field-visibility-main-div {
  width: 94%;
}

.e-pv-blazor-required-div {
  width: 50%;
}

.e-pv-blazor-formfield-maxlength-group {
  padding-left: 12px;
}

.e-pv-blazor-save-button {
  position: absolute;
  right: 15px;
  top: 7px;
}

.e-pv-blazor-font-family-prop-mobile {
  width: 163px;
}

.e-pv-blazor-font-size-prop-mobile {
  width: 120px;
}

.e-pv-blazor-font-length-prop-mobile {
  width: 100px;
}

.e-pv-blazor-comment-sftextbox .e-textbox.e-lib.e-input {
  max-height: 112px;
}

.e-pv-blazor-properties-formfield-textarea-list {
  cursor: default;
}

.e-blazor-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
  float: left;
}

.e-blazor-pdfviewer .e-dialog .e-footer-content .e-pv-clearbtn {
  float: left;
}

.e-blazor-pdfviewer .e-tab .e-content {
  overflow: inherit !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-blazor-pdfviewer .e-pv-properties-fill-color-icon,
.e-pv-properties-stroke-color-icon {
  border-bottom: 2px solid;
}

.e-blazor-pdfviewer .e-dialog.e-pv-notification-dialog {
  max-height: 620px;
  max-width: 380px;
}

.e-blazor-pdfviewer .e-input.e-pv-gotopage-dialog {
  max-width: 80%;
}

.e-blazor-pdfviewer .e-pv-number-ofpages {
  padding-left: 10px;
}

.e-blazor-pdfviewer .e-toast-message {
  text-align: center;
}

.e-blazor-pdfviewer .e-pv-container-tooltip {
  width: auto !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-blazor-pdfviewer .e-pv-notification-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 38px 33px;
  height: 33px;
}

.e-blazor-pdfviewer .e-pv-more-options-button {
  visibility: hidden;
}

.e-blazor-pdfviewer .e-inplaceeditor .e-editable-overlay-icon::before,
.e-inplaceeditor-tip .e-editable-overlay-icon::before {
  content: "";
}

.e-blazor-pdfviewer.e-pdfviewer .e-inplaceeditor .e-editable-value-container .e-editable-value {
  border-bottom: 0;
}

.e-blazor-pdfviewer.e-pdfviewer .e-pv-comment-textbox .e-inplaceeditor .e-editable-value-container {
  margin-left: -8px;
}

.e-blazor-pdfviewer .e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon {
  display: none;
  visibility: hidden;
}

.e-blazor-pdfviewer .e-pv-comments-container .e-pv-new-comments-div.e-control.e-inplaceeditor.e-lib.e-pv-comments-leave {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-blazor-pdfviewer .e-pv-comments-container.e-pv-comments-border .e-pv-new-comments-div.e-control.e-inplaceeditor.e-lib.e-pv-comments-leave {
  display: block !important;
  /* stylelint-disable-line declaration-no-important */
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-blazor-pdfviewer.e-pdfviewer .e-treeview .e-list-item {
  white-space: nowrap;
}

.e-blazor-pdfviewer .e-pv-bookmark-view .e-headertemplate-text.header {
  width: 100%;
}

.e-blazor-pdfviewer .e-pv-bookmark-view .e-listview .e-list-header {
  padding: 0;
}

.e-blazor-pdfviewer .e-multiline-textbox .e-inplaceeditor .e-editable-value-container .e-editable-value {
  white-space: pre-line;
}

.e-blazor-pdfviewer .e-pv-rtl .e-inplaceeditor .e-editable-value-container .e-editable-value {
  margin: 0 0 0 28px;
}

.e-pv-block {
  display: block;
}

.e-pv-none {
  display: none;
}

.e-pv-blazor-form-designer-property-panel {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.e-pv-blazor-annotation-toolbar-main {
  bottom: 0;
  position: absolute;
  width: 100%;
  float: left;
}

.e-pv-blazor-formdesigner-toolbar-main {
  bottom: 0;
  position: absolute;
  width: 100%;
  float: left;
}

.e-pv-blazor-main-container {
  min-height: 500px;
}

.e-pv-bg-green {
  background-color: rgb(24, 169, 85);
}

.e-pv-bg-blue {
  background-color: rgb(0, 122, 255);
}

.e-pv-bg-orange {
  background-color: rgb(245, 103, 0);
}

.e-pv-bg-red {
  background-color: rgb(255, 59, 48);
}

.e-pv-blazor-comments-panel-text {
  padding-top: 55%;
}

.e-pv-blazor-signature-text {
  margin: 15px;
  width: 311px;
  height: 88px;
  color: #000;
}

.e-pv-selected-signature-font {
  border-color: #f00;
}

.e-pv-font-helvetica {
  font-family: "Helvetica";
}

.e-pv-font-times {
  font-family: "Times New Roman";
}

.e-pv-font-courier {
  font-family: "Courier";
}

.e-pv-font-symbol {
  font-family: "Symbol";
}

.e-pv-signature-text {
  overflow: hidden;
  padding: 5px;
  place-content: center;
  position: relative;
}

.e-pv-signature-text::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(to right, transparent, #fff 90%);
}

.e-pv-modern-navigation-toolbar {
  right: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
  gap: 8px;
  border-width: 1px;
  width: 40px;
}
.e-pv-modern-navigation-toolbar .e-control.e-tooltip {
  display: none;
}
.e-pv-modern-navigation-toolbar .e-btn {
  width: 24px;
  height: 24px;
  margin: unset;
  padding: 0;
  line-height: 24px;
}
.e-pv-modern-navigation-toolbar .e-btn .e-btn-icon {
  margin: unset;
  font-size: 14px;
}
.e-pv-modern-navigation-toolbar .e-btn.e-outline:disabled {
  background: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-pv-modern-navigation-toolbar .e-pv-side-panel-separator {
  width: 36px;
  border: 1px solid #616161;
  margin: 0;
}

.e-pv-modern-side-panel {
  width: 25%;
  position: absolute;
  height: 100%;
  background: #212121;
  border: 1px solid #616161;
  z-index: 101;
  right: 40px;
}
.e-pv-modern-side-panel .e-pv-modern-side-panel-resizer {
  top: 0;
  left: -9px;
}

.e-pv-modern-mobile-template-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1001;
  background: #212121;
  border: 1px solid #616161;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-content-container .e-pv-bookmark-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-content-container .e-pv-bookmark-container .e-pv-bookmark-view {
  border: none;
}

.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container {
  height: 100%;
  width: 100%;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header {
  height: 38px;
  border-bottom: 1px solid #616161;
  display: flex;
  align-items: center;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-modern-side-panel-header-close,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-modern-side-panel-header-close {
  position: unset;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-icon,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-icon {
  font-size: 14px;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-modern-side-panel-header-title,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-modern-side-panel-header-title {
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  flex: 1;
  color: rgba(255, 255, 255, 0.9);
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-side-panel-close-button.e-btn,
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-side-panel-reset-button.e-btn,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-side-panel-close-button.e-btn,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-side-panel-reset-button.e-btn {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 40px;
  vertical-align: middle;
  width: 32px;
  line-height: 38px;
  padding: 1px;
  color: #fff;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-comment-panel-title-close-div,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-comment-panel-title-close-div {
  position: unset !important;
  /* stylelint-disable-line declaration-no-important */
  padding: unset;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-comment-panel-title-close-div .e-pv-more-icon,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-header .e-pv-comment-panel-title-close-div .e-pv-more-icon {
  display: unset;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container {
  height: calc(100% - 38px);
  width: 100%;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-modern-side-panel-template-content,
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-modern-side-panel-template-container,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-modern-side-panel-template-content,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-modern-side-panel-template-container {
  width: 100%;
  height: 100%;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-comment-panel,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-comment-panel {
  width: 100%;
  height: calc(100% - 38px) !important;
  /* stylelint-disable-line declaration-no-important */
  top: unset !important;
  /* stylelint-disable-line declaration-no-important */
  bottom: unset !important;
  /* stylelint-disable-line declaration-no-important */
  border-width: 0;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-comment-panel .e-pv-comments-content-container,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-comment-panel .e-pv-comments-content-container {
  height: 100%;
  border: none;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-comment-panel .e-pv-comments-content-container .e-pv-blazor-comments-panel-text,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-comment-panel .e-pv-comments-content-container .e-pv-blazor-comments-panel-text {
  display: flex;
  padding: unset;
  align-items: center;
  height: 100%;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-comment-panel .e-pv-comments-content-container .e-pv-blazor-comments-panel-text.e-pv-none,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-comment-panel .e-pv-comments-content-container .e-pv-blazor-comments-panel-text.e-pv-none {
  display: none;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-sidebar-content,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-sidebar-content {
  width: 100%;
}
.e-pv-modern-mobile-template-container .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-sidebar-content .e-pv-thumbnail-view,
.e-pv-modern-side-panel .e-pv-modern-side-panel-container .e-pv-modern-side-panel-content-container .e-pv-sidebar-content .e-pv-thumbnail-view {
  justify-content: center;
  width: 100%;
}

.e-pv-modern-navigation-toolbar.e-pv-rtl {
  left: 0;
}

.e-pv-modern-side-panel.e-pv-rtl {
  left: 40px;
}
.e-pv-modern-side-panel.e-pv-rtl .e-pv-modern-side-panel-resizer {
  right: -9px;
  left: unset;
}

.e-pv-mobile-splitter-container {
  position: absolute !important;
  /* stylelint-disable-line declaration-no-important */
  bottom: 0;
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-pv-mobile-splitter-container .e-resizable-split-bar {
  z-index: 1001;
  background: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-pv-mobile-splitter-container .e-resizable-split-bar .e-resize-handler {
  margin-top: 15px;
}
.e-pv-mobile-splitter-container .e-resizable-split-bar .e-resize-handler::before {
  content: "\e520" !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 18px !important;
  /* stylelint-disable-line declaration-no-important */
  transform: rotate(0deg) !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-pv-mobile-splitter-container .e-pv-navigation-splitter-pane {
  z-index: 101;
  background: #212121;
  border-radius: 12px 12px 0 0;
  border: 1px solid #616161;
}
.e-pv-mobile-splitter-container .e-pv-navigation-splitter-pane .e-pv-mobile-navigation-menu,
.e-pv-mobile-splitter-container .e-pv-navigation-splitter-pane .e-pv-mobile-navigation-menu ul {
  width: 100%;
}
.e-pv-mobile-splitter-container .e-pv-navigation-splitter-pane .e-pv-mobile-navigation-menu ul {
  padding: 8px 8px 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-pv-mobile-splitter-container .e-pv-navigation-splitter-pane .e-pv-mobile-navigation-menu {
  padding-top: 10px;
}
.e-pv-mobile-splitter-container .e-pv-navigation-splitter-pane .e-pv-mobile-navigation-menu ul.e-menu .e-separator.e-menu-item {
  margin: 2px 0;
}
.e-pv-mobile-splitter-container .e-pv-navigation-splitter-pane .e-pv-mobile-navigation-menu ul.e-menu .e-menu-item:not(.e-separator) {
  height: 40px !important;
  /* stylelint-disable-line declaration-no-important */
  line-height: 40px !important;
  /* stylelint-disable-line declaration-no-important */
  padding: 0 12px !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 16px !important;
  /* stylelint-disable-line declaration-no-important */
  margin: 2px 0;
  border-radius: 4px;
}
.e-pv-mobile-splitter-container .e-pv-navigation-splitter-pane .e-pv-mobile-navigation-menu ul.e-menu .e-menu-item:not(.e-separator) .e-menu-icon {
  line-height: 40px !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 16px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-modern-side-panel ~ .e-pv-sidebar-toolbar-splitter {
  background: none;
}

.e-pv-splitter-open {
  animation: SplitterOpen 400ms ease-out forwards;
}

.e-pv-splitter-close {
  animation: SplitterClose 400ms ease-in forwards;
}

@keyframes SplitterOpen {
  from {
    height: 0;
  }
  to {
    height: calc(100% - 40px);
  }
}
@keyframes SplitterClose {
  from {
    height: calc(100% - 40px);
  }
  to {
    height: 0;
  }
}
.e-pdfviewer .e-pv-icon::before {
  font-family: "e-icons";
}
.e-pdfviewer .e-pv-icon-search::before {
  font-family: "e-icons";
  font-size: 12px;
}
.e-pdfviewer .e-pv-open-document-icon::before {
  content: "\ec04";
}
.e-pdfviewer .e-pv-download-document-icon::before {
  content: "\ec0b";
}
.e-pdfviewer .e-pv-print-document-icon::before {
  content: "\ec20";
}
.e-pdfviewer .e-pv-first-page-navigation-icon::before {
  content: "\ec05";
}
.e-pdfviewer .e-pv-rotate-right-icon::before {
  content: "\e960";
}
.e-pdfviewer .e-pv-organize-view-icon::before {
  content: "\e99f";
}
.e-pdfviewer .e-pv-organize-view-disable-icon::before {
  color: rgba(255, 255, 255, 0.2);
  content: "\e99f";
}
.e-pdfviewer .e-pv-organize-view-selection-icon::before {
  color: rgba(0, 176, 255, 0.6);
  content: "\e99f";
}
.e-pdfviewer .e-pv-rotate-left-icon::before {
  content: "\e95f";
}
.e-pdfviewer .e-pv-previous-page-navigation-icon::before,
.e-pdfviewer .e-pv-prev-search-icon::before {
  content: "\ec06";
}
.e-pdfviewer .e-pv-next-page-navigation-icon::before,
.e-pdfviewer .e-pv-next-search-icon::before {
  content: "\ec07";
}
.e-pdfviewer .e-pv-last-page-navigation-icon::before {
  content: "\ec08";
}
.e-pdfviewer .e-pv-zoom-out-icon::before {
  content: "\ec09";
  line-height: 26px;
}
.e-pdfviewer .e-pv-zoom-in-icon::before {
  content: "\ec0a";
  line-height: 26px;
}
.e-pdfviewer .e-pv-thumbnail-view-icon::before {
  content: "\ec27";
}
.e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
  color: rgba(255, 255, 255, 0.2);
  content: "\ec27";
}
.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
  color: rgba(0, 176, 255, 0.6);
  content: "\ec27";
}
.e-pdfviewer .e-pv-bookmark-icon::before {
  content: "\ec0c";
}
.e-pdfviewer .e-pv-bookmark-disable-icon::before {
  color: rgba(255, 255, 255, 0.2);
  content: "\ec0c";
}
.e-pdfviewer .e-pv-bookmark-selection-icon::before {
  color: rgba(0, 176, 255, 0.6);
  content: "\ec0c";
}
.e-pdfviewer .e-pv-title-close-icon::before,
.e-pdfviewer .e-pv-annotation-tools-close-icon::before,
.e-pdfviewer .e-pv-annotation-popup-close::before {
  content: "\ec0f";
}
.e-pdfviewer .e-pv-resize-icon::before {
  content: "\e84b";
  font-size: 10px;
}
.e-pdfviewer .e-pv-text-select-tool-icon::before {
  content: "\ec1d";
}
.e-pdfviewer .e-pv-pan-tool-icon::before {
  content: "\ec1a";
}
.e-pdfviewer .e-pv-text-search-icon::before {
  content: "\ec0d";
}
.e-pdfviewer .e-pv-search-icon::before {
  content: "\ec0d";
  font-family: "e-icons";
}
.e-pdfviewer .e-pv-search-close::before {
  content: "\ec0f";
  font-family: "e-icons";
}
.e-pdfviewer .e-pv-formdesigner-icon::before {
  content: "\e90c";
}
.e-pdfviewer .e-pv-annotation-icon::before {
  content: "\ec26";
}
.e-pdfviewer .e-pv-annotation-color-icon::before {
  content: "\ec19";
}
.e-pdfviewer .e-pv-annotation-opacity-icon::before {
  content: "\ec1b";
}
.e-pdfviewer .e-pv-annotation-thickness-icon::before {
  content: "\ec25";
}
.e-pdfviewer .e-pv-annotation-delete-icon::before {
  content: "\ec1c";
}
.e-pdfviewer .e-pv-undo-icon::before {
  content: "\ec14";
}
.e-pdfviewer .e-pv-redo-icon::before {
  content: "\ec21";
}
.e-pdfviewer .e-pv-more-icon::before {
  content: "\ec16";
}
.e-pdfviewer .e-pv-backward-icon::before {
  content: "\e977";
}
.e-pdfviewer .e-pv-notification-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 36.7px 31.7px;
  height: 31.7px;
}
.e-pdfviewer .e-pv-notification-icon-rtl {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 36.7px 31.7px;
  height: 31.7px;
}
.e-pdfviewer .e-pv-textbox-icon::before {
  content: "\e89f";
}
.e-pdfviewer .e-pv-password-icon::before {
  content: "\e91a";
}
.e-pdfviewer .e-pv-checkbox-icon::before {
  content: "\e90b";
}
.e-pdfviewer .e-pv-radiobutton-icon::before {
  content: "\e90f";
}
.e-pdfviewer .e-pv-dropdown-icon::before {
  content: "\e90e";
}
.e-pdfviewer .e-pv-listbox-icon::before {
  content: "\e89e";
}
.e-pdfviewer .e-pv-annotation-calibrate-icon::before {
  content: "\e678";
}

.e-pv-download-document-icon.e-menu-icon::before {
  content: "\ec0b";
}

.e-pv-bookmark-icon.e-menu-icon::before {
  content: "\ec0c";
}

.e-pv-save-icon.e-menu-icon::before {
  content: "\e703";
}

.e-pv-save-as-icon.e-menu-icon::before {
  content: "\e704";
}

.e-pv-highlight-icon::before {
  content: "\ec15";
  font-family: "e-icons";
}

.e-pv-underline-icon::before {
  content: "\ec17";
  font-family: "e-icons";
}

.e-pv-strikethrough-icon::before {
  content: "\ec18";
  font-family: "e-icons";
}

.e-pv-squiggly-icon::before {
  content: "\e9e0";
  font-family: "e-icons";
}

.e-pv-copy-icon::before {
  content: "\e70a";
  font-family: "e-icons";
}

.e-pv-import-icon::before {
  content: "\e9d6";
  font-family: "e-icons";
}

.e-pv-page-zoom-icon::before {
  content: "\e657";
  font-family: "e-icons";
}

.e-pv-page-zoom-increase-icon::before {
  content: "\ec0a";
  font-family: "e-icons";
}

.e-pv-page-zoom-decrease-icon::before {
  content: "\ec09";
  font-family: "e-icons";
}

.e-pv-stamp-icon::before {
  content: "\ec28";
}

.e-pv-shape-line-icon::before {
  content: "\e668";
  font-family: "e-icons";
}

.e-pv-shape-arrow-icon::before {
  content: "\e669";
  font-family: "e-icons";
}

.e-pv-shape-rectangle-icon::before {
  content: "\e670";
  font-family: "e-icons";
}

.e-pv-shape-circle-icon::before {
  content: "\e671";
  font-family: "e-icons";
}

.e-pv-shape-pentagon-icon::before {
  content: "\e672";
  font-family: "e-icons";
}

.e-pv-annotation-shape-icon::before {
  content: "\ec23";
}

.e-pv-cut-icon::before {
  content: "\e33b";
  font-family: "e-icons";
}

.e-pv-paste-icon::before {
  content: "\e355";
  font-family: "e-icons";
}

.e-pv-delete-icon::before {
  content: "\ec1c";
  font-family: "e-icons";
}

.e-pv-properties-fill-color-icon::before {
  content: "\ec19";
  font-family: "e-icons";
}

.e-pv-properties-stroke-color-icon::before {
  content: "\e668";
  font-family: "e-icons";
}

.e-pv-comment-icon::before {
  content: "\e680";
  font-family: "e-icons";
}

.e-pv-property-icon::before {
  content: "\e199";
  font-family: "e-icons";
}

.e-pv-comment-selection-icon::before {
  color: rgba(0, 176, 255, 0.6);
  content: "\e680";
  font-family: "e-icons";
}

.e-pv-comment-panel-icon::before {
  content: "\eb5d";
  font-family: "e-icons";
}

.e-pv-accepted-icon::before {
  color: #fff;
  content: "\e682";
  font-family: "e-icons";
  font-size: 14px;
  padding: 1px 1px 1px 4px;
  position: absolute;
}

.e-pv-rejected-icon::before {
  color: #fff;
  content: "\e683";
  font-family: "e-icons";
  font-size: 14px;
  padding: 2px 1px 1px 4px;
  position: absolute;
}

.e-pv-completed-icon::before {
  color: #fff;
  content: "\e614";
  font-family: "e-icons";
  font-size: 14px;
  padding: 2px 1px 1px 3.5px;
  position: absolute;
}

.e-pv-cancelled-icon::before {
  color: #fff;
  content: "\e60a";
  font-family: "e-icons";
  font-size: 14px;
  padding: 2px 1px 1px 3.5px;
  position: absolute;
}

.e-pv-scale-ratio-icon::before {
  content: "\e678";
  font-family: "e-icons";
}

.e-pv-calibrate-distance-icon::before {
  content: "\e673";
  font-family: "e-icons";
}

.e-pv-calibrate-perimeter-icon::before {
  content: "\e674";
  font-family: "e-icons";
}

.e-pv-calibrate-area-icon::before {
  content: "\e675";
  font-family: "e-icons";
}

.e-pv-calibrate-radius-icon::before {
  content: "\e676";
  font-family: "e-icons";
}

.e-pv-calibrate-volume-icon::before {
  content: "\e677";
  font-family: "e-icons";
}

.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
  content: "\e969";
}

.e-pv-freetext-icon::before {
  content: "\ec0e";
  font-family: "e-icons";
}

.e-pv-annotation-textcolor-icon::before {
  content: "\e34c";
}

.e-pv-annotation-textalign-icon::before {
  content: "\e33a";
  font-family: "e-icons";
}

.e-pv-annotation-textprop-icon::before {
  content: "\eb04";
  font-family: "e-icons";
}

.e-pv-left-align-icon::before {
  content: "\e33a";
  font-family: "e-icons";
}

.e-pv-right-align-icon::before {
  content: "\eb5f";
  font-family: "e-icons";
}

.e-pv-center-align-icon::before {
  content: "\e35e";
  font-family: "e-icons";
}

.e-pv-justfiy-align-icon::before {
  content: "\e334";
  font-family: "e-icons";
}

.e-pv-bold-icon::before {
  content: "\eb47";
  font-family: "e-icons";
}

.e-pv-italic-icon::before {
  content: "\e35a";
  font-family: "e-icons";
}

.e-pv-strikeout-icon::before {
  content: "\e332";
  font-family: "e-icons";
}

.e-pv-underlinetext-icon::before {
  content: "\e343";
  font-family: "e-icons";
}

.e-pv-superscript-icon::before {
  content: "\e352";
  font-family: "e-icons";
}

.e-pv-subscript-icon::before {
  content: "\e357";
  font-family: "e-icons";
}

.e-pv-handwritten-icon::before {
  content: "\e737";
  font-family: "e-icons";
}

.e-pv-inkannotation-icon::before {
  content: "\ec13";
  font-family: "e-icons";
}

.e-pv-delete::before {
  content: "\e94a";
  font-family: "e-icons";
}

.e-pv-annotation-stroke-icon::before {
  content: "\e668";
}

.e-pv-eye-icon::before {
  content: "\e345";
  cursor: pointer;
  font-family: "e-icons";
  font-size: 18px;
  padding: 7px;
}

.e-pv-eye-slash-icon::before {
  content: "\e721";
  cursor: pointer;
  font-family: "e-icons";
  font-size: 18px;
  padding: 7px;
}

.e-pv-button-icon::before {
  content: "\e9e2";
  font-family: "e-icons";
}

.e-pv-drag-and-drop-icon::before {
  content: "\e726";
  font-family: "e-icons";
}

.e-pv-redaction-icon::before {
  content: "\ea07";
  font-family: "e-icons";
}

.e-pv-mark-for-redaction-icon::before {
  content: "\e20a";
  font-family: "e-icons";
}

.e-pv-redact-pages-icon::before {
  content: "\e93b";
  font-family: "e-icons";
}

.e-pv-redaction-panel-icon::before {
  content: "\ea08";
  font-family: "e-icons";
}

.e-pv-redact::before {
  content: "\e9d7";
  font-family: "e-icons";
}

.e-pv-refresh::before {
  content: "\e99d";
  font-family: "e-icons";
}

.e-pv-multiple-comment::before {
  content: "\e97a";
  font-family: "e-icons";
}

/*! PdfViewer's default definitions and variables */
/* stylelint-disable-line no-empty-source */
/* stylelint-disable value-no-vendor-prefix */
/* stylelint-disable property-no-vendor-prefix */
.e-control.e-smart-pdfviewer {
  min-height: 500px;
  position: relative;
}
.e-control.e-smart-pdfviewer .e-pv-pdfviewer-container {
  width: 100%;
  height: 100%;
  float: left;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview {
  width: 100%;
  height: 100%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-view-container {
  width: 95%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-view-container .e-spv-assist-view-banner-content {
  width: 100%;
  height: 240px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-view-container .e-spv-assist-view-banner-content .e-assistview-icon::before {
  font-size: 32px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-footer {
  margin-bottom: 12px;
  margin-top: 12px;
  width: 95%;
}
.e-control.e-smart-pdfviewer .e-aiassistview {
  border: none;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview-mobile {
  width: 100%;
  position: absolute;
  z-index: 1001;
  margin-left: 0;
  top: 0;
}
.e-control.e-smart-pdfviewer .ai-disclaimer {
  font-size: 10px;
  color: #757575;
  margin-bottom: 4px;
  text-align: center;
}
.e-control.e-smart-pdfviewer .e-aiassistview .e-output-icon {
  margin-left: 0;
}
.e-control.e-smart-pdfviewer .e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-views::-webkit-scrollbar,
.e-control.e-smart-pdfviewer .e-aiassistview .e-custom-view::-webkit-scrollbar,
.e-control.e-smart-pdfviewer .e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-assistview-content-section::-webkit-scrollbar {
  width: 3px;
}
.e-control.e-smart-pdfviewer .e-views::-webkit-scrollbar-thumb,
.e-control.e-smart-pdfviewer .e-custom-view::-webkit-scrollbar-thumb,
.e-control.e-smart-pdfviewer .e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-assistview-content-section::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-control.e-smart-pdfviewer .e-control.e-smart-pdfviewer.e-views::-webkit-scrollbar-track, .e-control.e-smart-pdfviewer .e-control.e-smart-pdfviewer.e-custom-view::-webkit-scrollbar-track, .e-control.e-smart-pdfviewer .e-control.e-smart-pdfviewer.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-assistview-content-section::-webkit-scrollbar-track {
  background: #fafafa;
}
.e-control.e-smart-pdfviewer .e-aiassistview .e-view-header {
  display: none;
}
.e-control.e-smart-pdfviewer .e-aiassistview .e-view-content {
  height: 100%;
}
.e-control.e-smart-pdfviewer .e-spv-block {
  display: block;
}
.e-control.e-smart-pdfviewer .e-spv-none {
  display: none;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview {
  width: 100%;
  height: 100%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-options,
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-patterns {
  height: 100%;
  overflow: auto;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-container {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-container .e-spv-pattern-tree-view .e-list-item .e-checkbox-wrapper {
  pointer-events: none;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-treeview .e-list-item {
  padding: 2px 0;
  white-space: unset !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-treeview .e-list-text {
  width: fit-content;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-treeview {
  border: none;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-button-container {
  padding: 14px;
  text-align: center;
  border-top: 1px solid;
  border-color: #616161;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-scan-button,
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-btn {
  height: 28px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-scan-button {
  width: 198px;
  border: none;
  font-size: 16px;
  border-radius: 4px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-button-container {
  padding: 14px 0 0;
  text-align: center;
  border-top: 1px solid;
  border-color: #616161;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-spinner-redact {
  right: 12.5%;
  top: 50%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-blur-container {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-body {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-btn {
  width: 96px;
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 14px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-smart-redactview-mobile {
  width: 100%;
  position: absolute;
  z-index: 1001;
  margin-left: 0;
  top: 0;
}
.e-control.e-smart-pdfviewer .e-toolbar-item .e-tbar-btn-text.e-spv-smartfill-text {
  display: inline-block;
  font-weight: normal;
  padding-top: 2px;
}
.e-control.e-smart-pdfviewer .e-toolbar-item .e-btn.e-spv-btn {
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  text-decoration: none;
}
.e-control.e-smart-pdfviewer .e-toolbar .e-toolbar-item.e-overlay .e-icons {
  font-size: 16px;
  width: 2em;
}
.e-control.e-smart-pdfviewer .e-toolbar-pop.e-control.e-popup.e-lib.e-popup-open .e-control.e-btn.e-lib.e-spv-btn.e-outline.e-primary {
  min-width: 100%;
  text-align: left;
  padding-left: 20px;
}
.e-control.e-smart-pdfviewer .e-toolbar-pop.e-control.e-popup.e-lib.e-popup-open .e-control.e-btn.e-lib.e-spv-btn.e-outline.e-primary .e-tbar-btn-text {
  min-width: 100%;
  padding-left: 5px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-paste-icon {
  font-size: 16px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-pv-mobile-view.e-smart-pdfviewer .e-pv-modern-side-panel-template-content {
  position: relative;
}

.e-smart-pdfviewer .e-spv-icon::before {
  font-family: "e-icons";
}
.e-smart-pdfviewer .e-spv-ai-assit-icon::before {
  content: "\e9c7";
}
.e-smart-pdfviewer .e-spv-smart-redaction-icon::before {
  content: "\ea1b";
}
.e-smart-pdfviewer .e-spv-smart-paste-icon::before {
  content: "\e9d8";
}

.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
  display: flex;
}

.e-time-wrapper,
*.e-control-wrapper.e-time-wrapper {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-tap-highlight-color: transparent;
}
.e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
  font-size: 16px;
  min-height: 20px;
  min-width: 20px;
}
.e-time-wrapper .e-time-icon.e-icons.e-disabled,
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
  pointer-events: none;
}
.e-time-wrapper span,
*.e-control-wrapper.e-time-wrapper span {
  cursor: pointer;
}

.e-timepicker.e-time-modal {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.e-timepicker.e-popup {
  border-style: solid;
  border-width: 1px;
  overflow: auto;
}
.e-timepicker.e-popup .e-content {
  position: relative;
}
.e-timepicker.e-popup .e-list-parent.e-ul {
  margin: 0;
  padding: 0 0;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
  cursor: default;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
  cursor: pointer;
}

.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
  line-height: 36px;
  text-indent: 16px;
}

.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
  font-size: 12px;
  line-height: 26px;
  text-indent: 12px;
}

.e-small .e-time-wrapper .e-time-icon.e-icons,
*.e-small.e-time-wrapper .e-time-icon.e-icons,
*.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons {
  font-size: 14px;
}

.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
  background-size: 250px 33px;
  min-height: 33px;
}

/* stylelint-disable */
.e-time-overflow {
  overflow: hidden;
}

.e-timepicker-mob-popup-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
  left: 0 !important;
  position: relative;
  top: 0 !important;
}

.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
.e-datetimepicker.e-popup-expand.e-popup {
  border-radius: 0;
}

.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
.e-datetimepicker.e-popup-expand .e-model-header {
  height: 10%;
  padding: 2.5vh 2.5vw 2.5vh 1.5vw;
  display: flex;
  align-items: center;
  font-size: 2vh;
  border-bottom: none;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
  float: left;
  padding: 1vh 2vw;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
  padding: 1vh 2vw;
  text-transform: uppercase;
  font-weight: 500;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
  font-size: 2vh;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
.e-datetimepicker.e-popup-expand .e-content {
  height: 90%;
  overflow: auto;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
  padding: 1vh 0;
  line-height: 5vh;
}
@media (max-device-width: 768px) {
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
    font-size: 14px;
  }
}
@media (min-device-width: 768px) {
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
    font-size: 18px;
  }
}

@media screen and (orientation: landscape) {
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
.e-datetimepicker.e-popup-expand .e-model-header {
    height: 15%;
    font-size: 2vw;
  }
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
    padding: 1vh 1vw;
  }
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
    padding: 1vh 1vw;
  }
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
    font-size: 2vw;
  }
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
.e-datetimepicker.e-popup-expand .e-content {
    height: 85%;
  }
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
    padding: 1vh 0;
    line-height: 10vh;
  }
}
/* stylelint-enable */
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
  color: #00b0ff;
}
.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
  color: #00b0ff;
}

.e-timepicker.e-popup {
  background-color: #424242;
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.e-timepicker.e-popup .e-list-parent.e-ul {
  background-color: #424242;
}
.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
  border: none;
  color: #fff;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  pointer-events: none;
  touch-action: none;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #00b0ff;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #00b0ff;
}

.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
  color: #000;
}

.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
.e-datetimepicker.e-popup-expand .e-model-header {
  background-color: #00b0ff;
  color: #fff;
}
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
  color: #fff;
  font-weight: 500;
}

/*! component icons */
.e-time-wrapper .e-time-icon.e-icons::before,
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
  content: "\e20c";
}

.e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 20px;
}

.e-small .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-time-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon,
.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 18px;
}

.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
  content: "\e932";
  font-family: "e-icons";
}

.e-pivotfieldlist .e-disable {
  display: none;
}
.e-pivotfieldlist .e-hide {
  visibility: hidden;
}
.e-pivotfieldlist.sf-pivotfieldlist {
  position: relative;
}
.e-pivotfieldlist.sf-pivotfieldlist:not(.e-device) {
  height: 100%;
}

.e-pivot-formatting-dialog {
  /* stylelint-disable */
  height: auto !important;
  max-height: 480px !important;
  max-width: 627px !important;
  width: 100%;
  min-width: 375px !important;
  /* stylelint-enable */
}
.e-pivot-formatting-dialog .e-format-table {
  width: 100%;
}
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
  padding-bottom: 4px;
}
.e-pivot-formatting-dialog .e-format-delete-icon {
  font-size: 10px;
  font-weight: normal;
}
.e-pivot-formatting-dialog .e-format-delete-icon:hover {
  font-weight: 600;
}
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
  padding-bottom: 16px;
  padding-right: 18px;
  white-space: nowrap;
}
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td.e-format-input-value {
  padding-right: 0;
  margin-right: 8px;
  display: table;
}
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td.e-format-input-value .e-format-input-value-row {
  display: table-row;
}
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td.e-format-input-value .e-format-input-value-row .e-format-input-value-cell {
  display: table-cell;
}
.e-pivot-formatting-dialog .e-format-table.e-grandtotal-checkbox-table tr:nth-child(1) td {
  padding-bottom: 20px;
}
.e-pivot-formatting-dialog .e-visible-hide {
  visibility: hidden;
}
.e-pivot-formatting-dialog .e-format-value-span {
  display: table-cell;
  padding-right: 10px;
  vertical-align: bottom;
}
.e-pivot-formatting-dialog .e-format-value1,
.e-pivot-formatting-dialog .e-format-value2 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  width: 45%;
}
.e-pivot-formatting-dialog .e-colorpicker-wrapper.e-format-font-color-picker {
  margin-left: 0;
  margin-right: 16px;
}
.e-pivot-formatting-dialog .e-format-inner-div {
  padding-left: 14px;
  padding-top: 14px;
  max-width: 579px;
}
.e-pivot-formatting-dialog .e-format-outer-div {
  background-color: #303030;
  border: 1px solid #616161;
  border-radius: 4px;
  margin-bottom: 14px;
}
.e-pivot-formatting-dialog .e-format-condition-button {
  float: left;
}
.e-pivot-formatting-dialog .e-format-delete-button {
  background-color: transparent;
  border-color: transparent;
  float: right;
  padding-right: 12px;
  padding-top: 12px;
}
.e-pivot-formatting-dialog .e-format-delete-button:hover,
.e-pivot-formatting-dialog .e-format-delete-button:focus,
.e-pivot-formatting-dialog .e-format-delete-button:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 transparent;
}
.e-pivot-formatting-dialog .e-format-delete-button:hover .e-format-delete-icon,
.e-pivot-formatting-dialog .e-format-delete-button:focus .e-format-delete-icon,
.e-pivot-formatting-dialog .e-format-delete-button:active .e-format-delete-icon {
  font-weight: 600;
}
.e-pivot-formatting-dialog .e-format-label,
.e-pivot-formatting-dialog .e-format-value-label {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.87;
}
.e-pivot-formatting-dialog .e-format-value-preview {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  pointer-events: none;
  margin: 0;
  /* stylelint-disable */
  width: 80px;
  /* stylelint-enable */
  text-align: center;
}
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn {
  pointer-events: none;
}
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color {
  background: none;
  margin: 0 2px;
  width: 14px;
}
.e-pivot-formatting-dialog .e-split-preview,
.e-pivot-formatting-dialog .e-tip-transparent {
  border: 1px solid #e0e0e0;
  /* stylelint-disable */
  border-radius: 0 !important;
  /* stylelint-enable */
  height: 40%;
  left: -3px;
  position: absolute;
  top: 16px;
  width: 150%;
}
.e-pivot-formatting-dialog.e-device {
  /* stylelint-disable */
  min-width: 320px !important;
  width: 100% !important;
  /* stylelint-enable */
}
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
  width: 100% !important;
}
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
  margin-left: 0 !important;
}
.e-pivot-formatting-dialog.e-device .e-format-delete-button {
  font-size: 12px;
  padding-right: 16px;
  padding-top: 16px;
}
.e-pivot-formatting-dialog.e-device .e-format-apply-button,
.e-pivot-formatting-dialog.e-device .e-format-cancel-button {
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-pivot-formatting-dialog.e-device .e-visible-hide {
  display: none;
}
.e-pivot-formatting-dialog.e-device .e-format-value-preview {
  min-height: 26px;
  width: 100%;
}
.e-pivot-formatting-dialog.e-rtl .e-colorpicker-wrapper.e-format-font-color-picker {
  margin-left: 16px;
  margin-right: 0;
}
.e-pivot-formatting-dialog.e-rtl .e-format-condition-button {
  float: right;
}
.e-pivot-formatting-dialog.e-rtl .e-format-condition-button .e-add-icon {
  margin-left: auto;
}
.e-pivot-formatting-dialog.e-rtl .e-format-inner-div {
  padding-left: 0;
  padding-right: 14px;
}
.e-pivot-formatting-dialog.e-rtl .e-format-delete-button {
  float: left;
  padding-left: 12px;
}
.e-pivot-formatting-dialog.e-rtl .e-format-table tr:nth-child(even) td {
  padding-right: 0;
  padding-left: 10px;
}
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
  margin-right: 0;
}

.e-pivot-calc-dialog-div {
  /* stylelint-disable */
  max-height: 600px !important;
  /* stylelint-enable */
  min-width: 290px;
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivot-calc-dialog-div .e-dlg-header-content,
.e-pivot-calc-dialog-div .e-footer-content {
  border: 0;
}
.e-pivot-calc-dialog-div .e-dlg-content {
  padding-bottom: 18px;
}
.e-pivot-calc-dialog-div .e-dlg-content .e-pivot-calc-custom-format-div {
  margin-top: 15px;
}
.e-pivot-calc-dialog-div .e-pivot-all-field-title,
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
.e-pivot-calc-dialog-div .e-pivot-formula-title,
.e-pivot-calc-dialog-div .e-olap-hierarchy-title,
.e-pivot-calc-dialog-div .e-pivot-format-title,
.e-pivot-calc-dialog-div .e-olap-member-title {
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
  margin-top: 12px;
  overflow: hidden;
  padding: 4px 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-pivot-calc-dialog-div .e-treeview .e-sibling {
  display: none;
}
.e-pivot-calc-dialog-div .e-treeview .e-list-selected {
  opacity: 0.5;
}
.e-pivot-calc-dialog-div .e-treeview ul {
  overflow: hidden;
}
.e-pivot-calc-dialog-div .e-treeview ul li {
  padding: 0;
}
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-text {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
  color: rgba(255, 255, 255, 0.7);
  /* stylelint-disable */
  float: right !important;
  margin: 0 12px 0 0;
  /* stylelint-enable */
}
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
  cursor: default;
}
.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content {
  align-items: center;
  display: flex;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
  cursor: pointer;
  font-size: 14px;
  height: auto;
  opacity: 0.87;
  padding: 0 4px;
  pointer-events: auto;
  width: auto;
}
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
  float: right;
  font-size: 20px;
  height: auto;
  margin-right: 12px;
  padding: 0;
}
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  margin-right: 12px;
  opacity: 0.87;
  padding: 0 4px;
  pointer-events: auto;
  width: 24px;
}
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
  color: #bdbdbd;
}
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
  color: #bdbdbd;
  cursor: move;
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  pointer-events: auto;
  width: 20px;
}
.e-pivot-calc-dialog-div .e-dlg-header {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.87;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 74%;
}
.e-pivot-calc-dialog-div .e-contextmenu {
  background-color: #303030;
  border-radius: 4px;
}
.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
  color: #000;
  font-size: 14px;
  height: 48px;
  opacity: 0.87;
}
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
  transform: rotate(0deg);
  margin: 3px 0 0 0;
}
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul {
  margin-right: 0;
}
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li {
  margin-left: 0;
  margin-right: -40px;
}
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li .e-text-content {
  padding: 0 24px 0 0;
  display: flex;
}
.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder,
.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-moz-placeholder,
.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-moz-placeholder,
.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-ms-input-placeholder {
  color: #ff6652 !important;
  font-weight: 600 !important;
}
.e-pivot-calc-dialog-div .e-pivot-formula {
  background-color: #303030;
  border: 1px solid #616161;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  height: 70px;
  padding: 5px 10px;
  resize: none;
  width: 100%;
}
.e-pivot-calc-dialog-div .e-pivot-formula.e-copy-drop {
  cursor: copy;
}
.e-pivot-calc-dialog-div .e-list-parent .e-list-text {
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
  background-color: #303030;
  border: 1px solid #616161;
  border-radius: 4px;
  height: 120px;
  overflow: auto;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
  min-width: 575px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div {
  display: flex;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
  height: 465px;
  width: 50%;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
  display: inline-block;
  height: 436px;
  overflow: auto;
  width: 100% !important;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
  display: inline-table;
  height: 100%;
  width: 100%;
  min-width: 265px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-text {
  margin-bottom: 0;
  overflow: unset;
  width: 100%;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-calcfieldmember .e-list-text {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item .e-text-content {
  margin: 0;
  padding: 0 0 0 24px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-remove-report.e-list-icon {
  cursor: pointer;
  font-size: 13px;
  margin-top: 3px;
  padding-left: 0px;
  padding-right: 0px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
  cursor: auto;
  font-size: 14px;
  width: auto;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edit, .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edited {
  cursor: pointer;
  padding: 7px !important;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons {
  padding: 0;
  height: auto;
  float: none !important;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li {
  margin-left: 0;
  margin-right: 0;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li.e-draggable .e-fullrow {
  cursor: move;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-icon {
  transform: rotateX(0deg) rotateY(180deg);
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-item .e-text-content {
  padding: 0 24px 0 0;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul li {
  margin-left: 0;
  margin-right: 0;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul:first-child {
  padding-left: 10px;
  padding-right: 10px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title {
  color: #fff;
  flex: auto;
  margin-top: 0;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container {
  background: #212121;
  color: #fff;
  display: flex;
  font-size: 13px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container .e-info {
  padding: 7px !important;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container .e-info:hover {
  color: #00b0ff;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div {
  flex: auto;
  margin-left: 18px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-formula {
  height: 100px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-calc-custom-format-div {
  margin-top: 15px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-formula-title,
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-field-name-title,
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-olap-hierarchy-title,
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-format-title,
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-olap-member-title {
  padding-left: 0;
  padding-right: 0;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-field-name-title {
  margin-top: 0;
  padding-top: 0;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog {
  max-height: 700px !important;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog .e-calc-clear-btn {
  float: left;
  margin: 0;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div {
  margin-left: 0;
  margin-right: 18px;
}
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl.e-dialog .e-calc-clear-btn {
  float: right;
}

.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
.e-pivotfieldlist-container .e-member-editor-dialog {
  /* stylelint-disable */
  max-width: 400px !important;
  min-width: 320px !important;
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-node-limit,
.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit {
  max-height: 450px !important;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
  padding: 25px 20px;
  text-align: center;
  width: 100%;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container,
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container {
  display: flex;
  padding: 0 20px 10px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
  visibility: hidden;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable,
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
  display: none;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
  display: inline-block;
  height: 150px;
  max-width: 400px;
  overflow: auto;
  width: 100%;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
  display: inline-table;
  width: 100%;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container.e-rtl ul .e-list-icon,
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container.e-rtl ul .e-list-icon {
  transform: rotateX(0deg) rotateY(180deg);
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
  padding-left: 48px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
  padding-left: 0;
  margin-left: 15px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
  /* stylelint-disable */
  margin-left: -35px;
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-icon,
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-icon {
  margin: 0;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-disable,
.e-pivotfieldlist-container .e-member-editor-dialog .e-disable {
  display: none !important;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
  padding-right: 48px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
  padding-right: 0;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl .e-member-editor-outer-container ul,
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
  margin-left: 0;
  margin-right: -35px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
  margin-left: 0;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child,
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child {
  padding-left: 10px;
  padding-right: 10px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container,
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container {
  display: flex;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul,
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
  margin-right: 0;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
  margin-left: 20px;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
  float: left;
  /* stylelint-disable */
  margin: 0 !important;
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button.e-disable {
  display: none;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
  align-items: center;
  background: #f5f5f5;
  /* stylelint-disable */
  display: flex !important;
  /* stylelint-enable */
  height: 40px;
  justify-content: center;
  opacity: 100%;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container.e-label-container-visible {
  display: block;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container.e-label-container-hide {
  display: none;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container .e-editor-label {
  color: #000;
  font: 500 13px Roboto;
  margin-bottom: 0;
  opacity: 0.87;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort {
  box-shadow: none;
  margin-left: 10px;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
  font-size: 16px;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
  margin-left: -35px;
  overflow: hidden;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul li .e-list-text {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul li .e-list-icon {
  margin: 0;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
  border: 0;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
  margin: 0 0 0 6px;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
  height: fit-content;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
  font-size: 14px;
  /* stylelint-disable */
  top: 0 !important;
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
  margin: 0 6px 0 0;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter {
  padding-top: 20px;
  /* stylelint-disable */
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
  height: 150px !important;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
  height: 145px !important;
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
  height: 248px;
  overflow: auto;
  padding: 20px;
  padding-bottom: 0;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  font-size: 13px;
  font-weight: 500;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-separator-div,
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-option-container-1,
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-option-container-2,
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-separator-div {
  padding-top: 20px;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-between-text-div,
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-between-text-div {
  padding: 8px 0;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-disable,
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-disable {
  display: none;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
  margin-left: 0;
  margin-right: 20px;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
  margin-left: 0;
  margin-right: 10px;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
  float: right;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
  /* stylelint-disable */
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
  margin-left: 0;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop {
  margin: 0 5px;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop .e-caret {
  font-size: 14px;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop li .e-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
  margin-left: 0;
  margin-right: 10px;
}
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
  padding-top: 4px !important;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
  min-height: 170px;
  overflow: auto;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-hierarchyCDB-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-level-members,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-namedSetCDB-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-measure-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-kpiGoal-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-kpiStatus-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-kpiTrend-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-kpiValue-icon {
  margin-left: 10px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-calc-measure-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-calc-dimension-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-attributeCDB-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-hierarchyCDB-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-level-members,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-namedSetCDB-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-measure-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiGoal-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiStatus-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiTrend-icon,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
  margin-left: 0;
  margin-right: 10px;
}
.e-pivotfieldlist-container .e-value-field-settings {
  max-width: 400px !important;
  min-width: 300px !important;
}
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
  overflow: auto !important;
}
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content {
  padding: 0 20px 10px;
}
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container {
  display: flex;
}
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
  font-size: 13px;
  font-weight: 500;
}
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
  flex: none;
  white-space: pre;
}
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
  flex: auto;
  width: 100%;
}
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container {
  padding-top: 20px;
}
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container .e-base-field-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container .e-base-item-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container .e-type-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container .e-base-field-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container .e-base-item-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container .e-type-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container .e-base-field-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container .e-base-item-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container .e-type-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container .e-base-field-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container .e-base-item-option-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container .e-type-option-text {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container .e-caption-input-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container .e-caption-input-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container .e-caption-input-text,
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container .e-caption-input-text {
  font-size: 13px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
.e-pivotfieldlist-container .e-member-editor-dialog,
.e-pivotfieldlist-container .e-value-field-settings {
  border-radius: 4px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-footer-content,
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content,
.e-pivotfieldlist-container .e-member-editor-dialog .e-footer-content,
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-header-content,
.e-pivotfieldlist-container .e-value-field-settings .e-footer-content {
  border-radius: 4px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content,
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-header-content {
  border: 0;
  font-weight: normal;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-footer-content,
.e-pivotfieldlist-container .e-member-editor-dialog .e-footer-content,
.e-pivotfieldlist-container .e-value-field-settings .e-footer-content {
  border-top: 1px solid #616161;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
  overflow: hidden;
  padding: 0 !important;
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder {
  color: #ff6652 !important;
  font-weight: 600 !important;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-moz-placeholder,
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder,
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder {
  color: #ff6652 !important;
  font-weight: 600 !important;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-moz-placeholder,
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder,
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder {
  color: #ff6652 !important;
  font-weight: 600 !important;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder {
  color: #ff6652 !important;
  font-weight: 600 !important;
}
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
  height: 200px;
}

.e-field-list-tree.e-drag-item.e-treeview,
.e-pivot-calc.e-drag-item.e-treeview {
  background: #616161;
  border: 1px solid #616161;
  border-radius: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  height: 28px;
  line-height: 1em;
  min-width: 100px;
  padding: 5px 10px;
}
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
}
.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
  color: #fff;
  font-size: 14px;
  padding: 0;
  width: 100%;
}
.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
.e-field-list-tree.e-drag-item.e-treeview .e-checkbox-wrapper,
.e-field-list-tree.e-drag-item.e-treeview .e-list-icon,
.e-pivot-calc.e-drag-item.e-treeview .e-text-content > .e-icons,
.e-pivot-calc.e-drag-item.e-treeview .e-checkbox-wrapper,
.e-pivot-calc.e-drag-item.e-treeview .e-list-icon {
  display: none;
}
.e-field-list-tree.e-drag-item.e-treeview.e-rtl .e-text-content,
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
  padding-right: 0;
}
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
  padding-left: 24px;
}
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text,
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text {
  padding: 0;
}
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop,
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop {
  display: inline-block !important;
  line-height: 0em;
}
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before {
  float: left;
  font-size: 14px;
  padding: 5px 0;
}
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content,
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content {
  padding-left: 0;
  padding-right: 24px;
}
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons,
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons {
  transform: rotateY(180deg);
}

/* stylelint-disable */
.e-button-drag-clone {
  background: #616161 !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  height: 28px;
  line-height: 1em;
  min-width: 100px;
  overflow: hidden;
  padding: 5px 10px;
  text-align: center;
  width: auto;
  z-index: 100000;
}
.e-button-drag-clone .e-text-content {
  width: 100%;
}

.e-pivot-error-dialog {
  max-width: 400px !important;
  width: auto !important;
}

.e-pivotfieldlist .e-member-editor-dialog,
.e-pivotfieldlist .e-olap-editor-dialog {
  visibility: hidden;
}
.e-pivotfieldlist .e-select-table {
  background: #424242;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 17px;
  height: 31px;
  max-height: 31px;
  max-width: 31px;
  min-height: 31px;
  min-width: 31px;
  padding: 8px;
  position: relative;
  width: 31px;
  z-index: 1000;
}
.e-pivotfieldlist .e-select-table.e-toggle-field-list.e-field-list-icon-left {
  right: 0;
  position: absolute;
}
.e-pivotfieldlist .e-select-table.e-toggle-field-list.e-field-list-icon-right {
  left: 0;
  position: absolute;
}
.e-pivotfieldlist .e-select-table.e-fieldlist-left {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active, .e-pivotfieldlist .e-select-table:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* stylelint-disable */
*.e-rtl .e-select-table {
  padding: 8px 5px;
}

.e-pivotfieldlist-container {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 12px;
  max-width: 700px;
  min-width: 300px;
  /* stylelint-enable */
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list {
  display: block;
  overflow-y: auto;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child {
  padding-right: 0;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li.e-no-checkbox > .e-text-content > .e-checkbox-wrapper,
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li .e-measure-icon {
  display: none;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li.e-rtl ul:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-drag {
  padding: revert !important;
  margin: revert !important;
  width: auto !important;
  height: auto !important;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-draggable {
  display: contents;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-text-content {
  display: flex;
  align-items: center;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-list-text {
  text-overflow: ellipsis;
  overflow-x: hidden;
  width: 100%;
  white-space: nowrap;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-treeview:not(.e-rtl) .e-list-text {
  padding-right: revert;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-treeview.e-rtl .e-list-text {
  padding-left: revert;
}
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container li.e-no-checkbox > .e-text-content > .e-checkbox-wrapper,
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container li .e-measure-icon {
  display: none;
}
.e-pivotfieldlist-container .e-layout-footer {
  display: flex;
  padding: 10px 2px 2px;
}
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
  flex: auto;
  text-align: end;
}
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
  margin-right: 10px;
}
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
  min-width: fit-content;
}
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
  max-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: unset;
}
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
  max-width: 45%;
  overflow: visible;
}
.e-pivotfieldlist-container .e-checkbox-layout {
  float: left;
  margin-top: 6px;
}
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
  margin-left: 10px;
}
.e-pivotfieldlist-container.e-rtl .e-checkbox-layout {
  float: right;
}
.e-pivotfieldlist-container.e-dialog {
  max-height: 550px !important;
}
.e-pivotfieldlist-container.e-dialog .e-layout-footer {
  padding: 0;
}
.e-pivotfieldlist-container.e-dialog .e-checkbox-layout {
  margin-left: 10px;
}
.e-pivotfieldlist-container.e-dialog .e-button-layout {
  margin-right: 10px;
}
.e-pivotfieldlist-container .e-dlg-header-content,
.e-pivotfieldlist-container .e-footer-content {
  border: 0;
}
.e-pivotfieldlist-container .e-dlg-header-content .e-dlg-header {
  overflow: visible;
}
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-header,
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header {
  overflow: hidden;
}
.e-pivotfieldlist-container .e-field-list-title {
  display: flex;
  font-size: 18px;
  min-height: 25px;
  padding: 0 2px 20px;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-title .e-title-content {
  flex: auto;
}
.e-pivotfieldlist-container .e-title-header {
  display: flex;
  padding: 2px;
  width: 100%;
}
.e-pivotfieldlist-container .e-title-header .e-title-content {
  flex: auto;
}
.e-pivotfieldlist-container .e-field-list-container {
  display: flex;
  height: 342px;
  padding: 1px;
  position: relative;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table {
  border: 1px solid #616161;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  width: 30%;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list-tree .e-sibling {
  display: none;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list {
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header {
  background: #212121;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
  padding: 0 0 0 15px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
  align-items: center;
  background: #212121;
  color: #fff;
  display: flex;
  height: 28px;
  padding-right: 15px;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
  flex: auto;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 0 0 0 4px;
  width: 20px;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none.e-selected::before,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend.e-selected::before,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend.e-selected::before {
  color: #00b0ff;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none:hover, .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none:focus,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend:hover,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend:focus,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend:hover,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend:focus {
  font-weight: bold;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
  display: inline-block;
  height: 310px;
  overflow: auto;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list {
  display: inline-table;
  height: 100%;
  padding-left: 2px;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
  padding-left: 4px;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
  padding-left: 2px;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
  overflow: hidden;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
  cursor: default;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag {
  color: #bdbdbd;
  cursor: move;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  margin-bottom: 2px;
  margin-right: 6px;
  pointer-events: all;
  text-align: center;
  vertical-align: bottom;
  width: 20px;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
  cursor: not-allowed;
  opacity: 0.4;
  visibility: hidden;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-icon {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-calc-measure-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-calc-dimension-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-attributeCDB-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-hierarchyCDB-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-level-members,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-namedSetCDB-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-measure-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-kpiGoal-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-kpiStatus-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-kpiTrend-icon,
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-kpiValue-icon {
  margin-left: 10px;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-selected {
  opacity: 0.5;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-selected-node {
  font-weight: 500;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
  display: none !important;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon {
  font-size: 14px;
  height: auto;
  width: auto;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child {
  padding-left: 10px;
  padding-right: 10px;
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-rtl ul .e-list-icon {
  transform: rotateX(0deg) rotateY(180deg);
}
.e-pivotfieldlist-container .e-field-list-container .e-field-table.e-olap-field-table {
  width: 40%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table {
  display: flex;
  overflow: hidden;
  width: 70%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields {
  padding-left: 8px;
  width: 50%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
  background-color: rgba(0, 0, 0, 0.42);
  border: 1px solid #616161;
  border-radius: 4px;
  fill: #fff;
  font-weight: normal;
  min-height: 165px;
  position: relative;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
  align-items: center;
  background: #212121;
  border-bottom: 1px solid #616161;
  color: #fff;
  display: flex;
  height: 28px;
  padding: 0 15px 0;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
  display: flex;
  height: 14px;
  width: 20px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-rows,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-columns,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-values,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-filters,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-rows,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-columns,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-values,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-filters,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-rows,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-columns,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-values,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-filters,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-rows,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-columns,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-values,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-filters {
  color: #fff;
  font-size: 14px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header {
  flex: auto;
  font-size: 13px;
  line-height: 1.5em;
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
  cursor: default;
  height: 133px;
  overflow: auto;
  scroll-behavior: smooth;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content.e-drag-restrict,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content.e-drag-restrict,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content.e-drag-restrict,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content.e-drag-restrict {
  cursor: no-drop;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator {
  display: block;
  pointer-events: none;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
  border-top: 2px dashed #757575;
  margin-top: -2px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover {
  position: absolute;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button {
  background: #616161;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
  cursor: default;
  display: flex;
  font-weight: normal;
  height: 32px;
  line-height: 1em;
  padding: 9px 12px;
  text-transform: none;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected {
  color: #000;
  opacity: 0.5;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content {
  background-color: transparent;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active {
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content {
  background-color: transparent;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-edit, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit {
  color: #fff;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
  background: transparent;
  flex: auto;
  font-size: 13px;
  height: 16px;
  line-height: 1em;
  overflow: hidden;
  padding: 0 8px;
  text-align: left;
  text-overflow: ellipsis;
  width: 70%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable {
  height: 20px;
  width: 20px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag {
  color: #bdbdbd;
  cursor: move;
  font-size: 14px;
  height: 20px;
  width: 20px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag.e-disable-drag,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag.e-disable-drag,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag.e-disable-drag,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag.e-disable-drag {
  cursor: not-allowed;
  opacity: 0.4;
  visibility: hidden;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  padding-left: 4px;
  width: 20px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit:hover {
  color: #fff;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit.e-disable {
  display: none;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort {
  height: 14px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove {
  display: none;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content {
  text-align: right;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
  padding-left: 0;
  padding-right: 4px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort {
  height: fit-content;
  transform: rotateX(0deg);
  transition: transform 200ms ease-in-out;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort.e-descend,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort.e-descend,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort.e-descend,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort.e-descend {
  transform: rotateX(180deg);
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt {
  bottom: 32%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  height: 25px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 100%;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt.e-disable,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt.e-disable {
  display: none;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
  margin-top: 8px;
}
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
  width: 60%;
}
.e-pivotfieldlist-container.e-search-mode.e-static {
  max-height: 750px;
}
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
  height: 255px;
}
.e-pivotfieldlist-container.e-search-mode.e-popup {
  min-height: 520px;
}
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
  height: 369px;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
  height: 386px !important;
}
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
  height: 392px;
}
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
  height: 162px !important;
}
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
  color: #bdbdbd;
  padding: 25px 12px;
  text-align: center;
  width: 100%;
}
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
  display: none;
}
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
  display: flex;
  padding: 6px 20px;
  /* stylelint-disable */
}
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
  float: right;
  font-size: 14px;
}
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
  border-width: 0 !important;
  cursor: text !important;
}
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
  background-color: transparent !important;
  border: transparent !important;
  color: currentColor !important;
}
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
  display: none !important;
}
.e-pivotfieldlist-container .e-calculated-field {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  max-width: 160px;
  min-width: 145px;
}
.e-pivotfieldlist-container .e-calculated-field.e-disable {
  display: none;
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
  padding-left: 0;
  padding-right: 2px;
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
  padding-right: 4px;
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
  padding-right: 2px;
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-drag {
  margin-left: 6px !important;
  margin-right: 0 !important;
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-attributeCDB-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-hierarchyCDB-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-level-members,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-namedSetCDB-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-measure-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-kpiGoal-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-kpiStatus-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-kpiTrend-icon,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-kpiValue-icon {
  margin-left: 0;
  margin-right: 10px;
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
  padding-left: 15px;
  padding-right: 0;
}
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-descend {
  padding: 0 4px 0 0;
}
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields,
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields {
  padding-left: 0;
  padding-right: 8px;
}
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header,
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header,
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header,
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header {
  float: right;
}
.e-pivotfieldlist-container.e-static {
  background-color: #424242;
  border: 1px solid #616161;
  max-height: 700px;
  padding: 10px;
  position: relative;
}
.e-pivotfieldlist-container.e-static .e-title-content {
  color: #fff;
}
.e-pivotfieldlist-container.e-static .e-field-list-container {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table {
  height: 210px;
  width: 100%;
}
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
  height: 180px;
}
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
  display: none;
}
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title {
  color: #fff;
  font-size: 13px;
  height: 25px;
  margin-top: 5px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table {
  width: 100%;
}
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields {
  padding: 0;
}
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
  padding-left: 8px;
}
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
  margin-top: 8px;
}
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
  text-align: right;
}
.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
  padding-left: 10px;
}
.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields {
  padding: 0;
}
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout {
  align-items: center;
  display: flex;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper {
  width: 100%;
}
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label {
  width: 100%;
}
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
  overflow: hidden;
  /* stylelint-disable */
  text-overflow: ellipsis !important;
  /* stylelint-enable */
  white-space: unset;
  width: calc(100% - 20px);
}
.e-pivotfieldlist-container.e-static .e-layout-footer .e-button-layout {
  display: flex;
  justify-content: flex-end;
}
.e-pivotfieldlist-container.e-device {
  height: 100%;
  /* stylelint-disable */
  max-height: 100% !important;
  max-width: 100% !important;
  /* stylelint-enable */
  min-height: 500px;
  width: 100%;
}
.e-pivotfieldlist-container.e-device .e-dlg-header-content {
  background-color: #fff;
  color: #616161;
  font-size: 14px;
}
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content,
.e-pivotfieldlist-container.e-device .e-value-field-settings .e-dlg-header-content {
  background-color: transparent;
  color: #616161;
}
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div,
.e-pivotfieldlist-container.e-device .e-value-field-settings .e-dlg-content .e-field-list-tree-outer-div {
  height: 210px;
  overflow: auto;
}
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
  display: flex;
  align-items: center;
}
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
  color: #000;
  font-size: 16px;
  height: auto;
  margin-left: 0;
  margin-right: 12px;
  text-align: center;
  width: 24px;
}
.e-pivotfieldlist-container.e-device .e-disable {
  display: none;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container {
  height: 100%;
  position: relative;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-tab-header {
  background: #212121;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content {
  display: initial;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values {
  display: inline-block;
  height: 100%;
  min-height: 250px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content {
  overflow: auto;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div {
  display: grid;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-drop-indicator,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-drop-indicator,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-drop-indicator,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-drop-indicator {
  display: none;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  border-width: 1px 0;
  box-shadow: none;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  height: 36px;
  line-height: normal;
  padding: 0 16px;
  text-transform: none;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-list-selected,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected {
  opacity: 0.5;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
  flex: auto;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  width: 70%;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-drag,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-drag,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-drag,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-drag {
  display: none;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-edit,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-edit,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-edit,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-edit {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  width: 24px;
  font-size: 14px !important;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-edit:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-edit:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-edit:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-edit:hover {
  color: #fff;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-edit.e-disable {
  display: none;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort {
  height: fit-content;
  transform: rotateX(0deg);
  transition: transform 200ms ease-in-out;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
  transform: rotateX(180deg);
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove {
  display: inline-block;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content {
  text-align: right;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
  padding-left: 0;
  padding-right: 10px;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content {
  height: 100%;
  width: 100%;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-draggable-prompt,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-draggable-prompt,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-draggable-prompt,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-draggable-prompt {
  border: 1px dashed #212121;
  color: #212121;
  font-size: 14px;
  height: 200px;
  left: 15%;
  line-height: 200px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 25%;
  vertical-align: middle;
  width: 70%;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
  background-color: #303030;
  border: 1px solid #616161;
  border-radius: 4px;
  color: #fff;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
  padding: 2px 3px;
  resize: none;
  width: 90%;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-custom-format-div {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  width: 90% !important;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion {
  margin-top: 20px;
  overflow: auto;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
  align-items: center;
  display: flex;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header .e-acrdn-header-icon {
  display: table;
  font-size: 12px;
  min-width: 28px;
  padding: 0;
  position: absolute;
  right: 16px;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header .e-acrdn-header-icon .e-list-icon {
  cursor: pointer;
  display: table-cell;
  padding-right: 6px;
  text-align: center;
  vertical-align: middle;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header .e-acrdn-header-icon .e-list-icon.e-remove-report.e-icons {
  padding-left: 10px;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
  margin-right: 12px;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
  left: 16px;
  right: auto;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-icons.e-frame {
  margin-left: 12px !important;
  margin-right: 0 !important;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper {
  margin-bottom: 24px;
  margin-right: 20px;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
  color: #fff;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  opacity: 0.87;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button {
  float: right;
  margin-right: calc(10% - 20px);
  margin-top: 32px;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button {
  bottom: 0;
  position: sticky;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord {
  max-height: 290px;
  overflow: auto;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-list-icon {
  color: rgba(255, 255, 255, 0.7);
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-calcfieldmember .e-list-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 53%;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-list-header-icon {
  display: table;
  height: 30px;
  min-height: 30px;
  min-width: 24px;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 0;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-list-header-icon .e-list-edit-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-list-header-icon .e-remove-report.e-icons {
  color: rgba(255, 255, 255, 0.7);
  display: table-cell;
  padding: 5px;
  pointer-events: all;
  text-align: center;
  vertical-align: middle;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-header-icon {
  left: 16px;
  right: auto;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-icon {
  transform: rotateX(0deg) rotateY(180deg);
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
  max-height: 575px;
  overflow: hidden;
  overflow-y: auto;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer {
  bottom: 20px;
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
  width: 100%;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content {
  display: inline-block;
  padding: 15px;
  width: 100%;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn {
  float: right;
  height: 52px;
  pointer-events: all;
  width: 52px;
  z-index: 1000;
}
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn .e-add-icon,
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn .e-add-icon {
  font-size: 18px;
  line-height: 50px;
}
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer {
  background-color: transparent;
  bottom: 0;
  display: inline-block;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  vertical-align: bottom;
  width: 100%;
}
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-field-list-btn,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button {
  float: right;
  height: 52px;
  pointer-events: all;
  width: 52px;
  z-index: 1000;
}
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-field-list-btn .e-add-icon,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn .e-add-icon,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-cancel-btn .e-add-icon,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button .e-add-icon {
  font-size: 18px;
  line-height: 50px;
}
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button {
  float: left;
}
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button,
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout {
  max-width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout {
  max-width: 45%;
}
.e-pivotfieldlist-container.e-device.e-static {
  border: 0;
  padding: 0;
}
.e-pivotfieldlist-container.e-device.e-static .e-field-list-filters .e-axis-content,
.e-pivotfieldlist-container.e-device.e-static .e-field-list-rows .e-axis-content,
.e-pivotfieldlist-container.e-device.e-static .e-field-list-columns .e-axis-content,
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
  max-height: 600px;
}
.e-pivotfieldlist-container.e-device.e-rtl {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
  margin-left: 12px;
  margin-right: 0;
  transform: rotateY(180deg);
}
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-footer .e-field-list-btn,
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-footer .e-calculated-field-btn {
  float: left;
}
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-footer .e-cancel-btn,
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-footer .e-defer-apply-button {
  float: right;
}
.e-pivotfieldlist-container.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-ok-button,
.e-pivotfieldlist-container.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-add-button,
.e-pivotfieldlist-container.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-cancel-button {
  float: left !important;
  margin-left: 20px;
}

.e-pivotfieldlist .e-select-table::before {
  content: "\e434";
}

.e-pivot-formatting-dialog .e-format-delete-icon::before {
  content: "\ea7f";
}
.e-pivot-formatting-dialog .e-add-icon::before {
  content: "\e823";
}
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
.e-pivot-formatting-dialog .e-colorpicker-container .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
  content: "\e35c";
}
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
.e-pivot-formatting-dialog .e-colorpicker-container .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
  content: "\e35f";
}

.e-level-options .e-selected-level-icon::before {
  content: "\e614";
}

.e-pivot-calc-dialog-div {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivot-calc-dialog-div .e-drag::before {
  content: "\e330";
}
.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
.e-pivot-calc-dialog-div .e-pivot-all-field-title-container .e-info.e-icons::before {
  content: "\e607";
}
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before {
  content: "\e7a3";
}
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before {
  content: "\e891";
}
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-remove-report.e-icons::before {
  content: "\e706";
}
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before {
  content: "\e22f";
}
.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before {
  content: "\ea76" !important;
}
.e-pivot-calc-dialog-div .e-measure-icon::before {
  content: "\ea76" !important;
}
.e-pivot-calc-dialog-div .e-folderCDB-icon::before {
  content: "\e60b" !important;
}
.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before {
  content: "\e65f" !important;
}
.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before {
  content: "\e65b" !important;
}
.e-pivot-calc-dialog-div .e-kpiCDB-icon::before {
  content: "\e664" !important;
}
.e-pivot-calc-dialog-div .e-kpiGoal-icon::before {
  content: "\e664" !important;
}
.e-pivot-calc-dialog-div .e-kpiStatus-icon::before {
  content: "\e664" !important;
}
.e-pivot-calc-dialog-div .e-kpiTrend-icon::before {
  content: "\e664" !important;
}
.e-pivot-calc-dialog-div .e-kpiValue-icon::before {
  content: "\e664" !important;
}
.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before {
  content: "\e65d" !important;
}
.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before {
  content: "\e663" !important;
}
.e-pivot-calc-dialog-div .e-attributeCDB-icon::before {
  content: "\e65c" !important;
}
.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before {
  content: "\e65a" !important;
}
.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before {
  content: "\e65a" !important;
}
.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before {
  content: "\e662" !important;
}
.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before {
  content: "\e65e" !important;
}
.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before {
  content: "\e660" !important;
}
.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before {
  content: "\e661" !important;
}
.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before {
  content: "\e729" !important;
}
.e-pivot-calc-dialog-div .e-calc-measure-icon::before {
  content: "\ea76" !important;
}
.e-pivot-calc-dialog-div .e-calc-dimension-icon::before {
  content: "\e65b" !important;
}
.e-pivot-calc-dialog-div .e-sort-none::before {
  content: "\e666" !important;
}
.e-pivot-calc-dialog-div .e-sort-ascend::before {
  content: "\e667" !important;
}
.e-pivot-calc-dialog-div .e-sort-descend::before {
  content: "\e665" !important;
}

.e-pivotfieldlist-wrapper,
.e-pivotfieldlist-container {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
.e-pivotfieldlist-container .e-field-list-back-icon::before {
  content: "\e977";
}
.e-pivotfieldlist-wrapper .e-sort::before,
.e-pivotfieldlist-container .e-sort::before {
  content: "\e840";
}
.e-pivotfieldlist-wrapper .e-pv-filter::before,
.e-pivotfieldlist-container .e-pv-filter::before {
  content: "\e909";
}
.e-pivotfieldlist-wrapper .e-pv-filtered::before,
.e-pivotfieldlist-container .e-pv-filtered::before {
  color: #00b0ff;
  content: "\ebb3";
}
.e-pivotfieldlist-wrapper .e-drag::before,
.e-pivotfieldlist-container .e-drag::before {
  content: "\e330";
}
.e-pivotfieldlist-wrapper .e-add-icon::before,
.e-pivotfieldlist-container .e-add-icon::before {
  content: "\e823";
}
.e-pivotfieldlist-wrapper .e-remove::before,
.e-pivotfieldlist-container .e-remove::before {
  content: "\e208";
}
.e-pivotfieldlist-wrapper .e-axis-rows::before,
.e-pivotfieldlist-container .e-axis-rows::before {
  content: "\ea75";
}
.e-pivotfieldlist-wrapper .e-axis-columns::before,
.e-pivotfieldlist-container .e-axis-columns::before {
  content: "\ea74";
}
.e-pivotfieldlist-wrapper .e-axis-values::before,
.e-pivotfieldlist-container .e-axis-values::before {
  content: "\ea76";
}
.e-pivotfieldlist-wrapper .e-axis-filters::before,
.e-pivotfieldlist-container .e-axis-filters::before {
  content: "\e909";
}
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
.e-pivotfieldlist-container .e-selected-option-icon::before {
  content: "\ea84";
}
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
.e-pivotfieldlist-container .e-clear-filter-icon::before {
  content: "\ea82";
}
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
.e-pivotfieldlist-container .e-dropdown-icon::before {
  content: "\e83d";
}
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
.e-pivotfieldlist-container .e-measureGroupCDB-icon::before {
  content: "\ea76" !important;
}
.e-pivotfieldlist-wrapper .e-measure-icon::before,
.e-pivotfieldlist-container .e-measure-icon::before {
  content: "\ea76" !important;
}
.e-pivotfieldlist-wrapper .e-folderCDB-icon::before,
.e-pivotfieldlist-container .e-folderCDB-icon::before {
  content: "\e60b" !important;
}
.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before,
.e-pivotfieldlist-container .e-folderCDB-open-icon::before {
  content: "\e65f" !important;
}
.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before,
.e-pivotfieldlist-container .e-dimensionCDB-icon::before {
  content: "\e65b" !important;
}
.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before,
.e-pivotfieldlist-container .e-kpiCDB-icon::before {
  content: "\e664" !important;
}
.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before,
.e-pivotfieldlist-container .e-kpiGoal-icon::before {
  content: "\e664" !important;
}
.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before,
.e-pivotfieldlist-container .e-kpiStatus-icon::before {
  content: "\e664" !important;
}
.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before,
.e-pivotfieldlist-container .e-kpiTrend-icon::before {
  content: "\e664" !important;
}
.e-pivotfieldlist-wrapper .e-kpiValue-icon::before,
.e-pivotfieldlist-container .e-kpiValue-icon::before {
  content: "\e664" !important;
}
.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before,
.e-pivotfieldlist-container .e-namedSetCDB-icon::before {
  content: "\e65d" !important;
}
.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before,
.e-pivotfieldlist-container .e-hierarchyCDB-icon::before {
  content: "\e663" !important;
}
.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before,
.e-pivotfieldlist-container .e-attributeCDB-icon::before {
  content: "\e65c" !important;
}
.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before,
.e-pivotfieldlist-container .e-hierarchy-level-0-icon::before {
  content: "\e65a" !important;
}
.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before,
.e-pivotfieldlist-container .e-hierarchy-level-1-icon::before {
  content: "\e65a" !important;
}
.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before,
.e-pivotfieldlist-container .e-hierarchy-level-2-icon::before {
  content: "\e662" !important;
}
.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before,
.e-pivotfieldlist-container .e-hierarchy-level-3-icon::before {
  content: "\e65e" !important;
}
.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before,
.e-pivotfieldlist-container .e-hierarchy-level-4-icon::before {
  content: "\e660" !important;
}
.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before,
.e-pivotfieldlist-container .e-hierarchy-level-5-icon::before {
  content: "\e661" !important;
}
.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before,
.e-pivotfieldlist-container .e-calcMemberGroupCDB::before {
  content: "\e729" !important;
}
.e-pivotfieldlist-wrapper .e-calc-measure-icon::before,
.e-pivotfieldlist-container .e-calc-measure-icon::before {
  content: "\ea76" !important;
}
.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before,
.e-pivotfieldlist-container .e-calc-dimension-icon::before {
  content: "\e65b" !important;
}
.e-pivotfieldlist-wrapper .e-sort-none::before,
.e-pivotfieldlist-container .e-sort-none::before {
  content: "\e666" !important;
}
.e-pivotfieldlist-wrapper .e-sort-ascend::before,
.e-pivotfieldlist-container .e-sort-ascend::before {
  content: "\e667" !important;
}
.e-pivotfieldlist-wrapper .e-sort-descend::before,
.e-pivotfieldlist-container .e-sort-descend::before {
  content: "\e665" !important;
}
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
.e-pivotfieldlist-container .e-field-list-search-icon::before {
  content: "\e993" !important;
}
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
  content: "\e7a3";
}
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before,
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
  content: "\e891";
}
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before,
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
  content: "\e706";
}
.e-pivotfieldlist-wrapper .e-remove-report.e-icons::before,
.e-pivotfieldlist-container .e-remove-report.e-icons::before {
  content: "\e706";
}
.e-pivotfieldlist-wrapper .e-pivot-button .e-edit::before,
.e-pivotfieldlist-container .e-pivot-button .e-edit::before {
  content: "\e891";
}
.e-pivotfieldlist-wrapper .e-sort-ascend-icon::before,
.e-pivotfieldlist-container .e-sort-ascend-icon::before {
  content: "\e734";
}
.e-pivotfieldlist-wrapper .e-sort-descend-icon::before,
.e-pivotfieldlist-container .e-sort-descend-icon::before {
  content: "\e733";
}

.e-pivotview {
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotview.sf-pivotview {
  height: 100%;
}
.e-pivotview.sf-pivotview.e-pivot-gbar {
  min-width: 400px;
}
.e-pivotview.sf-pivotview:not(.e-pivot-gbar) {
  min-width: 310px;
}
.e-pivotview .e-pivot-view-port {
  height: inherit;
  display: flex;
  flex-direction: column;
}
.e-pivotview .e-pivot-view-port .e-pivot-table-view.e-table-chart-view {
  order: 2;
}
.e-pivotview .e-pivot-view-port .e-pivot-table-view:not(.e-table-chart-view) {
  order: 1;
}
.e-pivotview .e-pivot-view-port .e-pivot-chart-view {
  height: inherit;
}
.e-pivotview .e-pivot-view-port .e-pivot-chart-view .e-multi-axis-scroll-div {
  overflow: auto;
}
.e-pivotview .e-pivot-view-port .e-pivot-chart-view.e-chart-table-view {
  order: 2;
}
.e-pivotview .e-pivot-view-port .e-pivot-chart-view:not(.e-chart-table-view) {
  order: 1;
}
.e-pivotview .e-pivot-view-port .e-pivot-chart-view .e-pivotchart.e-pivot-accumulation-chart {
  overflow: visible;
}
.e-pivotview .e-pivot-view-port .e-pivot-chart-view .e-pivotchart.e-pivot-normal-chart {
  overflow: auto;
  overflow-x: hidden;
}
.e-pivotview .e-value-field-settings,
.e-pivotview .e-member-editor-dialog,
.e-pivotview .e-group-field-settings,
.e-pivotview .e-pivot-format-dialog {
  max-height: 450px !important;
  border-radius: 4px;
  max-width: 400px !important;
}
.e-pivotview .e-value-field-settings .e-field-name-text-container {
  display: flex;
}
.e-pivotview .e-value-field-settings .e-field-name-title {
  flex: none;
  font-size: 13px;
  font-weight: 500;
}
.e-pivotview .e-value-field-settings .e-field-name-content {
  flex: auto;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.e-pivotview .e-value-field-settings .e-caption-input-container,
.e-pivotview .e-value-field-settings .e-type-option-container,
.e-pivotview .e-value-field-settings .e-base-field-option-container,
.e-pivotview .e-value-field-settings .e-base-item-option-container {
  padding-top: 20px;
}
.e-pivotview .e-value-field-settings .e-base-field-option-text,
.e-pivotview .e-value-field-settings .e-base-item-option-text,
.e-pivotview .e-value-field-settings .e-type-option-text {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.e-pivotview .e-value-field-settings .e-caption-input-text {
  font-size: 13px;
}
.e-pivotview .e-group-field-settings {
  /* stylelint-disable */
  width: auto !important;
  /* stylelint-enable */
}
.e-pivotview .e-group-field-settings .e-caption-option-text,
.e-pivotview .e-group-field-settings .e-input-option-text,
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
.e-pivotview .e-group-field-settings .e-checkbox-wrapper {
  padding-bottom: 10px;
}
.e-pivotview .e-group-field-settings .e-group-start-option-container .e-checkbox-wrapper {
  padding-top: 0;
}
.e-pivotview .e-group-field-settings .e-caption-option-text,
.e-pivotview .e-group-field-settings .e-input-option-text,
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.e-pivotview .e-group-field-settings .e-group-input-container,
.e-pivotview .e-group-field-settings .e-group-end-option-container,
.e-pivotview .e-group-field-settings .e-group-interval-option-container {
  padding-top: 20px;
}
.e-pivotview .e-group-field-settings .e-group-field-div-content {
  margin-bottom: 10px;
}
.e-pivotview .e-member-editor-dialog {
  min-width: 320px;
  /* stylelint-disable */
  /* stylelint-disable */
}
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
  display: flex;
  padding: 0 20px 10px;
}
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
  visibility: hidden;
}
.e-pivotview .e-member-editor-dialog .e-filter-sort {
  box-shadow: none;
  margin-left: 10px;
}
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
  font-size: 16px;
}
.e-pivotview .e-member-editor-dialog .e-member-prompt {
  padding: 15px 20px;
  text-align: center;
  width: 100%;
}
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
  display: none;
}
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
  display: inline-block;
  height: 150px;
  max-width: 400px;
  overflow: auto;
  width: 100%;
}
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
  display: inline-table;
  width: 100%;
}
.e-pivotview .e-member-editor-dialog .e-member-editor-container.e-olap-field-list-tree {
  overflow-x: auto;
}
.e-pivotview .e-member-editor-dialog .e-select-all-container ul,
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul {
  margin-left: -35px;
  overflow: hidden;
}
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-text,
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
}
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-icon,
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-icon {
  margin: 0;
}
.e-pivotview .e-member-editor-dialog .e-excelfilter {
  padding-top: 20px;
}
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
  height: 150px;
}
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
  height: 145px;
}
.e-pivotview .e-member-editor-dialog .e-label-filter,
.e-pivotview .e-member-editor-dialog .e-value-filter {
  height: 248px;
  overflow: auto;
  padding: 20px;
  padding-bottom: 0;
}
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  font-size: 13px;
  font-weight: 500;
}
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,
.e-pivotview .e-member-editor-dialog .e-label-filter .e-separator-div,
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-option-container-1,
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-option-container-2,
.e-pivotview .e-member-editor-dialog .e-value-filter .e-separator-div {
  padding-top: 20px;
}
.e-pivotview .e-member-editor-dialog .e-label-filter .e-between-text-div,
.e-pivotview .e-member-editor-dialog .e-value-filter .e-between-text-div {
  padding: 8px 0;
}
.e-pivotview .e-member-editor-dialog .e-label-filter .e-disable,
.e-pivotview .e-member-editor-dialog .e-value-filter .e-disable {
  display: none;
}
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
  border: none;
}
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
  margin: 0 0 0 6px;
}
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
  height: fit-content;
}
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
  font-size: 14px;
  /* stylelint-disable */
  top: 0 !important;
  /* stylelint-enable */
}
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
  margin: 0 6px 0 0;
}
.e-pivotview .e-member-editor-dialog .e-disable {
  display: none !important;
}
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
  float: left;
  margin: 0 !important;
}
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
  display: none;
}
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
  align-items: center;
  background: #f5f5f5;
  display: flex !important;
  /* stylelint-enable */
  height: 40px;
  justify-content: center;
  opacity: 100%;
}
.e-pivotview .e-member-editor-dialog .e-editor-label-container.e-label-container-visible {
  display: block;
}
.e-pivotview .e-member-editor-dialog .e-editor-label-container.e-label-container-hide {
  display: none;
}
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
  color: #fff;
  font: 500 13px Roboto;
  margin-bottom: 0;
  opacity: 0.87;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
  margin-left: 0;
  margin-right: 10px;
}
.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
  margin-left: 0;
  margin-right: -35px;
}
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
  float: right;
  margin: 0;
}
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul,
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
  margin-left: 0;
}
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child {
  padding-left: 10px;
  padding-right: 10px;
}
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop {
  margin: 0 5px;
}
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop .e-caret {
  font-size: 12px;
}
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop li .e-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
  margin-right: 0;
}
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
  padding-top: 4px !important;
}
.e-pivotview .e-value-field-settings .e-dlg-header-content,
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
.e-pivotview .e-group-field-settings .e-dlg-header-content {
  border: 0;
  border-radius: 4px;
  font-weight: normal;
}
.e-pivotview .e-value-field-settings .e-footer-content,
.e-pivotview .e-member-editor-dialog .e-footer-content,
.e-pivotview .e-pivot-format-dialog .e-footer-content,
.e-pivotview .e-group-field-settings .e-footer-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.e-pivotview .e-value-field-settings .e-dlg-content,
.e-pivotview .e-member-editor-dialog .e-dlg-content,
.e-pivotview .e-pivot-format-dialog .e-dlg-content,
.e-pivotview .e-group-field-settings .e-dlg-content {
  overflow: hidden;
}
.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder,
.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder,
.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder,
.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder,
.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder,
.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder,
.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,
.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-moz-placeholder,
.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-moz-placeholder,
.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,
.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder,
.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-moz-placeholder,
.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-moz-placeholder,
.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder {
  color: #ff6652 !important;
  font-weight: 600 !important;
}
.e-pivotview .e-member-editor-dialog .e-dlg-content,
.e-pivotview .e-pivot-format-dialog .e-dlg-content {
  padding: 0;
}
.e-pivotview .e-value-field-settings .e-footer-content,
.e-pivotview .e-member-editor-dialog .e-footer-content {
  border-top: 1px solid #616161;
}
.e-pivotview .e-value-field-settings,
.e-pivotview .e-pivot-format-dialog {
  min-width: 300px;
}
.e-pivotview .e-value-field-settings .e-dlg-content,
.e-pivotview .e-pivot-format-dialog .e-dlg-content {
  overflow: auto;
}
.e-pivotview .e-pivotchart-type-dialog {
  /* stylelint-disable */
  max-width: 350px !important;
  max-height: 420px !important;
  /* stylelint-enable */
}
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
  padding-bottom: 20px;
}
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container .e-chart-type-option-text,
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text .e-chart-type-option-text {
  padding-bottom: 5px;
}
.e-pivotview .e-pivotchart-type-dialog .e-multiple-axes-mode-container {
  padding-top: 20px;
}
.e-pivotview .e-pivotchart-type-dialog .e-multiple-axes-mode-container .e-multiple-axes-mode-text {
  padding-bottom: 5px;
}
.e-pivotview .e-pivotchart-type-dialog .e-dialog-multiple-axis,
.e-pivotview .e-pivotchart-type-dialog .e-dialog-show-legend {
  width: 49%;
}
.e-pivotview .e-pivot-format-dialog {
  /* stylelint-disable */
  max-height: 570px !important;
  max-width: 350px !important;
  /* stylelint-enable */
}
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
  padding: 0 20px;
}
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable,
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-lable,
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-lable,
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable,
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable {
  font-weight: 500;
}
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop,
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-drop,
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-text,
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-drop,
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
  margin-bottom: 20px;
}
.e-pivotview .e-pivot-toolbar {
  /* stylelint-disable */
  box-sizing: border-box !important;
  /* stylelint-enable */
  background: #212121;
  border-bottom: 0;
  border-style: solid;
}
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
  background: #212121;
}
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
  font-size: 16px;
}
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-disabled {
  pointer-events: none;
}
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
  background-color: #212121;
  border: none;
  /* stylelint-disable */
}
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
  /* stylelint-disable */
  height: 40px !important;
  /* stylelint-enable */
  overflow: hidden;
  padding-left: 10px;
}
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
  background-color: #212121;
}
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
  margin-left: 18px !important;
}
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template,
.e-pivotview .e-pivot-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
  padding: 0 !important;
  /* stylelint-enable */
}
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
  float: left;
  font-weight: 500;
}
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
  float: right;
  margin: 0 8px;
}
.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-label {
  float: right;
}
.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-drop {
  float: left;
}
.e-pivotview .e-pivot-toolbar.e-rtl .e-pivot-toolbar-menu ul .e-menu-item {
  padding-left: 30px;
  padding-right: 10px;
}
.e-pivotview .e-frozenscrollbar {
  background: #212121;
}
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
  -webkit-transform: translate3d(0, 0, 0);
}

.e-pivotview-disable-icon {
  visibility: hidden;
}

.e-pivotview-report-inner {
  padding-top: 10px;
}

.e-pivotview-report-dialog {
  /* stylelint-disable */
  max-width: 350px !important;
}

.e-mdx-query-content {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  height: 200px;
  margin-top: 5px;
  padding: 5px 10px;
  resize: none;
  width: 100%;
}

.e-pivotview-mdx-dialog {
  max-width: 500px !important;
}

/* stylelint-enable */
.e-report-outer {
  display: inline-block;
  width: 100%;
}

.e-pivotview-report-label {
  float: left;
  margin-top: 8px;
  width: 40%;
}

/* stylelint-disable */
.e-pivotview-report-input {
  float: right;
  width: 60% !important;
}

*.e-rtl .e-pivotview-report-input {
  float: left;
}
*.e-rtl .e-pivotview-report-label {
  float: right;
}

.e-pivotview-pdf-export,
.e-pivotview-excel-export,
.e-pivotview-csv-export,
.e-pivotview-png-export,
.e-pivotview-jpeg-export,
.e-pivotview-svg-export {
  font-size: 18px !important;
}

/* stylelint-enable */
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
  white-space: nowrap;
}

.e-drillthrough-dialog {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-drillthrough-dialog .e-drillthrough-body-header-container {
  margin-bottom: 20px;
}
.e-drillthrough-dialog .e-drillthrough-body-header {
  color: #fff;
  font-weight: 500;
}
.e-drillthrough-dialog .e-drillthrough-body-header-value {
  color: #fff;
  margin-right: 20px;
}
.e-drillthrough-dialog .e-drillthrough-body-header-common {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: inline-block;
  flex-wrap: wrap;
}

.e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
  margin-right: 4px;
}
.e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader {
  /* stylelint-disable */
  padding-right: 0 !important;
}
.e-pivotview.e-pivotview-autofit .e-grid .e-group-rows .e-pivot-button {
  display: none !important;
  /* stylelint-enable */
}

.e-pivotview {
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-enable */
}
.e-pivotview .e-pivotcell-container {
  align-items: center;
  display: flex;
  max-height: inherit;
}
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
  align-items: center;
  display: flex;
}
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
  text-overflow: clip;
}
.e-pivotview .e-nextspan {
  display: inline-block;
  width: 18px;
}
.e-pivotview .e-lastspan {
  display: inline-block;
  padding-top: 10px;
  width: 12px;
}
.e-pivotview .e-grid.e-gridhover tr[role=row]:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background-color: rgba(0, 0, 0, 0);
}
.e-pivotview .e-rowsheader .e-cellvalue {
  margin-left: 10px;
}
.e-pivotview .e-valuescontent {
  opacity: 0.87;
  padding-right: 8px;
  text-align: right;
}
.e-pivotview .e-grid .e-rowcell {
  /* stylelint-disable */
  font-size: 13px !important;
  padding-left: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.e-pivotview .e-grid .e-rowcell.e-disable {
  display: none !important;
}
.e-pivotview .e-grid .e-content-virtualtable {
  overflow-x: auto;
  scrollbar-width: none;
}
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
  display: none;
}
.e-pivotview .e-gtot,
.e-pivotview .e-gtot.e-rowsheader,
.e-pivotview .e-gtot.e-columnsheader,
.e-pivotview .e-grid .e-content,
.e-pivotview .e-grid .e-gridheader {
  background: #212121;
}
.e-pivotview .e-headercell:not(.e-columnsheader) {
  background: #212121 !important;
}
.e-pivotview .e-grid .e-gridheader {
  border-bottom-width: 1px;
}
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  vertical-align: middle;
}
.e-pivotview .e-gtot {
  font-weight: 500;
}
.e-pivotview .e-gtot .e-cellvalue {
  color: #fff 87%;
}
.e-pivotview .e-rowsheader,
.e-pivotview .e-columnsheader {
  background: #212121;
}
.e-pivotview .e-rowsheader .e-cellvalue {
  margin-left: 8px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-pivotview .e-pivot-conditional-empty-format {
  margin: 10px;
}
.e-pivotview .e-member-editor-dialog,
.e-pivotview .e-olap-editor-dialog {
  min-height: 350px !important;
  min-width: 320px !important;
  visibility: hidden;
}
.e-pivotview .e-member-editor-dialog.e-node-limit,
.e-pivotview .e-olap-editor-dialog.e-node-limit {
  max-height: 450px !important;
}
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
  margin-left: 20px;
}
.e-pivotview .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items {
  margin-left: 0;
  margin-right: 20px;
}
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
  width: 100%;
}
.e-pivotview .e-toolbar .e-tbar-btn {
  background-color: transparent;
}
.e-pivotview .e-grid .e-rowsheader.e-active,
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
.e-pivotview .e-grid .e-columnsheader.e-active,
.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground,
.e-pivotview .e-grid .e-rowsheader.e-active,
.e-pivotview .e-grid .e-rowsheader.e-selectionbackground,
.e-pivotview .e-grid .e-columnsheader.e-active,
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground {
  background: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}
.e-pivotview .e-grid .e-rowsheader.e-active .e-stackedheadercelldiv, .e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue,
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons,
.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext,
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-stackedheadercelldiv,
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue,
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons,
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext,
.e-pivotview .e-grid .e-columnsheader.e-active .e-stackedheadercelldiv,
.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue,
.e-pivotview .e-grid .e-columnsheader.e-active .e-icons,
.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext,
.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-stackedheadercelldiv,
.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue,
.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons,
.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext,
.e-pivotview .e-grid .e-rowsheader.e-active .e-stackedheadercelldiv,
.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue,
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons,
.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext,
.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-stackedheadercelldiv,
.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue,
.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons,
.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext,
.e-pivotview .e-grid .e-columnsheader.e-active .e-stackedheadercelldiv,
.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue,
.e-pivotview .e-grid .e-columnsheader.e-active .e-icons,
.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext,
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-stackedheadercelldiv,
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue,
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons,
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext {
  color: #fff !important;
}
.e-pivotview .e-drop-indicator {
  display: block;
}
.e-pivotview div div span.e-value-sort-icon.e-value-sort-icon-left {
  float: left;
}
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
  float: right;
  font-size: 10px !important;
}
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
  display: none;
}
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
  margin: -15px 0 !important;
}
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
  margin: 0 !important;
}
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
  margin: 0 !important;
  margin-left: auto !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.e-pivotview .e-rowsheader .e-sortfilterdiv {
  line-height: initial !important;
  margin: 0 !important;
  padding: 0 !important;
}
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
  border: 1px solid #616161;
}
.e-pivotview .e-grid .e-icons {
  color: rgba(255, 255, 255, 0.7) !important;
}
.e-pivotview .e-grid .e-icons:hover {
  color: #fff !important;
}
.e-pivotview .e-grid {
  border-color: #616161;
}
.e-pivotview .e-grid .e-rowsheader {
  line-height: initial !important;
  padding-left: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.e-pivotview .e-grid .e-rowsheader .e-rowcell span {
  flex-shrink: 0;
}
.e-pivotview .e-grid .e-rowsheader .e-pivotrow-container {
  display: flex;
  width: 100%;
  align-items: center;
}
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
  color: rgba(255, 255, 255, 0.7) !important;
}
.e-pivotview .e-grid .e-pivot-content-loader {
  position: absolute;
  z-index: 10;
  color: #3f51b5;
  font-size: 20px;
  text-align: center;
  padding: 10%;
  pointer-events: none;
}
.e-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
  display: none;
}
.e-pivotview .e-grid .e-virtual-pivot-content {
  visibility: hidden;
}
.e-pivotview .e-grid th.e-leftfreeze:has(.e-rhandler:hover) {
  border-right: 1px dashed #616161 !important;
}
.e-pivotview .e-grid.e-rtl th.e-leftfreeze:has(.e-rhandler:hover) {
  border-left: 1px dashed #616161 !important;
  border-right: unset !important;
}
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner {
  z-index: 1 !important;
}
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
  visibility: hidden !important;
  /* stylelint-enable */
}
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
  align-self: center;
}
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
  /* stylelint-disable */
  height: 100% !important;
  /* stylelint-enable */
}
.e-pivotview .e-grid .e-headercelldiv,
.e-pivotview .e-grid .e-columnsheader {
  /* stylelint-disable */
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.e-pivotview .sf-grid .e-spinner-pane {
  z-index: 1 !important;
}
.e-pivotview .e-grid .e-headercelldiv,
.e-pivotview .e-grid .e-stackedheadercelldiv {
  line-height: normal;
}
.e-pivotview .e-frozenheader > .e-table,
.e-pivotview .e-frozencontent > .e-table {
  border-left-color: #616161 !important;
  border-right-color: #616161 !important;
  border-left: 0;
  border-right-width: 1px;
}
.e-pivotview .e-leftfreeze.e-freezeleftborder {
  border-left-color: #616161 !important;
  border-right-color: #616161 !important;
  border-right-width: 1px !important;
}
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
  background: #212121;
}
.e-pivotview .e-stackedheadercelldiv {
  display: block;
  padding: 0 0 0 1px !important;
}
.e-pivotview .e-stackedheadertext.e-cellvalue,
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
  display: inline-block;
  padding-left: 8px !important;
}
.e-pivotview .e-headercelldiv.e-cellvalue {
  margin-left: 0px;
}
.e-pivotview .e-stackedheadercelldiv,
.e-pivotview .e-stackedheadertext,
.e-pivotview .e-headertext,
.e-pivotview .e-rowsheader .e-cellvalue {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell {
  cursor: pointer;
}
.e-pivotview .e-rowcell {
  opacity: 1;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotview .e-rowcell .e-cellvalue {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.e-pivotview .e-grouping-bar {
  min-width: 400px;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotview .e-grouping-bar .e-right-axis-fields {
  flex: auto;
}
.e-pivotview .e-grouping-bar .e-left-axis-fields,
.e-pivotview .e-grouping-bar .e-right-axis-fields {
  height: auto;
}
.e-pivotview .e-grouping-bar .e-axis-row,
.e-pivotview .e-grouping-bar .e-axis-column,
.e-pivotview .e-grouping-bar .e-axis-value,
.e-pivotview .e-grouping-bar .e-axis-filter,
.e-pivotview .e-grouping-bar .e-group-all-fields {
  background: #212121;
  display: flex;
}
.e-pivotview .e-grouping-bar .e-axis-row.e-axis-row-hide {
  display: none;
}
.e-pivotview .e-grouping-bar .e-left-axis-fields-container {
  display: flex;
}
.e-pivotview .e-grouping-bar .e-left-axis-fields {
  border: 1px solid #616161;
  border-bottom-width: 0;
  border-right-width: 0;
  min-width: 100px;
}
.e-pivotview .e-grouping-bar .e-left-axis-fields.e-static-server-rendering {
  width: 250px;
}
.e-pivotview .e-grouping-bar .e-all-fields-axis {
  background: #212121;
  border: 1px solid #616161;
  border-bottom-width: 0;
  height: 30px !important;
  min-height: 30px !important;
}
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav {
  background: #212121;
  min-height: 30px !important;
}
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav:hover .e-nav-arrow {
  color: #fff !important;
}
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items {
  background: #212121;
  min-height: 30px !important;
}
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items .e-toolbar-item {
  margin: 0 !important;
  min-height: 30px !important;
  padding: 0 !important;
}
.e-pivotview .e-grouping-bar .e-right-axis-fields {
  border: 1px solid #616161;
  border-bottom-width: 0;
}
.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter {
  border-bottom: 1px solid #616161;
}
.e-pivotview .e-group-values,
.e-pivotview .e-group-columns,
.e-pivotview .e-group-filters,
.e-pivotview .e-group-rows,
.e-pivotview .e-group-all-fields {
  background: #212121;
  display: inline-table;
  flex: auto;
  height: 30px;
  min-height: 30px;
  overflow: hidden;
  padding-left: 8px;
  scroll-behavior: smooth;
  vertical-align: top;
}
.e-pivotview .e-group-values.e-drag-restrict,
.e-pivotview .e-group-columns.e-drag-restrict,
.e-pivotview .e-group-filters.e-drag-restrict,
.e-pivotview .e-group-rows.e-drag-restrict,
.e-pivotview .e-group-all-fields.e-drag-restrict {
  cursor: no-drop;
}
.e-pivotview .e-group-values .e-draggable-prompt,
.e-pivotview .e-group-columns .e-draggable-prompt,
.e-pivotview .e-group-filters .e-draggable-prompt,
.e-pivotview .e-group-rows .e-draggable-prompt,
.e-pivotview .e-group-all-fields .e-draggable-prompt {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  line-height: 22px;
  margin-top: 4px;
  padding-left: 8px;
  pointer-events: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
.e-pivotview .e-group-rows .e-pvt-btn-div {
  display: inline-flex;
  height: 24px;
  padding: 3px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 8px;
}
.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-indent-div,
.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div {
  pointer-events: none;
}
.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator,
.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator {
  pointer-events: none;
  width: 2px;
}
.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
  border-left: 1px dashed #757575;
}
.e-pivotview .e-grouping-bar .e-pivot-button,
.e-pivotview .e-group-rows .e-pivot-button {
  align-items: center;
  background: #424242;
  border: 1px solid none;
  border-radius: 25px;
  box-shadow: none;
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  cursor: default;
  display: flex;
  font-weight: normal;
  height: 24px;
  padding: 0 8px;
  text-transform: none;
  vertical-align: bottom;
  z-index: 1;
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
  opacity: 0.5;
}
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
.e-pivotview .e-group-rows .e-pivot-button:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.18);
}
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-dropdown-icon,
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-pv-filter,
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-pv-filtered,
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-remove,
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-edit,
.e-pivotview .e-group-rows .e-pivot-button:hover .e-sort,
.e-pivotview .e-group-rows .e-pivot-button:hover .e-dropdown-icon,
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filter,
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
  color: #fff;
}
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused {
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-sort,
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-dropdown-icon,
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-pv-filter,
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-pv-filtered,
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-remove,
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-edit,
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-sort,
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-dropdown-icon,
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filter,
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
  color: #fff;
}
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
.e-pivotview .e-group-rows .e-pivot-button:focus,
.e-pivotview .e-group-rows .e-pivot-button:active {
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-sort,
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-dropdown-icon,
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-pv-filter,
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-pv-filtered,
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-remove,
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-edit, .e-pivotview .e-grouping-bar .e-pivot-button:active .e-sort,
.e-pivotview .e-grouping-bar .e-pivot-button:active .e-dropdown-icon,
.e-pivotview .e-grouping-bar .e-pivot-button:active .e-pv-filter,
.e-pivotview .e-grouping-bar .e-pivot-button:active .e-pv-filtered,
.e-pivotview .e-grouping-bar .e-pivot-button:active .e-remove,
.e-pivotview .e-grouping-bar .e-pivot-button:active .e-edit,
.e-pivotview .e-group-rows .e-pivot-button:focus .e-sort,
.e-pivotview .e-group-rows .e-pivot-button:focus .e-dropdown-icon,
.e-pivotview .e-group-rows .e-pivot-button:focus .e-pv-filter,
.e-pivotview .e-group-rows .e-pivot-button:focus .e-pv-filtered,
.e-pivotview .e-group-rows .e-pivot-button:focus .e-remove,
.e-pivotview .e-group-rows .e-pivot-button:focus .e-edit,
.e-pivotview .e-group-rows .e-pivot-button:active .e-sort,
.e-pivotview .e-group-rows .e-pivot-button:active .e-dropdown-icon,
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filter,
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
  color: #fff;
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
  background: transparent;
  cursor: move;
  flex: auto;
  font-size: 13px;
  margin-right: 4px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
  cursor: auto;
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
  display: none;
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort,
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter,
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered,
.e-pivotview .e-grouping-bar .e-pivot-button .e-remove,
.e-pivotview .e-grouping-bar .e-pivot-button .e-edit,
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  width: 18px;
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter:hover,
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered:hover,
.e-pivotview .e-grouping-bar .e-pivot-button .e-remove:hover,
.e-pivotview .e-grouping-bar .e-pivot-button .e-edit:hover,
.e-pivotview .e-group-rows .e-pivot-button .e-sort:hover,
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon:hover,
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter:hover,
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
  color: #fff;
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter.e-disable,
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotview .e-grouping-bar .e-pivot-button .e-remove.e-disable,
.e-pivotview .e-grouping-bar .e-pivot-button .e-edit.e-disable,
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-disable,
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter.e-disable,
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotview .e-group-rows .e-pivot-button .e-remove.e-disable,
.e-pivotview .e-group-rows .e-pivot-button .e-edit.e-disable {
  display: none;
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort,
.e-pivotview .e-group-rows .e-pivot-button .e-sort {
  height: 12px;
  transform: rotateX(0deg);
  transition: transform 200ms ease-in-out;
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
  transform: rotateX(180deg);
}
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon {
  margin-top: 1px;
}
.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button {
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-pivotview .e-group-filters,
.e-pivotview .e-group-columns {
  width: 100%;
}
.e-pivotview th.e-group-row .e-axis-row {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: 100%;
}
.e-pivotview .e-group-row {
  padding: 0 !important;
}
.e-pivotview .e-group-row .e-group-rows {
  display: table;
  flex: none;
  width: 100%;
}
.e-pivotview .e-group-row .e-group-rows.e-tabular-group-rows {
  padding-top: 3px !important;
  padding-left: 0px !important;
}
.e-pivotview .e-group-row .e-group-rows.e-static-server-rendering {
  display: grid;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div {
  max-width: unset;
  width: 100%;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div.e-tabular-pvt-btn {
  margin: 0px !important;
  padding: 0 0 0 10px !important;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
  width: 100% !important;
  max-width: 180px !important;
  min-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-tabular-row-btn {
  width: 100% !important;
  max-width: 180px !important;
  min-width: 80px;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-edit {
  color: #fff !important;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused {
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-sort,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-dropdown-icon,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-pv-filter,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-pv-filtered,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-remove,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-edit {
  color: #fff !important;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active {
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-edit, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-edit {
  color: #fff !important;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px;
  margin-left: 4px !important;
  width: 18px;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit:hover {
  color: #fff !important;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit.e-disable {
  display: none;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort {
  height: 12px;
  width: 18px;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
  transform: rotateX(180deg);
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
  margin-top: 1px;
}
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
  pointer-events: none;
}
.e-pivotview .e-axis-value {
  display: inline-block;
  height: 100%;
}
.e-pivotview .e-axis-value .e-group-values {
  height: 100%;
  padding-bottom: 0;
}
.e-pivotview .e-axis-value .e-group-chart-values {
  align-items: center;
  display: flex;
  height: 28px;
}
.e-pivotview .e-axis-value .e-group-chart-values-drodown {
  font-size: 13px;
  height: 25px;
}
.e-pivotview .e-axis-column .e-group-chart-columns-dropdown {
  font-size: 13px;
  height: 25px;
  margin: 0;
}
.e-pivotview .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon {
  min-height: initial;
}
.e-pivotview .e-axis-column .e-group-chart-columns-dropdown input.e-input {
  padding-bottom: 7px;
}
.e-pivotview .e-chart-grouping-bar .e-axis-value {
  height: auto !important;
  border-bottom: 1px solid #616161;
}
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
  margin: 0;
}
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon {
  min-height: initial;
}
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
  align-self: center;
  height: initial;
}
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag):not(.e-selected-option-icon):not(.e-nav-arrow) {
  height: auto;
  width: auto;
}
.e-pivotview .e-expand::before,
.e-pivotview .e-expand {
  font-size: 10px !important;
}
.e-pivotview .e-collapse::before,
.e-pivotview .e-collapse {
  font-size: 10px !important;
}
.e-pivotview .e-expand,
.e-pivotview .e-collapse {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  text-align: center;
  width: 18px;
}
.e-pivotview th .e-expand,
.e-pivotview th .e-collapse {
  font-size: 10px !important;
  margin-left: 0;
}
.e-pivotview .e-pivot-pager {
  padding: 4px 12px;
}
.e-pivotview .e-pivot-pager.sf-pager .e-pivot-pager-info-container.e-pagercontainer {
  font-size: unset;
}
.e-pivotview .e-pivot-pager.e-pivot-pager-bottom {
  border-top: 0;
}
.e-pivotview .e-pivot-pager.e-pivot-pager-top {
  border-bottom: 0;
}
.e-pivotview .e-pivot-pager .e-pivotview-vseparator {
  height: auto;
  border-left: 1px solid #e4e4e4;
  margin: 8px 16px;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv {
  display: flex;
  flex-direction: row;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv {
  display: flex;
  flex-direction: column;
  width: 50%;
  /* stylelint-enable */
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-icon-first,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-icon-prev,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-icon-next,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-icon-last,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-icon-first,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-icon-prev,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-icon-next,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-icon-last {
  font-size: 12px;
  padding: 9px;
  /* stylelint-disable */
  margin: 0 !important;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div {
  display: flex;
  flex-direction: row;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-column-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-column-pagerString {
  color: #9e9e9e;
  font-size: 12px;
  overflow: hidden;
  text-align: initial;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-row-size,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-column-size,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-row-size,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-column-size {
  color: #424242;
  font-size: 12px;
  overflow: hidden;
  text-align: end;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
  flex: none;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
  margin-top: 5px;
  margin: 5px 0 0 0;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer.e-pivot-pager-info-container, .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer.e-pager-dropdown,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer.e-pivot-pager-info-container,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer.e-pager-dropdown {
  border-style: none;
  vertical-align: top;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pager-dropdown,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pager-dropdown {
  float: right;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-of-string-maindiv,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-of-string-maindiv,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-of-string-maindiv,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-of-string-maindiv {
  line-height: 2.4em;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-of-string-maindiv .e-pivotview-row-pagerNumber,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-of-string-maindiv .e-pivotview-column-pagerNumber,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-of-string-maindiv .e-pivotview-row-pagerNumber,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-of-string-maindiv .e-pivotview-column-pagerNumber,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-of-string-maindiv .e-pivotview-row-pagerNumber,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-of-string-maindiv .e-pivotview-column-pagerNumber,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-of-string-maindiv .e-pivotview-row-pagerNumber,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-of-string-maindiv .e-pivotview-column-pagerNumber {
  font-weight: 400;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-pager-settings,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-pager-settings {
  flex: none;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-pager-settings.e-pivot-pager-axis-container,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-pager-settings.e-pivot-pager-axis-container,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-pager-settings.e-pivot-pager-axis-container,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-pager-settings.e-pivot-pager-axis-container {
  display: inline-table;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-pager-settings .e-numeric,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-pager-settings .e-numeric,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-pager-settings .e-numeric,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-pager-settings .e-numeric {
  vertical-align: top;
  margin: 0 8px 0 20px;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
  flex-direction: row;
  width: 100%;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pagercontainer,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pagercontainer {
  margin-top: 0;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pagercontainer.e-pivot-pager-info-container, .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pagercontainer.e-pager-dropdown,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pagercontainer.e-pivot-pager-info-container,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pagercontainer.e-pager-dropdown {
  border-style: none;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-column-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-column-pagerString {
  text-align: center;
  width: 100%;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
  /* stylelint-disable */
  width: auto !important;
  /* stylelint-enable */
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-column-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-column-pagerString {
  flex: auto;
  font-size: 14px;
  line-height: 2.4em;
  text-align: center;
}
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-row-size,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-column-size,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-row-size,
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-column-size {
  font-size: 14px;
  line-height: 2.4em;
  padding: 0 14px 0 0;
  width: inherit;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivotview-vseparator {
  margin-top: 9px;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv {
  align-items: center;
  flex-direction: row;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 50%;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pagercontainer,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pagercontainer,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
  margin-top: 0;
  margin-top: 6px;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivotview-column-size,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-column-size,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivotview-column-size,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-column-size {
  flex: auto;
  font-size: 14px;
  line-height: 2.4em;
  padding: 0 14px 0 0;
  text-align: end;
  width: inherit;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivotview-column-pagerString,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-column-pagerString,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivotview-column-pagerString,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-column-pagerString {
  font-size: 14px;
  line-height: 2.4em;
  min-width: 50px;
  text-align: initial;
  width: inherit;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings {
  align-items: center;
  display: flex;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
  margin-bottom: 0;
}
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pivot-pager-row-maindiv.e-page-size-disable .e-pivotview-text-div,
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pivot-pager-column-maindiv.e-page-size-disable .e-pivotview-text-div {
  width: 50%;
}
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings {
  padding: 0 14px 0 0;
}
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivotview-column-size,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-column-size,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivotview-column-size,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-column-size {
  padding: 0 0 0 14px;
}
.e-pivotview .e-pivot-pager.e-device {
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotview .e-pivot-pager.e-device .e-pivotview-hseparator {
  border-top: 1px solid #e4e4e4;
  margin: 8px 12px;
  width: auto;
}
.e-pivotview .e-pivot-pager.e-device .e-pivot-pager-maindiv {
  flex-direction: column;
}
.e-pivotview .e-pivot-pager.e-device .e-pivot-pager-maindiv .e-pagercontainer {
  display: inline-block;
}
.e-pivotview .e-pivot-pager.e-device .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv,
.e-pivotview .e-pivot-pager.e-device .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv {
  width: 100%;
}
.e-pivotview .e-pivot-pager.e-device .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pagercontainer {
  margin-top: 6px;
}
@media (max-width: 400px) {
  .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
    min-width: 10px !important;
  }
}
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-pager-settings .e-numeric,
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-pager-settings .e-numeric,
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-pager-settings .e-numeric,
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-pager-settings .e-numeric {
  margin: 0 20px 0 8px;
}
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pager-dropdown,
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pager-dropdown {
  float: left;
}
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivotview-column-size,
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-row-size,
.e-pivotview .e-pivot-pager.e-rtl .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivotview-column-size {
  padding: 0 0 0 14px;
}
@media (max-width: 769px) {
  .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pagercontainer {
    display: inline-block;
  }
}
.e-pivotview.e-rtl {
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
}
.e-pivotview.e-rtl .e-expand::before,
.e-pivotview.e-rtl .e-collapse::before {
  margin-left: 0;
}
.e-pivotview.e-rtl .e-grid .e-rowsheader,
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
.e-pivotview.e-rtl .e-grid .e-columnsheader {
  padding-right: 8px !important;
}
.e-pivotview.e-rtl .e-frozenheader > .e-table,
.e-pivotview.e-rtl .e-frozencontent > .e-table,
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
  border-left-width: 1px !important;
  border-right: 0;
}
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
  margin-left: 0;
  margin-right: 7px;
}
.e-pivotview.e-rtl .e-valuescontent {
  text-align: left;
}
.e-pivotview.e-rtl .e-group-values,
.e-pivotview.e-rtl .e-group-columns,
.e-pivotview.e-rtl .e-group-filters,
.e-pivotview.e-rtl .e-group-all-fields {
  padding-left: 0;
  padding-right: 8px;
}
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div,
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div {
  padding-left: 8px;
  padding-right: 0;
}
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
  margin-left: 4px;
  text-align: right;
}
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit,
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
  padding-left: 0;
  padding-right: 4px;
}
.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields {
  border-left-width: 0;
  border-right-width: 1px;
}
.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields {
  border-left-width: 1px;
}
.e-pivotview.e-rtl .e-group-row .e-group-rows {
  padding-left: 0;
  padding-right: 8px;
}
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
  /* stylelint-disable */
  padding-left: 8px;
  padding-right: 0;
  /* stylelint-enable */
}
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
  margin-left: 4px;
  margin-right: 0;
  text-align: right;
}
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
  padding-left: 0;
  padding-right: 7px;
}
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
  padding-right: 8px !important;
}
.e-pivotview.e-rtl .e-sortfilterdiv {
  float: left;
}
.e-pivotview.e-rtl th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border) {
  border-left-width: 1px;
}
.e-pivotview.e-device {
  /* stylelint-disable */
}
.e-pivotview.e-device .e-grid {
  min-width: 300px !important;
}
.e-pivotview.e-device .e-grouping-bar {
  min-width: 300px !important;
}
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
  line-height: 1em !important;
}
.e-pivotview.e-device .e-grouping-bar .e-group-chart-rows .e-pvt-btn-div .e-pivot-button,
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button,
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button,
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button,
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
  max-width: 130px;
}
.e-pivotview.e-device .e-drillthrough-dialog {
  width: 100% !important;
}
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
  width: 0 !important;
}
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
  max-width: 130px;
}
.e-pivotview.e-device .e-scrollbar .e-movablescrollbar {
  min-height: 1px !important;
  visibility: hidden;
}
.e-pivotview .e-component-disable {
  display: none !important;
}
.e-pivotview .e-pivotchart.e-chart {
  overflow: visible !important;
}

.e-pivottooltipwrap,
.e-pivottooltip-container {
  opacity: 1;
}

.e-drillthrough-dialog {
  visibility: hidden;
}

.e-pivottooltip {
  border-radius: 4px;
  padding: 3px 4px;
  text-align: initial;
}

.e-pivottooltip p {
  color: #000;
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.e-pivottooltip p.e-tooltipcontent {
  margin-left: 5px;
}

.e-pivottooltiptemplate.e-tooltip-wrap {
  border: medium none transparent;
  max-width: none;
  min-width: 0;
  opacity: 1;
}

.e-pivottooltiptemplate .e-tip-content {
  overflow-x: visible;
  padding: unset;
  word-break: normal;
}

.e-rtl .e-pivottooltip p.e-tooltipcontent {
  margin-left: 0;
  margin-right: 5px;
}

.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
  background-size: 100% 200px;
}

.e-pivotview .e-expand::before {
  content: "\e859";
}
.e-pivotview .e-collapse::before {
  content: "\e83d";
}
.e-pivotview.e-rtl .e-expand::before {
  content: "\e854";
}
.e-pivotview .e-sort::before {
  content: "\e667";
}
.e-pivotview .e-pv-filter::before {
  content: "\e909";
}
.e-pivotview .e-pv-filtered::before {
  color: #00b0ff;
  content: "\ebb3";
}
.e-pivotview .e-remove::before {
  content: "\e208";
}
.e-pivotview .e-selected-option-icon::before {
  content: "\ea84";
}
.e-pivotview .e-clear-filter-icon::before {
  content: "\ea82";
}
.e-pivotview .e-dropdown-icon::before {
  content: "\e83d";
}
.e-pivotview .e-export::before {
  content: "\e711";
}
.e-pivotview .e-new-report::before {
  content: "\e712";
}
.e-pivotview .e-save-report::before {
  content: "\e703";
}
.e-pivotview .e-saveas-report::before {
  content: "\e704";
}
.e-pivotview .e-rename-report::before {
  content: "\e70c";
}
.e-pivotview .e-remove-report::before {
  content: "\e706";
}
.e-pivotview .e-sub-total::before {
  content: "\e709";
}
.e-pivotview .e-grand-total::before {
  content: "\e707";
}
.e-pivotview .e-toolbar-fieldlist::before {
  content: "\e434";
}
.e-pivotview .e-toolbar-grid::before {
  content: "\e708";
}
.e-pivotview .e-toolbar-chart::before {
  content: "\e70f";
}
.e-pivotview .e-toolbar-formatting::before {
  content: "\e725";
}
.e-pivotview .e-pivot-button .e-edit::before {
  content: "\e891";
}
.e-pivotview .e-sort-ascend-icon::before {
  content: "\e734";
}
.e-pivotview .e-sort-descend-icon::before {
  content: "\e733";
}

.e-pivotview-pdf-export::before {
  content: "\e70d";
}

.e-pivotview-excel-export::before {
  content: "\e700";
}

.e-pivotview-csv-export::before {
  content: "\e701";
}

.e-pivotview-png-export::before {
  content: "\e715";
}

.e-pivotview-jpeg-export::before {
  content: "\e713";
}

.e-pivotview-svg-export::before {
  content: "\e716";
}

.e-mdx::before {
  content: "\e724";
}

.e-pivotview-select-icon::before {
  content: "\e614";
}

.e-pivotview-export::before {
  content: "\e711";
}

.e-pivotview-grid::before {
  content: "\e708";
}

.e-pivotview-expand::before {
  content: "\e556";
}

.e-pivotview-collapse::before {
  content: "\e554";
}

.e-pivot-format-menu::before {
  content: "\e728";
}

.e-pivot-number-format-menu::before {
  content: "\e70b";
}

.e-pivot-conditional-format-menu::before {
  content: "\e725";
}

.e-pivot-format-toolbar::before {
  content: "\e70b";
}

.e-pivotview-group::before {
  content: "\e74b";
}

.e-pivotview-ungroup::before {
  content: "\e74c";
}

.e-level-options .e-selected-level-icon::before {
  content: "\e614";
}

.e-query-builder {
  border: 1px solid;
  border-radius: 0;
  height: auto;
  width: auto;
}
.e-query-builder .e-rule-field {
  user-select: none;
}
.e-query-builder .e-multiselect .e-qb-spinner .e-spinner-inner {
  left: auto;
  right: 5px;
}
.e-query-builder .e-cloneproperties.e-group-body {
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder .e-dragclone.e-cloneproperties .e-group-container, .e-query-builder .e-dragclone.e-cloneproperties .e-rule-container {
  background: #424242;
}
.e-query-builder .e-dragclone.e-cloneproperties .e-rule-value-delete {
  margin-top: 10px;
}
.e-query-builder .e-dragclone.e-cloneproperties .e-drag-qb-rule {
  padding: 18px 5px;
}
.e-query-builder .e-dragclone, .e-query-builder .e-drag-qb-rule {
  cursor: move;
}
.e-query-builder .e-dragclone .e-rule-field {
  display: flex;
  padding: 10px;
}
.e-query-builder .e-dragclone.e-notallowedcur, .e-query-builder .e-dragclone.e-notallowedcur .e-drag-qb-rule {
  cursor: not-allowed !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder .e-group-body .e-drag-qb-rule, .e-query-builder .e-dragclone .e-drag-qb-rule {
  padding: 15px 3px 15px 11px;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
}
.e-query-builder .e-group-header .e-drag-qb-rule {
  margin: 1px;
  padding: 10px 10px 10px 3px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder .e-drag-rule-bottom-line {
  border-bottom: 2px solid #00b0ff !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder .e-drag-rule-top-line {
  border-top: 2px solid #00b0ff !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-readonly-and {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or-not {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
  border-bottom-right-radius: 2px;
}
.e-query-builder.e-rtl .e-multiselect .e-qb-spinner .e-spinner-inner {
  left: 5px;
  right: auto;
}
.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-value-delete, .e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete {
  text-align: left;
}
.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-delete, .e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete {
  padding-left: 0;
}
.e-query-builder.e-rtl.e-device .e-rule-field .e-drag-qb-rule:not(.e-hidden) {
  display: block;
}
.e-query-builder.e-rtl .e-group-header .e-group-action .e-btn {
  margin-left: 0;
  margin-right: 12px;
}
.e-query-builder.e-rtl .e-horizontal-mode .e-rule-delete {
  margin-left: 0;
  margin-right: 12px;
}
.e-query-builder.e-rtl .e-group-body {
  padding-left: 0;
  padding-right: 20px;
}
.e-query-builder.e-rtl .e-rule-list > ::before {
  border-width: 0 2px 2px 0;
}
.e-query-builder.e-rtl .e-rule-list > .e-group-container:first-child {
  margin-top: 0;
}
.e-query-builder.e-rtl .e-rule-list > ::after, .e-query-builder.e-rtl .e-rule-list > ::before {
  right: -12px;
}
.e-query-builder.e-rtl .e-rule-list > ::after {
  border-width: 0 2px 0 0;
}
.e-query-builder.e-rtl .e-rule-list .e-group-container::before {
  right: -12px;
}
.e-query-builder.e-rtl .e-rule-list > .e-group-container {
  padding-right: 0;
}
.e-query-builder .e-group-container, .e-query-builder .e-rule-container {
  position: relative;
}
.e-query-builder .e-rule-list > :first-child::before {
  top: -12px;
}
.e-query-builder .e-rule-list > :last-child::after {
  display: none;
}
.e-query-builder .e-rule-list > ::before {
  border-width: 0 0 2px 2px;
  height: 25px;
  top: -10px;
}
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
  border-style: dotted;
  content: "";
  left: -12px;
  position: absolute;
  width: 10px;
}
.e-query-builder .e-rule-list > ::after {
  border-width: 0 0 0 2px;
  height: calc(100% - 17px);
  top: 17px;
}
.e-query-builder .e-rule-list > .e-rule-container::before {
  height: calc(50% + 8px);
}
.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before {
  height: calc(50% + 12px);
}
.e-query-builder .e-rule-list > .e-rule-container::after {
  height: calc(50% + 6px);
  top: calc(50% - 3px);
}
.e-query-builder .e-rule-list > .e-group-container:first-child {
  margin-top: 0;
}
.e-query-builder .e-rule-list .e-group-container::before {
  left: -12px;
}
.e-query-builder .e-rule-list .e-group-container::after {
  left: -12px;
}
.e-query-builder .e-group-header .e-group-action .e-btn {
  margin-left: 12px;
}
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small {
  border-bottom-right-radius: 0;
  border-radius: 2px;
  border-top-right-radius: 0;
}
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small.e-not-readonly {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  pointer-events: none;
}
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small.e-readonly {
  display: none;
}
.e-query-builder .e-group-header .e-btn-group {
  border: none;
  box-shadow: none;
  display: inline-block;
}
.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-readonly-and {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-readonly {
  display: none;
}
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or-not {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly {
  display: none;
}
.e-query-builder .e-group-header .e-group-action {
  display: inline-block;
  margin-top: 0;
}
.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,
.e-query-builder .e-group-header .e-deletegroup,
.e-query-builder .e-group-header .e-clone-grp-btn,
.e-query-builder .e-group-header .e-lock-grp-btn {
  margin-bottom: 2px;
}
.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn.e-readonly,
.e-query-builder .e-group-header .e-deletegroup.e-readonly,
.e-query-builder .e-group-header .e-clone-grp-btn.e-readonly,
.e-query-builder .e-group-header .e-lock-grp-btn.e-readonly {
  display: none;
}
.e-query-builder .e-group-header button.e-button-hide {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder .e-group-header.e-btn.e-small.e-round {
  box-shadow: none;
}
.e-query-builder .e-group-header .e-group-action .e-readonly {
  display: inline-block;
  visibility: hidden;
}
.e-query-builder .e-rule-list .e-group-container {
  margin-left: 0;
  margin-top: 12px;
  width: 100%;
}
.e-query-builder .e-rule-list {
  padding: 12px 0 12px 0;
  padding-bottom: 0;
}
.e-query-builder .e-group-container {
  padding: 12px;
}
.e-query-builder .e-rule-container {
  border: none;
  border-radius: 0;
}
.e-query-builder .e-rule-list > .e-group-container {
  padding: 0;
  padding-bottom: 12px;
}
.e-query-builder .e-group-container .e-rule-list > .e-group-container {
  padding-bottom: 0;
}
.e-query-builder .e-group-body {
  padding-left: 20px;
}
.e-query-builder .e-group-body .e-rule-container {
  box-shadow: 0 2px 6px #424242;
  height: auto;
  margin-top: 0;
  padding-right: 12px;
}
.e-query-builder .e-group-body .e-rule-container.e-prev-joined-rule {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.e-query-builder .e-group-body .e-rule-container.e-joined-rule {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: dotted;
  border-top-width: 1px;
  margin-top: 0;
}
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
  margin-top: 12px;
}
.e-query-builder .e-group-body .e-rule-container .e-rule-filter, .e-query-builder .e-group-body .e-rule-container .e-rule-sub-filter {
  padding: 12px 0 12px 12px;
  width: auto;
}
.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-numeric:not(:first-child), .e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-date-wrapper:not(:first-child), .e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-input-group:not(:first-child) {
  float: right;
  margin-top: 12px;
}
.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper {
  min-width: 190px;
}
.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect, .e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper {
  max-width: 200px;
}
.e-query-builder .e-group-body .e-rule-container .e-rule-value.e-custom-value {
  width: 200px;
}
.e-query-builder .e-group-body .e-rule-container .e-operator, .e-query-builder .e-group-body .e-rule-container .e-value {
  padding: 12px 0 12px 12px;
}
.e-query-builder .e-group-body .e-rule-container .e-operator .e-radio-wrapper, .e-query-builder .e-group-body .e-rule-container .e-value .e-radio-wrapper {
  margin-right: 15px;
}
.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete, .e-query-builder .e-group-body .e-horizontal-mode .e-lock-rule, .e-query-builder .e-group-body .e-horizontal-mode .e-clone-rule {
  display: inline-block;
  margin-left: 12px;
}
.e-query-builder .e-group-body .e-rule-container button.e-button-hide {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, .e-query-builder .e-group-body .e-horizontal-mode .e-rule-sub-filter, .e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete {
  display: inline-block;
}
.e-query-builder .e-group-body .e-rule-value.e-hide {
  display: none;
}
.e-query-builder .e-group-body .e-rule-value.e-show {
  display: inline-block;
}
.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete {
  margin-bottom: 12px;
  padding-right: 0;
  right: 0;
}
.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, .e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round, .e-query-builder .e-group-body .e-lock-rule.e-btn.e-small.e-round, .e-query-builder .e-group-body .e-clone-rule.e-btn.e-small.e-round {
  box-shadow: none;
}
.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete {
  box-shadow: none;
  right: 0;
}
.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete.e-readonly {
  display: none;
}
.e-query-builder .e-dropdown-btn {
  box-shadow: 0 2px 6px #424242;
}
.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-filter, .e-query-builder.e-device .e-group-body .e-rule-container .e-rule-sub-filter {
  padding: 16px;
}
.e-query-builder.e-device .e-removerule.e-rule-delete {
  box-shadow: none;
}
.e-query-builder.e-device .e-removerule.e-rule-delete.e-readonly {
  display: none;
}
.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multiselect, .e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper, .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value .e-multi-select-wrapper, .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value .e-multiselect {
  max-width: 100%;
}
.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value-delete, .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete {
  text-align: right;
}
.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-lock-rule, .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-clone-rule, .e-query-builder.e-device .e-group-body .e-rule-container .e-lock-rule, .e-query-builder.e-device .e-group-body .e-rule-container .e-clone-rule {
  margin-bottom: 12px;
}
.e-query-builder .e-group-body .e-rule-delete, .e-query-builder .e-group-body .e-lock-rule, .e-query-builder .e-group-body .e-clone-rule {
  margin-left: 12px;
}
.e-query-builder .e-delete-icon::before {
  content: "\e945";
}
.e-query-builder .e-edit-rule.e-btn.e-small {
  box-shadow: none;
}
.e-query-builder .e-edit-rule {
  right: 0;
}
.e-query-builder .e-collapse-rule {
  border: 1px solid;
  border-right: 0;
  border-top: 0;
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12);
  font-size: 20px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.e-query-builder .e-summary-text {
  border-style: none;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  line-height: 1.5em;
  padding: 12px;
  resize: none;
  width: 100%;
}
.e-query-builder .e-summary-btndiv {
  padding: 8px 0 5px 8px;
  text-align: right;
}
.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode, .e-query-builder.e-device .e-rule-list .e-rule-container {
  padding-right: 16px;
}
.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-filter, .e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-sub-filter, .e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-operator, .e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-value, .e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-value-delete, .e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-filter, .e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-sub-filter, .e-query-builder.e-device .e-rule-list .e-rule-container .e-operator, .e-query-builder.e-device .e-rule-list .e-rule-container .e-value, .e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-value-delete {
  padding: 16px 0 0 16px;
}
.e-query-builder.e-multi-connector .e-rule-list > .e-btn-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.e-query-builder.e-multi-connector .e-qb-toggle {
  margin-left: 3px;
  margin-right: 10px;
}
.e-query-builder.e-multi-connector .e-group-container:not(:first-child) {
  padding: 12px !important;
  /* stylelint-disable-line declaration-no-important */
  border: 1px solid;
  margin-top: 0;
  border-radius: 4px;
}
.e-query-builder.e-multi-connector .e-rule-list > .e-group-container:first-child {
  padding: 12px !important;
  /* stylelint-disable-line declaration-no-important */
  border: 1px solid;
  border-radius: 4px;
}
.e-query-builder.e-multi-connector .e-group-container:not(:first-child)::before, .e-query-builder.e-multi-connector .e-rule-list > .e-group-container:first-child::before {
  height: calc(50% - 8px);
}
.e-query-builder.e-multi-connector .e-group-container::after {
  height: calc(50% + 17px);
  top: calc(50% - 17px);
}
.e-query-builder.e-multi-connector .e-btn-group + .e-group-container {
  margin-top: 0;
}
.e-query-builder.e-multi-connector .e-group-action .e-btn:first-child {
  margin-left: 0;
}
.e-query-builder.e-multi-connector .e-qb-toggle-btn {
  margin-right: 6px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder.e-multi-connector .e-multi-connector-init-group {
  height: 40px;
}
.e-query-builder.e-multi-connector .e-btn-group::after, .e-query-builder.e-multi-connector .e-btn-group::before {
  left: -12px;
  width: 8px;
}
.e-query-builder.e-multi-connector .e-rule-list .e-group-container::before, .e-query-builder.e-multi-connector .e-rule-list .e-group-container::after {
  left: -12px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder.e-multi-connector .e-rule-list .e-btn-group::before, .e-query-builder.e-multi-connector .e-rule-list .e-btn-group::after {
  left: -11.2px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder.e-multi-connector .e-qb-toggle-btn {
  box-shadow: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-query-builder.e-multi-connector .e-btn-group + .e-rule-container {
  margin-top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top,
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top {
  border-bottom: 8px solid;
}

.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom,
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom {
  border-top: 8px solid;
}

.e-qb-ddt.e-ddt .e-prevent .e-fullrow {
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-dropdown-popup .e-addgroup {
  float: right;
}
.e-dropdown-popup ul .e-item.e-button-hide {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-addrule.e-add-icon::before,
.e-addgroup.e-add-icon::before,
.e-query-builder .e-add-icon::before {
  content: "\e963";
}

*.e-device .e-rule-value {
  width: 100%;
}

.e-query-builder.e-device .e-rule-field .e-drag-qb-rule:not(.e-hidden),
.e-query-builder.e-device .e-dragclone.e-cloneproperties .e-rule-field {
  display: block;
}

.e-query-builder.e-draggable .e-rule-list .e-group-container::before {
  height: 25px;
}

.e-query-builder {
  background: #303030;
  border-color: #616161;
}
.e-query-builder .e-group-header .e-btn-group {
  border-color: #616161;
}
.e-query-builder .e-disable .e-drag-qb-rule, .e-query-builder .e-disable.e-drag-qb-rule {
  color: #616161;
}
.e-query-builder .e-group-container {
  border-color: #616161;
}
.e-query-builder .e-rule-container {
  background: #424242;
  border-color: #616161;
}
.e-query-builder .e-rule-container.e-joined-rule {
  border-top-color: #616161;
}
.e-query-builder .e-rule-list .e-group-container {
  background: #303030;
}
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
  border-color: #616161;
}
.e-query-builder .e-btn-group input:checked + label.e-btn, .e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle {
  background: #00b0ff;
  border-color: #00b0ff;
  color: #000;
}
.e-query-builder .e-removerule.e-btn.e-round, .e-query-builder .e-lock-rule.e-btn.e-round, .e-query-builder .e-clone-rule.e-btn.e-round {
  background: #424242;
}
.e-query-builder .e-removerule.e-btn.e-round.e-readonly, .e-query-builder .e-lock-rule.e-btn.e-round.e-readonly, .e-query-builder .e-clone-rule.e-btn.e-round.e-readonly {
  display: none;
}
.e-query-builder .e-summary-content textarea {
  background: #303030;
  color: #fff;
}
.e-query-builder .e-collapse-rule {
  background: #303030;
  border-color: rgba(0, 0, 0, 0.12);
  color: #fff;
}
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
  background: #616161;
}
.e-query-builder.e-multi-connector .e-group-container:not(:first-child), .e-query-builder.e-multi-connector .e-rule-list > .e-group-container:first-child {
  border-color: #616161;
}

.e-tooltip-wrap.e-querybuilder-error,
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
  background: #fcdbe4;
  border-color: #fcdbe4;
}

.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top,
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top {
  border-bottom-color: #fcdbe4;
  color: #fcdbe4;
}

.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom,
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom {
  border-top-color: #fcdbe4;
  color: #fcdbe4;
}

.e-tooltip-wrap.e-querybuilder-error .e-tip-content,
.e-tooltip-wrap.e-querybuilder-error .e-tip-content label {
  color: #f44336;
}

.e-query-builder .e-collapse-rule::before {
  content: "\e907";
}
.e-query-builder .e-drag-qb-rule::before {
  content: "\e330";
}

.e-recurrenceeditor .e-editor {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1240px;
}
.e-recurrenceeditor .e-recurrence-table {
  table-layout: fixed;
  width: 100%;
}
.e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
  width: 27%;
}
.e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
  width: 24%;
}
.e-recurrenceeditor .e-recurrence-table .e-repeat-content {
  display: inline-block;
  font-weight: normal;
  padding: 18px 0 0 8px;
}
.e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
  float: none;
  width: 100%;
}
.e-recurrenceeditor .e-recurrence-table .e-week-position {
  min-width: 81px;
  position: relative;
  right: 20px;
}
.e-recurrenceeditor .e-recurrence-table .e-day-position {
  min-width: 120px;
}
.e-recurrenceeditor .e-recurrence-table .e-monthday-element {
  padding-left: 10px;
}
.e-recurrenceeditor .e-input-wrapper-side.e-form-left {
  padding: 0 8px 10px 0;
}
.e-recurrenceeditor .e-form-left {
  padding: 0 8px 16px 0;
}
.e-recurrenceeditor .e-form-right,
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
  padding: 0 0 10px;
}
.e-recurrenceeditor .e-input-wrapper {
  float: left;
  width: 50%;
}
.e-recurrenceeditor .e-input-wrapper div {
  margin-bottom: 2.5%;
}
.e-recurrenceeditor .e-input-wrapper.e-end-on-date,
.e-recurrenceeditor .e-input-wrapper.e-end-on-count {
  padding-right: 0;
  margin-top: 16px;
}
.e-recurrenceeditor.e-rtl .e-end-on > div,
.e-recurrenceeditor.e-rtl .e-month-expander > div > div {
  float: right;
}
.e-recurrenceeditor.e-rtl .e-form-left,
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
  padding: 0 0 10px 8px;
}
.e-recurrenceeditor.e-rtl .e-form-right,
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
  padding: 0 8px 10px 0;
}
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
  position: relative;
  right: 10px;
}
.e-recurrenceeditor.e-rtl .e-week-position {
  left: 20px;
  right: 0;
}
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
  padding-right: 0;
}
.e-recurrenceeditor.e-rtl .e-end-on-label {
  margin-bottom: 5px;
}
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
  padding: 0 0 0 8px;
}
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
  padding: 0 8px 0 0;
}
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
  margin-right: 20px;
}
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
  width: 30px;
}
.e-recurrenceeditor .e-days .e-week-expander-label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}
.e-recurrenceeditor .e-days button {
  border-radius: 50%;
  flex-flow: row wrap;
  height: 35px;
  margin: 0 8px 10px;
  width: 35px;
}
.e-recurrenceeditor .e-hide-recurrence-element {
  display: none;
}
.e-recurrenceeditor .e-half-space {
  width: 20%;
}
.e-recurrenceeditor .e-year-expander {
  margin-bottom: 11px;
}
.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
  padding-bottom: 11px;
}
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
  padding-top: 3px;
}
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
  display: none;
}
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
  min-width: 30px;
  margin-bottom: 23px;
}
.e-recurrenceeditor .e-input-wrapper-side {
  float: left;
  padding: 16px 20px 0;
  width: 50%;
}
.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
  padding-right: 16px;
}
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
  margin: 0;
}
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 1px;
  padding-right: 16px;
}
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
  padding-bottom: 6px;
}
.e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
  padding-bottom: 12px;
}
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
  margin-bottom: 11px;
}

.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
  width: 25%;
}
.e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
  width: 20%;
}
.e-device .e-recurrenceeditor .e-week-expander-label {
  margin-bottom: 6px;
}
.e-device .e-recurrenceeditor .e-month-expander-label {
  font-size: 12px;
  margin-bottom: 5px;
}
.e-device .e-recurrenceeditor .e-footer-content {
  padding: 12px;
}
.e-device .e-recurrenceeditor .e-form-left,
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
  padding: 0 3px 10px 0;
}
.e-device .e-recurrenceeditor .e-form-right,
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
  padding: 0 0 10px 3px;
}
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
  padding: 0 0 0 10px;
}
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
  padding-right: 10px;
}
.e-device .e-recurrenceeditor.e-end-on {
  padding-right: 0;
}
.e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
  float: none;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1px;
}
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
  padding-right: 0;
}
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
  padding-left: 20px;
}
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
  margin-left: 20px;
}
.e-device .e-recurrenceeditor .e-week-position {
  right: 0;
  padding-right: 10px;
}
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
  padding-right: 0;
}
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
  padding: 0 10px 0 0;
}
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
  padding: 0 20px 0 0;
}
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
  padding: 0 50px 0 0;
}
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
  left: 0;
}
.e-device.e-recurrence-dialog .e-dlg-header-content {
  background: none;
  box-shadow: none;
  padding-bottom: 10px;
}
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
  margin-bottom: 1px;
}
.e-device.e-recurrence-dialog .e-footer-content {
  padding: 16px 8px;
}

@media (max-width: 1024px) {
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
    width: 100%;
  }
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
    width: 65%;
  }
}
@media (max-width: 580px) {
  .e-recurrenceeditor {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .e-recurrenceeditor .e-editor {
    flex-direction: column;
  }
  .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
    margin-top: 0;
  }
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
    margin-bottom: 1px;
  }
  .e-recurrenceeditor .e-editor > div {
    margin-top: 20px;
  }
  .e-recurrenceeditor .e-editor > .e-input-wrapper {
    width: 100%;
  }
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
    width: 100%;
  }
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
    width: 50%;
  }
  .e-recurrenceeditor .e-editor .e-form-left,
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
    padding: 0 0 10px;
  }
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
    padding: 0 0 0 10px;
  }
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
    padding-right: 10px;
  }
  .e-recurrenceeditor .e-editor .e-form-right,
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
    padding-left: 0;
  }
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
    width: 100%;
  }
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
    width: 65%;
  }
  .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
    padding-left: 59px;
  }
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
    padding-right: 0;
  }
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
    padding: 0 10px 0 0;
  }
}
/*! Recurrence-Editor component theme */
.e-schedule {
  display: block;
  outline: medium none;
  overflow: hidden;
  position: relative;
  user-select: none;
}
.e-schedule .e-schedule-toolbar {
  border: 0;
  border-bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 3px;
  min-height: 42px;
}
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,
.e-schedule .e-schedule-toolbar .e-active-view .e-icons {
  color: #00b0ff;
}
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items {
  height: 42px;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
  height: 42px;
  min-height: 42px;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
  border: none;
  border-radius: 0;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item.e-active-view .e-tbar-btn {
  border: none;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
  height: inherit;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
  font-size: 10px;
  margin-top: 0;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
  border-radius: 0%;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today {
  display: none;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
  display: none;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next {
  font-size: 14px;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
  border-right: 1px solid #616161;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn.e-schedule-date-range-tbtn {
  width: auto;
}
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text {
  font-size: 14px;
  text-transform: initial;
}
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
  border-left: 0;
  border-right: 1px solid #616161;
}
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-schedule .e-schedule-toolbar .e-hor-nav {
  border-left: 1px solid #616161;
}
.e-schedule .e-schedule-toolbar .e-hor-nav::after {
  content: "";
}
.e-schedule .e-schedule-toolbar .e-hor-nav:active {
  color: #fff;
}
.e-schedule .e-schedule-toolbar .e-hor-nav:active::after {
  content: "";
}
.e-schedule .e-schedule-toolbar .e-hor-nav:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-schedule .e-schedule-toolbar .e-hor-nav:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-schedule.e-adaptive .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today {
  display: block;
}
.e-schedule.e-adaptive .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
  display: none;
}
.e-schedule.e-device .e-schedule-toolbar {
  height: 56px;
  min-height: 56px;
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
  height: calc(100% - 20px);
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items {
  height: 56px;
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
  display: none;
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today {
  display: block;
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
  height: 56px;
  min-height: 56px;
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
  border: none;
  border-radius: 0;
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
  height: inherit;
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
  padding: 0;
}
.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
  font-size: 14px;
}
.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text {
  font-size: 14px;
}
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
  overflow: auto;
}
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  .e-schedule .e-schedule-toolbar .e-toolbar-pop {
    width: 100%;
  }
  .e-schedule .e-schedule-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
    padding-left: 7px;
  }
  .e-schedule .e-schedule-toolbar .e-toolbar-pop.e-rtl .e-toolbar-item .e-tbar-btn.e-btn {
    padding-right: 7px;
  }
  .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
    font-size: 8px;
  }
}
.e-schedule .e-schedule-resource-toolbar {
  background: #212121;
  border-bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  margin-bottom: 3px;
  min-height: 42px;
  padding: 10px;
}
.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu {
  color: #fff;
  font-size: 14px;
  padding: 7px;
  padding-left: 4px;
}
.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable {
  display: none;
}
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title {
  display: flex;
}
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name {
  font-size: 14px;
  padding: 5px;
  color: #fff;
}
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) {
  opacity: 0.6;
}
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  opacity: 0.4;
  padding: 5px;
}
.e-schedule .e-schedule-resource-toolbar.e-popup-close {
  display: none;
}
.e-schedule .e-schedule-resource-toolbar.e-popup-open {
  display: block;
}
.e-schedule .e-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-schedule .e-text-center {
  text-align: center;
}
.e-schedule .e-table-container {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.e-schedule .e-table-container.e-translate {
  transition: transform 0.1s ease 0s;
}
.e-schedule .e-resource-tree-popup {
  background: #303030;
  box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  width: 250px;
  color: #fff;
}
.e-schedule .e-resource-tree-popup .e-resource-tree {
  height: 100%;
  overflow-y: auto;
}
.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content {
  padding: 0 0 0 12px;
}
.e-schedule .e-resource-tree-popup-overlay.e-enable {
  background: #333;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.e-schedule .e-new-event {
  background: #3f51b5;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 100%;
  opacity: 0.9;
  position: relative;
  width: 100%;
  z-index: 1;
}
.e-schedule .e-new-event .e-title {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  overflow-wrap: break-word;
  padding: 3px;
  position: absolute;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}
.e-schedule .e-schedule-table {
  border: 0 none;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.e-schedule .e-schedule-table > tbody > tr > th,
.e-schedule .e-schedule-table > tbody > tr > td {
  box-sizing: border-box;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-schedule .e-outer-table > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}
.e-schedule .e-content-wrap {
  position: relative;
}
.e-schedule .e-content-wrap .e-day-wrapper {
  width: 100%;
}
.e-schedule .e-content-placeholder {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 99999;
}
.e-schedule .e-content-wrap,
.e-schedule .e-scroll-container {
  -webkit-overflow-scrolling: touch;
  /* stylelint-disable-line property-no-vendor-prefix */
  overflow: auto;
}
.e-schedule .e-hide-childs > * {
  display: none;
}
.e-schedule .e-recurrence-icon,
.e-schedule .e-recurrence-edit-icon {
  font-size: 11px;
}
.e-schedule .e-left-icon,
.e-schedule .e-right-icon {
  font-size: 8px;
}
.e-schedule .e-m-date {
  cursor: pointer;
  font-size: 20px;
}
.e-schedule .e-m-date:hover {
  text-decoration: underline;
}
.e-schedule .e-m-day {
  font-size: 12px;
}
.e-schedule.e-device .e-m-date:hover {
  text-decoration: none;
}
.e-schedule .e-block-appointment {
  background: rgba(255, 255, 255, 0.08);
  color: #eee;
  cursor: default;
  overflow: hidden;
  position: absolute;
}
.e-schedule .e-block-appointment .e-subject {
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 4px;
  white-space: normal;
  word-wrap: break-word;
}
.e-schedule .e-block-indicator {
  color: #eee;
  float: right;
  padding: 0 5px;
  z-index: 1;
}
.e-schedule.e-rtl .e-block-indicator {
  float: left;
}
.e-schedule .e-timeline-view .e-block-indicator,
.e-schedule .e-timeline-month-view .e-block-indicator {
  position: absolute;
  top: 3px;
}
.e-schedule .e-appointment {
  opacity: 1;
  transition: opacity 100ms linear;
}
.e-schedule .e-appointment .e-subject.e-disable {
  display: none;
}
.e-schedule .e-appointment .e-inline-appointment {
  z-index: 1;
}
.e-schedule .e-appointment .e-inline-subject {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 4px;
  width: 100%;
}
.e-schedule .e-appointment.e-event-action {
  opacity: 0.4;
}
.e-schedule .e-appointment.e-allow-select {
  pointer-events: none;
}
.e-schedule .e-read-only {
  opacity: 0.8;
}
.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone), .e-schedule.e-event-action .e-block-appointment {
  pointer-events: none;
}
.e-schedule.e-event-action .e-drag-clone, .e-schedule.e-event-action .e-timeline-view .e-drag-clone {
  cursor: move;
}
.e-schedule.e-event-action .e-drag-clone .e-top-handler,
.e-schedule.e-event-action .e-drag-clone .e-bottom-handler, .e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler,
.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler {
  pointer-events: none;
}
.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone {
  cursor: ns-resize;
}
.e-schedule.e-event-action .e-timeline-view .e-resize-clone, .e-schedule.e-event-action .e-timeline-month-view .e-resize-clone, .e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone {
  cursor: ew-resize;
}
.e-schedule.e-device .e-appointment {
  overflow: hidden;
}
.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize {
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize {
  border-radius: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize {
  margin-top: -8px;
}
.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize {
  margin-top: 8px;
}
.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize {
  margin-left: -8px;
}
.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize {
  margin-left: 8px;
}
.e-schedule .e-timeline-year-view .e-event-resize.e-left-handler, .e-schedule .e-timeline-year-view .e-event-resize.e-right-handler {
  height: 100%;
  width: 5px;
}
.e-schedule .e-timeline-year-view .e-event-resize.e-top-handler, .e-schedule .e-timeline-year-view .e-event-resize.e-bottom-handler {
  height: 5px;
  width: 100%;
}
.e-schedule .e-event-resize {
  position: absolute;
}
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
  height: 100%;
  min-width: 1px;
  max-width: 10px;
  width: 20%;
}
.e-schedule .e-event-resize.e-left-handler {
  cursor: ew-resize;
  float: left;
  left: 0;
}
.e-schedule .e-event-resize.e-right-handler {
  cursor: e-resize;
  float: right;
  right: 0;
}
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
  min-height: 1px;
  max-height: 10px;
  height: 20%;
  width: 100%;
}
.e-schedule .e-event-resize.e-top-handler {
  cursor: ns-resize;
  top: 0;
}
.e-schedule .e-event-resize.e-bottom-handler {
  bottom: 0;
  cursor: ns-resize;
}
.e-schedule .e-vertical-view .e-month-event-table {
  position: absolute;
  top: 0;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
  height: 100%;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
  height: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
  background: #3f51b5;
  border: 1px solid #616161;
  border-radius: 2px;
  color: #fff;
  display: flex;
  overflow: hidden;
  position: absolute;
  height: 54px;
  margin-bottom: 2px;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
  display: flex;
  flex: auto;
  padding: 2px 4px 0 2px;
  text-align: left;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap {
  flex: auto;
  overflow: hidden;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
  min-height: 18px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-top: 1px;
  white-space: normal;
  word-wrap: break-word;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time,
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location {
  font-size: 11px;
  overflow: hidden;
  padding-top: 1px;
  text-overflow: ellipsis;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable {
  display: none;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon,
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon {
  line-height: 54px;
  padding: 0 5px;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon,
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon {
  line-height: 54px;
  padding: 0 2px;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select {
  pointer-events: none;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper {
  position: absolute;
  width: 0;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells {
  height: auto;
  vertical-align: top;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 11px;
  line-height: 11px;
  overflow: hidden;
  padding: 2px 4px;
  position: absolute;
  text-overflow: ellipsis;
}
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
  text-decoration: underline;
}
.e-schedule .e-vertical-view .e-left-indent {
  width: 85px;
}
.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells {
  position: relative;
}
.e-schedule .e-vertical-view .e-date-header-wrap table col,
.e-schedule .e-vertical-view .e-content-wrap table col {
  width: 36px;
}
.e-schedule .e-vertical-view .e-resource-cells {
  color: #fff;
  font-size: 13px;
  height: 40px;
  padding: 8px;
  padding-left: 15px;
}
.e-schedule .e-vertical-view .e-header-cells {
  font-size: 12px;
  height: 60px;
  padding: 5px;
}
.e-schedule .e-vertical-view .e-header-cells .e-header-day {
  display: table;
  font-size: 13px;
  line-height: unset;
  padding-bottom: 0;
}
.e-schedule .e-vertical-view .e-header-cells .e-header-date {
  cursor: pointer;
  display: table;
  font-size: 18px;
  line-height: unset;
  padding-top: 0;
}
.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
  text-decoration: underline;
}
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day {
  cursor: default;
  opacity: 0.35;
}
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date {
  cursor: default;
  opacity: 0.35;
}
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover {
  text-decoration: none;
}
.e-schedule .e-vertical-view .e-row-count-wrapper {
  display: block;
  height: 100%;
  pointer-events: none;
  position: relative;
}
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator {
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  overflow: hidden;
  overflow-wrap: normal;
  padding: 2px 4px;
  pointer-events: visible;
  position: absolute;
  text-overflow: ellipsis;
  width: 100%;
}
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
  text-decoration: underline;
}
.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable {
  display: none;
}
.e-schedule .e-vertical-view .e-all-day-appointment-section {
  bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: block;
  font-size: 11px;
  height: 25px;
  left: 0;
  line-height: 25px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  transition: transform 300ms ease-in-out;
  width: 25px;
}
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable {
  display: none;
}
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand {
  transform: rotate(0deg);
}
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse {
  transform: rotate(180deg);
}
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.7);
}
.e-schedule .e-vertical-view .e-appointment-hide {
  opacity: 0;
}
.e-schedule .e-vertical-view .e-all-day-cells {
  height: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate {
  transition: 250ms ease-out;
}
.e-schedule .e-vertical-view .e-time-cells-wrap table td,
.e-schedule .e-vertical-view .e-work-cells {
  font-size: 12px;
  height: 36px;
  text-align: center;
}
.e-schedule .e-vertical-view .e-work-cells {
  width: 36px;
}
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 8px #424242;
}
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-vertical-view .e-current-time {
  font-size: 11px;
}
.e-schedule .e-vertical-view .e-clone-time-indicator,
.e-schedule .e-vertical-view .e-current-time,
.e-schedule .e-vertical-view .e-previous-timeline,
.e-schedule .e-vertical-view .e-current-timeline {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.e-schedule .e-vertical-view .e-previous-timeline,
.e-schedule .e-vertical-view .e-current-timeline {
  z-index: 1;
}
.e-schedule .e-vertical-view .e-date-header-wrap {
  max-height: 300px;
  overflow: hidden;
}
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll {
  border-bottom: 1px solid #616161;
  overflow-y: auto;
}
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-resource-cells {
  position: sticky;
}
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-header-cells {
  position: sticky;
  top: 0;
}
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-auto {
  max-height: unset;
}
.e-schedule .e-vertical-view .e-time-cells-wrap {
  overflow: hidden;
}
.e-schedule .e-vertical-view .e-content-wrap,
.e-schedule .e-vertical-view .e-time-cells-wrap {
  position: relative;
}
.e-schedule .e-vertical-view .e-timeline-wrapper,
.e-schedule .e-vertical-view .e-day-wrapper,
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper {
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
  visibility: hidden;
}
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
  cursor: default;
}
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment {
  background: #3f51b5;
  border: 1px solid #616161;
  border-radius: 2px;
  color: #fff;
  display: flex;
  overflow: hidden;
  position: absolute;
  height: 22px;
}
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
  display: flex;
  flex: auto;
  line-height: 20px;
  overflow: hidden;
  padding: 1px 0 1px 4px;
}
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject {
  flex: auto;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time {
  display: block;
  font-size: 11px;
  padding: 1px 4px 2px 0;
}
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon,
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon,
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon,
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon {
  line-height: 20px;
  padding: 0 2px;
}
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable {
  display: none;
}
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
  cursor: default;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
  background: #3f51b5;
  border: 1px solid #616161;
  border-radius: 2px;
  color: #fff;
  overflow: hidden;
  position: absolute;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
  flex: auto;
  padding: 0 4px;
  text-align: left;
  line-height: unset;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
  min-height: 18px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-top: 4px;
  white-space: normal;
  word-wrap: break-word;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time,
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location {
  font-size: 11px;
  overflow: hidden;
  padding-top: 1px;
  text-overflow: ellipsis;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time {
  display: block;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable {
  display: none;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon {
  bottom: 5px;
  display: block;
  float: right;
  height: auto;
  left: auto;
  position: absolute;
  right: 5px;
  width: auto;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator {
  display: block;
  margin: 0 45%;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon,
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon {
  font-size: 8px;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon {
  margin-top: 3px;
  top: 0;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon {
  bottom: 6px;
  position: absolute;
}
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.e-schedule .e-vertical-view.e-day-view .e-header-date {
  cursor: default;
}
.e-schedule .e-vertical-view.e-day-view .e-header-date:hover {
  text-decoration: none;
}
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day {
  font-size: 14px;
}
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date {
  font-size: 20px;
}
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover {
  text-decoration: none;
}
.e-schedule.e-device .e-vertical-view .e-left-indent {
  width: 60px;
}
.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
.e-schedule.e-device .e-vertical-view .e-current-time {
  font-size: 9px;
}
.e-schedule.e-device .e-vertical-view .e-time-cells-wrap {
  float: left;
  width: 60px;
}
.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
  font-size: 11px;
}
.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
  font-weight: 500;
  min-height: auto;
}
.e-schedule.e-rtl {
  text-align: right;
}
.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details {
  text-align: right;
}
.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
  padding: 1px 4px 1px 0;
}
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
  line-height: 15px;
  text-align: right;
}
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
  font-weight: 500;
  margin-right: auto;
}
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon {
  float: left;
  left: 5px;
  right: auto;
}
.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap {
  float: right;
}
@media screen and (max-width: 480px) {
  .e-schedule .e-vertical-view .e-left-indent {
    width: 60px;
  }
}
.e-schedule .e-month-view .e-left-indent,
.e-schedule .e-month-agenda-view .e-left-indent {
  border-right: 1px solid #616161;
  width: 36px;
}
.e-schedule .e-month-view .e-week-number-wrapper,
.e-schedule .e-month-agenda-view .e-week-number-wrapper {
  overflow: hidden;
  position: relative;
}
.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table,
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table {
  height: 100%;
}
.e-schedule .e-month-view .e-week-number-wrapper .e-week-number,
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 4px;
  text-align: center;
  vertical-align: top;
  width: 36px;
}
.e-schedule .e-clipboard {
  cursor: default;
  height: 1px;
  left: -1000px;
  position: fixed;
  resize: none;
  top: -1000px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.e-schedule .e-month-view .e-month-event-table {
  position: absolute;
  top: 0;
}
.e-schedule .e-month-view .e-content-wrap table tr:last-child td {
  border-bottom-width: 0;
}
.e-schedule .e-month-view .e-date-header-wrap {
  font-size: 13px;
  overflow: hidden;
}
.e-schedule .e-month-view .e-week-number {
  border-bottom: 1px solid #616161;
  border-right: 1px solid #616161;
  height: 70px;
}
.e-schedule .e-month-view .e-content-wrap {
  font-size: 13px;
}
.e-schedule .e-month-view .e-date-header-wrap table col {
  width: 36px;
}
.e-schedule .e-month-view .e-resource-cells {
  color: #fff;
  font-size: 13px;
  height: 40px;
  padding: 8px;
  padding-left: 15px;
}
.e-schedule .e-month-view .e-header-cells {
  cursor: default;
  font-weight: normal;
  height: 30px;
  padding: 3px;
}
.e-schedule .e-month-view .e-content-table {
  height: 100%;
}
.e-schedule .e-month-view .e-work-cells {
  height: 70px;
  vertical-align: top;
  width: 36px;
}
.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header {
  visibility: hidden;
}
.e-schedule .e-month-view .e-work-cells.e-disable-dates {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
  cursor: default;
  opacity: 0.35;
}
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover {
  text-decoration: none;
}
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 8px #424242;
}
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-month-view .e-date-header {
  cursor: pointer;
  display: table;
  height: 20px;
  line-height: 20px;
  margin: 3px 3px 2px;
  text-align: center;
}
.e-schedule .e-month-view .e-date-header:hover {
  text-decoration: underline;
}
.e-schedule .e-month-view .e-appointment-wrapper {
  position: absolute;
}
.e-schedule .e-month-view .e-new-event {
  height: calc(100% - 25px);
}
.e-schedule .e-month-view .e-block-indicator {
  margin-top: -20px;
}
.e-schedule .e-month-view .e-inline-appointment {
  z-index: 1;
}
.e-schedule .e-month-view .e-appointment {
  background: #3f51b5;
  border: 1px solid #616161;
  border-radius: 2px;
  color: #fff;
  display: flex;
  overflow: hidden;
  position: absolute;
  cursor: default;
  height: 22px;
}
.e-schedule .e-month-view .e-appointment .e-disable {
  display: none;
}
.e-schedule .e-month-view .e-appointment .e-appointment-details {
  display: flex;
  flex: auto;
  line-height: 20px;
  overflow: hidden;
}
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject {
  flex: auto;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  padding: 1px 2px;
  text-overflow: ellipsis;
}
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-inline-subject {
  padding: 4px;
  text-align: center;
}
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time {
  font-size: 11px;
  padding: 1.5px;
}
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon,
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
  line-height: 22px;
  padding: 0 2px;
}
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.e-schedule .e-month-view .e-appointment.e-allow-select {
  pointer-events: none;
}
.e-schedule .e-month-view .e-appointment .e-subject {
  padding: 2px;
  width: 100%;
}
.e-schedule .e-month-view .e-more-indicator {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 11px;
  line-height: 11px;
  overflow: hidden;
  padding: 2px 4px;
  position: absolute;
  text-overflow: ellipsis;
}
.e-schedule .e-month-view .e-more-indicator:focus {
  text-decoration: underline;
}
.e-schedule.e-rtl .e-month-view .e-date-header {
  margin: 3px 3px 2px;
}
.e-schedule.e-rtl .e-month-view .e-left-indent,
.e-schedule.e-rtl .e-month-view .e-week-number {
  border-left: 1px solid #616161;
  border-right-width: 0;
}
.e-schedule .e-year-view .e-calendar-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
  border: 0;
  flex: 0 25%;
  max-width: 100%;
  min-width: 260px;
  padding: 10px;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title {
  cursor: default;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
  display: block;
  margin: 0 auto;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
  color: rgba(255, 255, 255, 0.7);
  pointer-events: visible;
  touch-action: auto;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today {
  opacity: 0.5;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator {
  background: #3f51b5;
  border-radius: 50%;
  height: 5px;
  margin: -6px auto 0;
  position: relative;
  width: 5px;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
  background: rgba(0, 0, 0, 0.08);
  cursor: default;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day {
  cursor: default;
}
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-year-view .e-date-header-wrap {
  font-size: 13px;
  overflow: hidden;
}
.e-schedule .e-year-view .e-date-header-wrap table col {
  width: 36px;
}
.e-schedule .e-year-view .e-date-header-wrap table td {
  background: #303030;
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 1px;
  color: #fff;
  text-align: left;
}
.e-schedule .e-year-view .e-date-header-wrap table td:first-child {
  border-left-width: 0;
}
.e-schedule .e-year-view .e-resource-cells {
  color: #fff;
  font-size: 13px;
  height: 40px;
  padding: 8px;
  padding-left: 15px;
}
.e-schedule .e-year-view .e-content-wrap table td:first-child {
  border-left-width: 0;
}
.e-schedule .e-year-view .e-resource .e-month-calendar {
  max-width: 100%;
  min-width: 100%;
}
.e-schedule .e-timeline-year-view .e-date-header-wrap,
.e-schedule .e-timeline-year-view .e-month-header-wrapper {
  overflow: hidden;
  position: relative;
}
.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table {
  height: 100%;
}
.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table.e-auto-height {
  height: auto;
}
.e-schedule .e-timeline-year-view .e-date-header-wrap table col,
.e-schedule .e-timeline-year-view .e-content-wrap table col {
  width: 100px;
}
.e-schedule .e-timeline-year-view .e-resource-left-td,
.e-schedule .e-timeline-year-view .e-date-header-wrap table td {
  background: #303030;
  border-color: #616161;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #fff;
  text-align: center;
}
.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day,
.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day {
  color: #00b0ff;
}
.e-schedule .e-timeline-year-view .e-resource-text {
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  padding: 4px 15px;
  text-overflow: ellipsis;
}
.e-schedule .e-timeline-year-view .e-resource-left-td {
  vertical-align: middle;
  width: 200px;
}
.e-schedule .e-timeline-year-view .e-left-indent-wrap .e-resource-cells,
.e-schedule .e-timeline-year-view .e-date-header-wrap .e-resource-cells {
  height: 40px;
}
.e-schedule .e-timeline-year-view .e-resource-column-wrap {
  overflow: hidden;
  position: relative;
}
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
  background: #424242;
  border-color: #616161;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #fff;
  height: 75px;
  padding-left: 15px;
  padding-right: 0;
  vertical-align: middle;
}
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
  background: #303030;
}
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
  background: #616161;
}
.e-schedule .e-timeline-year-view .e-resource-column-table {
  height: 100%;
}
.e-schedule .e-timeline-year-view .e-resource-column-table.e-auto-height {
  height: auto;
}
.e-schedule .e-timeline-year-view .e-resource-tree-icon {
  color: #fff;
  cursor: pointer;
  float: left;
  font-family: "e-icons";
  font-size: 12px;
  padding: 4px 7px;
}
.e-schedule .e-timeline-year-view .e-resource-collapse {
  transform: rotate(90deg);
}
.e-schedule .e-timeline-year-view .e-content-table {
  height: 100%;
}
.e-schedule .e-timeline-year-view .e-content-table.e-auto-height {
  height: auto;
}
.e-schedule .e-timeline-year-view .e-left-indent td {
  border-color: #616161;
  border-style: solid;
  border-width: 0 1px 0 0;
  vertical-align: middle;
}
.e-schedule .e-timeline-year-view .e-left-indent tr:last-child td {
  border-width: 0 1px 1px 0;
}
.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent {
  padding: 0;
  width: 100px;
}
.e-schedule .e-timeline-year-view.e-vertical .e-left-indent, .e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells {
  width: 100px;
}
.e-schedule .e-timeline-year-view .e-month-header {
  border-bottom: 1px solid #616161;
  border-right: 1px solid #616161;
  text-align: center;
  color: #fff;
}
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
  color: #00b0ff;
}
.e-schedule .e-timeline-year-view .e-left-indent,
.e-schedule .e-timeline-year-view .e-header-cells {
  cursor: default;
  font-weight: normal;
  height: 30px;
  padding: 0;
  text-align: center;
}
.e-schedule .e-timeline-year-view .e-month-header,
.e-schedule .e-timeline-year-view .e-work-cells {
  height: 75px;
}
.e-schedule .e-timeline-year-view .e-header-cells,
.e-schedule .e-timeline-year-view .e-work-cells {
  width: 100px;
}
.e-schedule .e-timeline-year-view .e-work-cells {
  vertical-align: top;
}
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header {
  cursor: pointer;
  display: table;
  height: 20px;
  line-height: 20px;
  margin: 3px 3px 2px;
  text-align: center;
  width: 10px;
}
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
  text-decoration: underline;
}
.e-schedule .e-timeline-year-view .e-event-table {
  position: absolute;
  top: 0;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
  height: 75px;
  position: relative;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
  position: absolute;
}
.e-schedule .e-timeline-year-view .e-event-table .e-inline-appointment {
  z-index: 1;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment {
  background: #3f51b5;
  border: 1px solid #616161;
  border-radius: 2px;
  color: #fff;
  display: flex;
  overflow: hidden;
  position: absolute;
  cursor: default;
  height: 22px;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
  display: none;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
  display: flex;
  flex: auto;
  line-height: 20px;
  overflow: hidden;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject {
  flex: auto;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  padding: 1px 2px;
  text-overflow: ellipsis;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time,
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location {
  font-size: 11px;
  overflow: hidden;
  padding: 1.5px;
  text-overflow: ellipsis;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable {
  display: none;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
  line-height: 22px;
  padding: 0 5px;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
  line-height: 22px;
  padding: 0 2px;
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select {
  pointer-events: none;
}
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 11px;
  line-height: 11px;
  overflow: hidden;
  padding: 2px 4px;
  position: absolute;
  text-overflow: ellipsis;
}
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
  display: none;
}
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
  text-decoration: underline;
}
.e-schedule.e-device .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
  max-width: 100%;
  min-width: 100%;
}
.e-schedule .e-timeline-view .e-content-wrap,
.e-schedule .e-timeline-view .e-content-table,
.e-schedule .e-timeline-month-view .e-content-wrap,
.e-schedule .e-timeline-month-view .e-content-table {
  height: 100%;
}
.e-schedule .e-timeline-view .e-date-header-wrap,
.e-schedule .e-timeline-month-view .e-date-header-wrap {
  font-size: 13px;
  overflow: hidden;
  position: relative;
}
.e-schedule .e-timeline-view .e-event-table,
.e-schedule .e-timeline-month-view .e-event-table {
  position: absolute;
  top: 0;
}
.e-schedule .e-timeline-view .e-appointment-container.e-event-container,
.e-schedule .e-timeline-month-view .e-appointment-container.e-event-container {
  height: 60px;
  position: relative;
}
.e-schedule .e-timeline-view .e-date-header-wrap table col,
.e-schedule .e-timeline-view .e-content-wrap table col,
.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
.e-schedule .e-timeline-month-view .e-content-wrap table col {
  width: 50px;
}
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td,
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
  height: 36px;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
  background: #303030;
  overflow: inherit;
}
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span {
  position: relative;
}
.e-schedule .e-timeline-view .e-navigate:hover,
.e-schedule .e-timeline-month-view .e-navigate:hover {
  cursor: pointer;
  text-decoration: underline;
}
.e-schedule .e-timeline-view .e-navigate:focus,
.e-schedule .e-timeline-month-view .e-navigate:focus {
  text-decoration: underline;
}
.e-schedule .e-timeline-view .e-work-cells,
.e-schedule .e-timeline-month-view .e-work-cells {
  height: 60px;
}
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-timeline-view .e-resource-text,
.e-schedule .e-timeline-month-view .e-resource-text {
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  padding: 4px 15px;
  text-overflow: ellipsis;
}
.e-schedule .e-timeline-view .e-resource-left-td,
.e-schedule .e-timeline-month-view .e-resource-left-td {
  background: #303030;
  border-color: #616161;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #fff;
  vertical-align: middle;
  width: 200px;
}
.e-schedule .e-timeline-view .e-resource-cells,
.e-schedule .e-timeline-month-view .e-resource-cells {
  background: #424242;
  border-color: #616161;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #fff;
  height: 60px;
  padding-left: 15px;
  padding-right: 0;
  vertical-align: middle;
}
.e-schedule .e-timeline-view .e-resource-cells:focus,
.e-schedule .e-timeline-month-view .e-resource-cells:focus {
  background: #616161;
}
.e-schedule .e-timeline-view .e-resource-column-wrap,
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
  overflow: hidden;
  position: relative;
}
.e-schedule .e-timeline-view .e-resource-column-table,
.e-schedule .e-timeline-month-view .e-resource-column-table {
  height: 100%;
}
.e-schedule .e-timeline-view .e-auto-height,
.e-schedule .e-timeline-month-view .e-auto-height {
  height: auto;
}
.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells, .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells, .e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container {
  height: 42px;
}
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 8px #424242;
}
.e-schedule .e-timeline-view .e-resource-tree-icon,
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
  color: #fff;
  cursor: pointer;
  float: left;
  font-family: "e-icons";
  font-size: 12px;
  padding: 4px 7px;
}
.e-schedule .e-timeline-view .e-resource-collapse,
.e-schedule .e-timeline-month-view .e-resource-collapse {
  transform: rotate(90deg);
}
.e-schedule .e-timeline-view .e-child-node,
.e-schedule .e-timeline-month-view .e-child-node {
  background: #303030;
}
.e-schedule .e-timeline-view .e-appointment-wrapper,
.e-schedule .e-timeline-month-view .e-appointment-wrapper {
  position: absolute;
}
.e-schedule .e-timeline-view .e-inline-appointment,
.e-schedule .e-timeline-month-view .e-inline-appointment {
  z-index: 1;
}
.e-schedule .e-timeline-view .e-appointment,
.e-schedule .e-timeline-month-view .e-appointment {
  background: #3f51b5;
  border: 1px solid #616161;
  border-radius: 2px;
  color: #fff;
  display: flex;
  overflow: hidden;
  position: absolute;
  cursor: default;
  height: 38px;
}
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
  display: flex;
  flex: auto;
  overflow: hidden;
  padding: 0 4px;
}
.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap,
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap {
  flex: auto;
  overflow: hidden;
}
.e-schedule .e-timeline-view .e-appointment .e-subject,
.e-schedule .e-timeline-month-view .e-appointment .e-subject {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
  min-height: 18px;
  overflow: hidden;
  padding-top: 4px;
  text-overflow: ellipsis;
}
.e-schedule .e-timeline-view .e-appointment .e-time,
.e-schedule .e-timeline-view .e-appointment .e-location,
.e-schedule .e-timeline-month-view .e-appointment .e-time,
.e-schedule .e-timeline-month-view .e-appointment .e-location {
  font-size: 11px;
  overflow: hidden;
  padding-top: 1px;
  text-overflow: ellipsis;
}
.e-schedule .e-timeline-view .e-appointment .e-time,
.e-schedule .e-timeline-month-view .e-appointment .e-time {
  display: block;
  line-height: 1.4;
}
.e-schedule .e-timeline-view .e-appointment .e-disable,
.e-schedule .e-timeline-month-view .e-appointment .e-disable {
  display: none;
}
.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon,
.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,
.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,
.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon {
  line-height: 38px;
  padding: 0 5px;
}
.e-schedule .e-timeline-view .e-appointment .e-indicator,
.e-schedule .e-timeline-month-view .e-appointment .e-indicator {
  display: block;
}
.e-schedule .e-timeline-view .e-appointment .e-left-icon,
.e-schedule .e-timeline-view .e-appointment .e-right-icon,
.e-schedule .e-timeline-month-view .e-appointment .e-left-icon,
.e-schedule .e-timeline-month-view .e-appointment .e-right-icon {
  font-size: 10px;
  line-height: 38px;
  padding-right: 7px;
}
.e-schedule .e-timeline-view .e-appointment .e-right-icon,
.e-schedule .e-timeline-month-view .e-appointment .e-right-icon {
  padding-right: 5px;
}
.e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus,
.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,
.e-schedule .e-timeline-month-view .e-appointment:focus {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.e-schedule .e-timeline-view .e-appointment.e-allow-select,
.e-schedule .e-timeline-month-view .e-appointment.e-allow-select {
  pointer-events: none;
}
.e-schedule .e-timeline-view .e-more-indicator,
.e-schedule .e-timeline-month-view .e-more-indicator {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 11px;
  line-height: 11px;
  overflow: hidden;
  padding: 2px 4px;
  position: absolute;
  text-overflow: ellipsis;
}
.e-schedule .e-timeline-view .e-more-indicator:focus,
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
  text-decoration: underline;
}
.e-schedule .e-timeline-view .e-navigate {
  font-size: 13px;
}
.e-schedule .e-timeline-view .e-clone-time-indicator,
.e-schedule .e-timeline-view .e-current-time {
  bottom: 0;
  position: absolute;
}
.e-schedule .e-timeline-view .e-current-timeline {
  position: absolute;
  top: 0;
}
.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
.e-schedule .e-timeline-month-view .e-content-wrap table col {
  width: 70px;
}
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
  overscroll-behavior: none;
}
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
  transform: translateX(0);
}
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
  transform: translateY(0);
}
.e-schedule .e-virtual-scroll .e-content-table {
  position: absolute;
}
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
  position: relative;
}
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
  transition: all 1000ms linear;
}
.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,
.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon,
.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon,
.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon {
  padding: 0 0 0 5px;
}
.e-schedule.e-rtl .e-timeline-view .e-inline-appointment,
.e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment {
  z-index: 1;
}
.e-schedule.e-rtl .e-timeline-view .e-resource-left-td,
.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td {
  border-width: 0 0 1px 1px;
}
.e-schedule.e-rtl .e-timeline-view .e-resource-cells,
.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells {
  border-width: 0 0 1px 1px;
  padding-right: 15px;
}
.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon,
.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon {
  float: right;
}
.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
  text-align: right;
}
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
  padding: 5px;
}
.e-schedule.e-device .e-month-view .e-date-header-wrap,
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
  font-size: 13px;
}
.e-schedule.e-device .e-month-view .e-date-header-wrap td,
.e-schedule.e-device .e-timeline-view .e-date-header-wrap td,
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td {
  border-left-width: 0;
  border-right-width: 0;
}
.e-schedule.e-device .e-month-view .e-content-wrap,
.e-schedule.e-device .e-timeline-view .e-content-wrap,
.e-schedule.e-device .e-timeline-month-view .e-content-wrap {
  font-size: 14px;
}
.e-schedule.e-device .e-month-view .e-date-header:hover,
.e-schedule.e-device .e-timeline-view .e-date-header:hover,
.e-schedule.e-device .e-timeline-month-view .e-date-header:hover {
  text-decoration: none;
}
.e-schedule.e-device .e-month-view .e-more-indicator,
.e-schedule.e-device .e-timeline-view .e-more-indicator,
.e-schedule.e-device .e-timeline-month-view .e-more-indicator {
  font-size: 12px;
}
.e-schedule.e-device .e-month-view .e-navigate:hover,
.e-schedule.e-device .e-timeline-view .e-navigate:hover,
.e-schedule.e-device .e-timeline-month-view .e-navigate:hover {
  text-decoration: none;
}
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu {
  margin-top: 6px;
}
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable {
  display: none;
}
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
  margin-top: 4px;
}
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
  border-right: 1px solid #616161;
  height: 40px;
  padding-top: 8px;
}
.e-schedule .e-month-agenda-view .e-wrapper-container {
  position: relative;
}
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,
.e-schedule .e-month-agenda-view .e-content-table {
  border-bottom: 2px solid #616161;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.e-schedule .e-month-agenda-view .e-resource-column {
  border-bottom: 1px solid #616161;
  vertical-align: top;
  width: 75px;
  border-right: 1px solid #616161;
}
.e-schedule .e-month-agenda-view .e-resource-name {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  overflow: hidden;
  padding: 8px;
  text-overflow: ellipsis;
}
.e-schedule .e-month-agenda-view .e-day-padding {
  padding-left: 8px;
}
.e-schedule .e-month-agenda-view .e-day-border {
  border-bottom: 1px solid #616161;
}
.e-schedule .e-month-agenda-view .e-date-header-wrap {
  font-size: 13px;
  overflow: hidden;
}
.e-schedule .e-month-agenda-view .e-content-wrap {
  font-size: 13px;
}
.e-schedule .e-month-agenda-view .e-header-cells {
  cursor: default;
  font-weight: normal;
  height: 30px;
  padding: 5px;
  text-align: center;
}
.e-schedule .e-month-agenda-view .e-work-cells {
  height: 40px;
  position: relative;
  vertical-align: top;
}
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-month-agenda-view .e-date-header {
  height: 24px;
  line-height: 24.5px;
  margin: 4px auto 0;
  text-align: center;
  width: 24px;
}
.e-schedule .e-month-agenda-view .e-appointment-container {
  min-height: 40px;
}
.e-schedule .e-month-agenda-view .e-appointment-wrap {
  background: #303030;
  overflow: auto;
  padding: 0 8px;
}
.e-schedule .e-month-agenda-view .e-appointment {
  border-left: 3px solid #3f51b5;
  border-right: 0;
  cursor: default;
  padding: 0 8px;
}
.e-schedule .e-month-agenda-view .e-appointment:hover {
  background: #616161;
}
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
  background: #757575;
}
.e-schedule .e-month-agenda-view .e-appointment.e-template {
  display: inline-flex;
  flex-direction: row-reverse;
}
.e-schedule .e-month-agenda-view .e-subject-wrap {
  display: flex;
}
.e-schedule .e-month-agenda-view .e-subject {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-schedule .e-month-agenda-view .e-recurrence-icon,
.e-schedule .e-month-agenda-view .e-recurrence-edit-icon {
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  padding: 0 10px;
}
.e-schedule .e-month-agenda-view .e-date-time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-schedule .e-month-agenda-view .e-location {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 26px;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
}
.e-schedule .e-month-agenda-view .e-no-event {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
  font-size: 14px;
  height: 100%;
  padding: 8px 4px;
}
.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view {
  padding: 10px 0;
}
.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view {
  margin: 0;
  padding: 0;
}
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
  background: #3f51b5;
  border-radius: 50%;
  height: 6px;
  left: 0;
  margin: 1px auto;
  width: 6px;
}
.e-schedule.e-rtl .e-month-agenda-view .e-left-indent,
.e-schedule.e-rtl .e-month-agenda-view .e-week-number {
  border-left: 1px solid #616161;
  border-right-width: 0;
}
.e-schedule.e-rtl .e-month-agenda-view .e-appointment {
  border-left: 0;
  border-right: 3px solid #3f51b5;
}
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column {
  border-bottom: 1px solid #616161;
  border-left: 1px solid #616161;
  border-right: 0;
  vertical-align: top;
  width: 75px;
}
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
  white-space: normal;
}
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
  padding-right: 8px;
}
.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap {
  font-size: 13px;
}
.e-schedule.e-device .e-month-agenda-view .e-content-wrap {
  font-size: 14px;
}
.e-schedule .e-agenda-view {
  background: #303030;
}
.e-schedule .e-agenda-view .e-agenda-load-more {
  font-size: 14px;
}
.e-schedule .e-agenda-view .e-content-wrap table td:first-child,
.e-schedule .e-agenda-view .e-date-column {
  vertical-align: top;
  width: 75px;
}
.e-schedule .e-agenda-view .e-resource-column {
  border-bottom: 1px solid #616161;
  vertical-align: top;
  width: 75px;
  color: #fff;
  border-right: 1px solid #616161;
}
.e-schedule .e-agenda-view .e-month-header {
  background: #3f51b5;
  height: 100px;
  padding-top: 12px;
  vertical-align: top;
}
.e-schedule .e-agenda-view .e-month-header .e-date-header {
  color: #fff;
  font-size: 18px;
}
.e-schedule .e-agenda-view .e-day-date-header {
  color: #fff;
  cursor: default;
  padding: 10px 32px 0 16px;
}
.e-schedule .e-agenda-view .e-day-date-header .e-m-date {
  font-size: 18px;
}
.e-schedule .e-agenda-view .e-day-date-header .e-m-day {
  font-size: 13px;
}
.e-schedule .e-agenda-view .e-day-date-header.e-current-day {
  color: #00b0ff;
}
.e-schedule .e-agenda-view .e-day-border {
  border-bottom: 1px solid #616161;
}
.e-schedule .e-agenda-view .e-date-border {
  border-bottom: 1px solid #616161;
  border-right: 1px solid #616161;
}
.e-schedule .e-agenda-view .e-day-padding {
  padding-left: 8px;
}
.e-schedule .e-agenda-view .e-date-header {
  font-size: 20px;
}
.e-schedule .e-agenda-view .e-day-header {
  font-size: 12px;
}
.e-schedule .e-agenda-view .e-subject-wrap {
  display: flex;
  margin-bottom: 0;
}
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
  color: #fff;
}
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time {
  color: #fff;
}
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name {
  color: #fff;
}
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon {
  color: #fff;
}
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location {
  color: #fff;
}
.e-schedule .e-agenda-view .e-subject,
.e-schedule .e-agenda-view .e-inline-subject {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-schedule .e-agenda-view .e-inline-subject {
  font-weight: normal;
  padding-top: 0;
}
.e-schedule .e-agenda-view .e-resource-name {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  overflow: hidden;
  padding: 8px;
  text-overflow: ellipsis;
}
.e-schedule .e-agenda-view .e-recurrence-icon,
.e-schedule .e-agenda-view .e-recurrence-edit-icon {
  color: #fff;
  line-height: 21px;
  padding: 0 10px;
}
.e-schedule .e-agenda-view .e-date-time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-schedule .e-agenda-view .e-location {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 23px;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
}
.e-schedule .e-agenda-view .e-agenda-item {
  padding: 10px 0;
}
.e-schedule .e-agenda-view .e-agenda-parent {
  margin: 0;
  padding: 0;
}
.e-schedule .e-agenda-view .e-appointment {
  border-left: 3px solid #3f51b5;
  border-right: 0;
  cursor: default;
  padding: 0 8px;
}
.e-schedule .e-agenda-view .e-appointment:hover {
  background: #616161;
}
.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus {
  background: #757575;
}
.e-schedule .e-agenda-view .e-appointment.e-template {
  display: inline-flex;
  flex-direction: row-reverse;
}
.e-schedule .e-agenda-view .e-no-event {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
  font-size: 14px;
  line-height: 52px;
  padding: 0 11px;
}
.e-schedule .e-agenda-view .e-empty-event {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
  font-size: 14px;
  line-height: 52px;
  padding: 0 11px;
}
.e-schedule.e-device .e-agenda-view .e-m-date,
.e-schedule.e-device .e-month-agenda-view .e-m-date {
  font-size: 20px;
}
.e-schedule.e-device .e-agenda-view .e-resource-name,
.e-schedule.e-device .e-agenda-view .e-m-day,
.e-schedule.e-device .e-month-agenda-view .e-resource-name,
.e-schedule.e-device .e-month-agenda-view .e-m-day {
  color: #fff;
  font-size: 14px;
}
.e-schedule.e-rtl .e-agenda-view .e-appointment {
  border-left: 0;
  border-right: 3px solid #3f51b5;
}
.e-schedule.e-rtl .e-agenda-view .e-resource-column {
  border-left: 1px solid #616161;
  border-right: 0;
  border-bottom: 1px solid #616161;
  vertical-align: top;
  width: 75px;
}
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
  white-space: normal;
}
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
  padding-right: 8px;
}
.e-schedule.e-rtl .e-agenda-view .e-date-border {
  border-bottom: 1px solid #616161;
  border-left: 1px solid #616161;
  border-right: 0;
}

.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show {
  display: none;
}

.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
  border: 1px solid #fff;
}
.e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment:focus {
  border: 1px solid #fff;
}
.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment:focus {
  border: 1px solid #fff;
}
.e-schedule.e-multi-drag .e-month-view .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-month-view .e-appointment:focus {
  border: 1px solid #fff;
}
.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment:focus {
  border: 1px solid #fff;
}
.e-schedule.e-multi-drag .e-timeline-view .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-timeline-view .e-appointment:focus,
.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment.e-appointment-border,
.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment:focus {
  border: 1px solid #fff;
}

.e-more-popup-wrapper.e-multi-drag .e-appointment.e-appointment-border, .e-more-popup-wrapper.e-multi-drag .e-appointment:focus {
  border: 1px solid #fff;
}

/*! schedule event tooltip */
.e-schedule-event-tooltip .e-subject {
  font-size: 12px;
}

.e-tooltip-hidden {
  visibility: hidden;
}

.e-field-error-message {
  display: block;
}

.e-dialog.e-quick-dialog.e-following-events-dialog {
  width: 440px;
}
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
  padding: 8px;
}
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .e-dialog.e-quick-dialog.e-following-events-dialog {
    width: 289px;
  }
  .e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
    padding: 5%;
  }
  .e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
    margin-bottom: 5%;
  }
}

.e-dialog.e-quick-dialog {
  user-select: none;
  width: 320px;
}
.e-dialog.e-quick-dialog .e-disable {
  display: none;
}
.e-dialog.e-quick-dialog .e-dlg-header-content {
  border-bottom: none;
}
.e-dialog.e-quick-dialog .e-footer-content {
  border-top: none;
}
.e-dialog.e-quick-dialog .e-footer-content button {
  margin-bottom: 6px;
}
.e-dialog.e-quick-dialog.e-rtl {
  text-align: right;
}

/*! schedule event window */
.e-schedule-dialog .e-disable {
  display: none;
}
.e-schedule-dialog .e-icon-disable {
  opacity: 0.5;
}
.e-schedule-dialog .e-dlg-header-content {
  padding-bottom: 8px;
}
.e-schedule-dialog .e-dlg-content {
  padding-bottom: 12px;
  position: relative;
}
.e-schedule-dialog .e-event-delete {
  float: left;
}
.e-schedule-dialog .e-subject-container,
.e-schedule-dialog .e-start-container,
.e-schedule-dialog .e-description-label {
  padding-right: 8px;
}
.e-schedule-dialog .e-start-time-zone-container {
  padding-left: 4px;
  padding-right: 8px;
}
.e-schedule-dialog .e-location-container,
.e-schedule-dialog .e-end-container {
  padding-left: 8px;
}
.e-schedule-dialog .e-end-time-zone-container {
  padding-left: 8px;
  padding-right: 4px;
}
.e-schedule-dialog .e-all-day-container {
  padding-right: 16px;
}
.e-schedule-dialog .e-time-zone-row {
  display: flex;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container,
.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container {
  display: none;
  transform: translateY(-100%);
}
.e-schedule-dialog .e-time-zone-row.e-enable {
  height: 50px;
  margin-bottom: 12px;
}
.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,
.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container {
  display: block;
  transform: translateY(0);
}
.e-schedule-dialog .e-title-location-row,
.e-schedule-dialog .e-start-end-row,
.e-schedule-dialog .e-start-input-container,
.e-schedule-dialog .e-end-input-container {
  display: flex;
  padding-bottom: 12px;
  width: 100%;
}
.e-schedule-dialog .e-resources {
  padding-bottom: 12px;
  width: 100%;
}
.e-schedule-dialog .e-all-day-time-zone-row {
  display: flex;
  padding-bottom: 14px;
  padding-top: 8px;
  width: 100%;
}
.e-schedule-dialog .e-subject-container,
.e-schedule-dialog .e-location-container,
.e-schedule-dialog .e-start-container,
.e-schedule-dialog .e-end-container,
.e-schedule-dialog .e-start-time-zone-container,
.e-schedule-dialog .e-end-time-zone-container {
  width: 50%;
}
.e-schedule-dialog .e-description,
.e-schedule-dialog .e-float-input .e-description {
  height: 50px;
  resize: vertical;
}
.e-schedule-dialog .e-repeat-container,
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
  display: none;
}
.e-schedule-dialog .e-footer-content {
  margin-top: 4px;
}
.e-schedule-dialog.e-rtl {
  text-align: right;
}
.e-schedule-dialog.e-rtl .e-all-day-container {
  margin-left: 16px;
  margin-right: 0;
}
.e-schedule-dialog.e-rtl .e-subject-container,
.e-schedule-dialog.e-rtl .e-start-container,
.e-schedule-dialog.e-rtl .e-description-label {
  padding-left: 8px;
  padding-right: 0;
}
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
  padding-left: 8px;
  padding-right: 4px;
}
.e-schedule-dialog.e-rtl .e-location-container,
.e-schedule-dialog.e-rtl .e-end-container {
  padding-left: 0;
  padding-right: 8px;
}
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
  padding-left: 4px;
  padding-right: 8px;
}
.e-schedule-dialog.e-rtl .e-event-delete {
  float: right;
}

.e-editor-content-item-template {
  text-overflow: ellipsis;
  overflow: hidden;
}

/*! schedule event window for smaller viewports*/
@media screen and (max-width: 320px) {
  .e-schedule-dialog.e-popup.e-popup-open {
    max-height: 350px;
    min-width: 100%;
  }

  .e-schedule-dialog .e-all-day-container {
    padding-bottom: 10px;
  }
  .e-schedule-dialog .e-all-day-time-zone-row {
    display: block;
  }
}
.e-ddl.e-popup .e-resource-template {
  display: flex;
  padding: 0 10px;
  text-indent: 10px;
}
.e-ddl.e-popup .e-resource-template .e-resource-color {
  height: 14px;
  margin-top: 12px;
  width: 14px;
}

.e-schedule-dialog.e-device .e-dlg-header,
.e-schedule-dialog.e-device .e-dlg-header * {
  width: 100%;
}
.e-schedule-dialog.e-device .e-dlg-header-content {
  background: #303030;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 3px;
}
.e-schedule-dialog.e-device .e-title-location-row,
.e-schedule-dialog.e-device .e-start-end-row,
.e-schedule-dialog.e-device .e-time-zone-row,
.e-schedule-dialog.e-device .e-start-input-container,
.e-schedule-dialog.e-device .e-end-input-container {
  display: inline;
}
.e-schedule-dialog.e-device .e-time-zone-row.e-enable {
  display: inline;
}
.e-schedule-dialog.e-device .e-subject-container,
.e-schedule-dialog.e-device .e-location-container,
.e-schedule-dialog.e-device .e-start-container,
.e-schedule-dialog.e-device .e-end-container,
.e-schedule-dialog.e-device .e-start-time-zone-container,
.e-schedule-dialog.e-device .e-end-time-zone-container {
  padding-left: 0;
  width: 100%;
}
.e-schedule-dialog.e-device .e-subject-container,
.e-schedule-dialog.e-device .e-start-container,
.e-schedule-dialog.e-device .e-start-time-zone-container,
.e-schedule-dialog.e-device .e-description-label {
  padding-right: 0;
}
.e-schedule-dialog.e-device .e-location-container,
.e-schedule-dialog.e-device .e-end-container,
.e-schedule-dialog.e-device .e-end-time-zone-container,
.e-schedule-dialog.e-device .e-start-container,
.e-schedule-dialog.e-device .e-start-time-zone-container,
.e-schedule-dialog.e-device .e-subject-container,
.e-schedule-dialog.e-device .e-description-row,
.e-schedule-dialog.e-device .e-repeat-container {
  padding-top: 20px;
}
.e-schedule-dialog.e-device .e-all-day-time-zone-row {
  padding-top: 20px;
}
.e-schedule-dialog.e-device .e-resources {
  padding-bottom: 0;
  padding-top: 20px;
}
.e-schedule-dialog.e-device .e-description,
.e-schedule-dialog.e-device .e-float-input .e-description {
  height: 60px;
  resize: vertical;
}
.e-schedule-dialog.e-device .e-all-day-time-zone-row {
  margin-top: 0;
  padding-bottom: 0;
}
.e-schedule-dialog.e-device .e-repeat-parent-row {
  padding-top: 8px;
}
.e-schedule-dialog.e-device .e-all-day-container {
  margin-right: 20px;
}
.e-schedule-dialog.e-device .e-title-header {
  display: flex;
  width: 100%;
}
.e-schedule-dialog.e-device .e-save-icon,
.e-schedule-dialog.e-device .e-back-icon,
.e-schedule-dialog.e-device .e-forward-icon {
  cursor: pointer;
  line-height: normal;
}
.e-schedule-dialog.e-device .e-title-text {
  text-align: center;
}
.e-schedule-dialog.e-device .e-save-icon,
.e-schedule-dialog.e-device .e-back-icon,
.e-schedule-dialog.e-device .e-delete-icon {
  width: 2.5em;
}
.e-schedule-dialog.e-device .e-save-icon,
.e-schedule-dialog.e-device .e-delete-icon {
  text-align: right;
}
.e-schedule-dialog.e-device .e-time-zone-row,
.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable {
  display: none;
}
.e-schedule-dialog.e-device .e-repeat-container {
  display: block;
  padding-right: 35px;
  padding-left: 0;
}
.e-schedule-dialog.e-device .e-icon-down-arrow {
  font-size: 10px;
}
.e-schedule-dialog.e-device.e-rtl .e-save-icon {
  text-align: left;
}
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
  margin-left: 20px;
  margin-right: 0;
}
.e-schedule-dialog.e-device.e-rtl .e-subject-container,
.e-schedule-dialog.e-device.e-rtl .e-start-container,
.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container,
.e-schedule-dialog.e-device.e-rtl .e-description-label {
  padding-left: 0;
}
.e-schedule-dialog.e-device.e-rtl .e-location-container,
.e-schedule-dialog.e-device.e-rtl .e-end-container,
.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container,
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
  padding-right: 0;
}
.e-schedule-dialog.e-device.e-rtl .e-repeat-container {
  padding-left: 35px;
  padding-right: 0;
}
.e-schedule-dialog.e-device .e-recurrence-container {
  position: relative;
}
.e-schedule-dialog.e-device .e-recurrence-container.e-hide {
  display: none;
}
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button {
  border: 0;
  box-shadow: none;
  margin: -3px 5px;
  position: absolute;
}
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons {
  font-size: 12px;
  position: relative;
  top: 1px;
}

/*! schedule quick popup */
.e-quick-popup-wrapper {
  background: #424242;
  border-radius: 2px;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  color: #fff;
  max-width: 365px;
  min-width: 320px;
  opacity: 1;
  user-select: none;
  width: 100%;
  border: 1px solid #eee;
}
.e-quick-popup-wrapper .e-hidden {
  display: none;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper {
  position: absolute;
  right: 6px;
  top: 4px;
  padding: 0;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close {
  color: #fff;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
  background: #757575;
  color: #fff;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
  font-size: 11px;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-content {
  padding: 38px 18px 12px;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table {
  width: 100%;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
  margin: 0 0 8px;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
  font-size: 22px;
  height: auto;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
  background: #3f51b5;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
  padding: 5px 5px 2px;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete {
  display: block;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
  position: unset;
  right: auto;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
  color: #fff;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
  font-size: 11px;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover {
  background: none;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon {
  opacity: 0.5;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
  padding: 0 18px 8px;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
  background: unset;
  border-left: unset;
  border-radius: 2px;
  color: #fff;
  cursor: default;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  max-height: 87px;
  padding: unset;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
  padding: 0 18px 16px 26px;
}
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-popup-header-title-text,
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-popup-header-title-text {
  display: none;
}
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close,
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit,
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete,
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close {
  background: transparent;
  border: 0;
}
.e-quick-popup-wrapper .e-cell-popup .e-date-time,
.e-quick-popup-wrapper .e-cell-popup .e-location,
.e-quick-popup-wrapper .e-cell-popup .e-time-zone,
.e-quick-popup-wrapper .e-cell-popup .e-description,
.e-quick-popup-wrapper .e-cell-popup .e-resource,
.e-quick-popup-wrapper .e-event-popup .e-date-time,
.e-quick-popup-wrapper .e-event-popup .e-location,
.e-quick-popup-wrapper .e-event-popup .e-time-zone,
.e-quick-popup-wrapper .e-event-popup .e-description,
.e-quick-popup-wrapper .e-event-popup .e-resource {
  color: #fff;
  display: flex;
  padding-top: 12px;
}
.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
.e-quick-popup-wrapper .e-cell-popup .e-location-icon,
.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon,
.e-quick-popup-wrapper .e-cell-popup .e-description-icon,
.e-quick-popup-wrapper .e-cell-popup .e-resource-icon,
.e-quick-popup-wrapper .e-event-popup .e-date-time-icon,
.e-quick-popup-wrapper .e-event-popup .e-location-icon,
.e-quick-popup-wrapper .e-event-popup .e-time-zone-icon,
.e-quick-popup-wrapper .e-event-popup .e-description-icon,
.e-quick-popup-wrapper .e-event-popup .e-resource-icon {
  color: #fff;
  font-size: 18px;
  padding: 0 13px 0 0;
}
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
.e-quick-popup-wrapper .e-cell-popup .e-location-details,
.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details,
.e-quick-popup-wrapper .e-cell-popup .e-description-details,
.e-quick-popup-wrapper .e-cell-popup .e-resource-details,
.e-quick-popup-wrapper .e-event-popup .e-date-time-details,
.e-quick-popup-wrapper .e-event-popup .e-location-details,
.e-quick-popup-wrapper .e-event-popup .e-time-zone-details,
.e-quick-popup-wrapper .e-event-popup .e-description-details,
.e-quick-popup-wrapper .e-event-popup .e-resource-details {
  color: #fff;
  cursor: default;
  font-size: 14px;
}
.e-quick-popup-wrapper .e-popup-table td:last-child {
  padding-top: 0;
}
.e-quick-popup-wrapper .e-popup-footer {
  display: block;
  padding: 8px 4px 8px 22px;
  text-align: right;
}
.e-quick-popup-wrapper .e-popup-footer .e-event-edit {
  margin-right: 8px;
}
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
  right: auto;
}
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.e-quick-popup-wrapper .e-popup-footer .e-event-details {
  border: none;
  margin-right: 8px;
  right: auto;
  text-transform: uppercase;
}
.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
  display: none;
}
.e-quick-popup-wrapper.e-rtl {
  text-align: right;
}
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper {
  left: 6px;
  right: auto;
}
.e-quick-popup-wrapper.e-rtl .e-event-details,
.e-quick-popup-wrapper.e-rtl .e-event-edit {
  margin-left: 8px;
}
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
  padding: 8px 8px 8px 18px;
  text-align: left;
}
.e-quick-popup-wrapper.e-rtl .e-date-time-icon,
.e-quick-popup-wrapper.e-rtl .e-location-icon,
.e-quick-popup-wrapper.e-rtl .e-time-zone-icon,
.e-quick-popup-wrapper.e-rtl .e-description-icon,
.e-quick-popup-wrapper.e-rtl .e-resource-icon {
  padding: 0 0 0 10px;
}
.e-quick-popup-wrapper.e-device {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1004;
}
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
  background: unset;
}
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
  background: none;
}
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
  height: 2.5em;
  width: 2.5em;
}
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit,
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete {
  display: block;
}
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close {
  margin-left: 0;
  margin-right: auto;
  order: -1;
}
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
  padding: 24px;
}
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content {
  padding: 12px 24px;
}
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header {
  display: flex;
  padding: 15px;
}
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
  background: transparent;
  border: 0;
  color: #fff;
  height: 35px;
  width: 35px;
}
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover,
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:focus,
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover {
  background: none;
}
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  line-height: 2.25;
  padding: 2px 5px;
  width: calc(100% - 105px);
}
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon {
  font-size: 14px;
}
.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close {
  margin-left: auto;
  margin-right: 0;
}

/*! schedule quick popup for smaller viewports */
@media screen and (max-width: 320px) {
  .e-quick-popup-wrapper {
    min-width: 100%;
  }
  .e-quick-popup-wrapper .e-popup-footer {
    padding-left: 5px;
  }
  .e-quick-popup-wrapper.e-rtl .e-popup-footer {
    padding-right: 5px;
  }
}
.e-appointment.e-schedule-event-clone {
  background: #3f51b5;
  border-radius: 2px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  height: 38px;
  width: 100px;
  z-index: 9;
}
.e-appointment.e-schedule-event-clone.e-drag-clone {
  cursor: move;
}
.e-appointment.e-schedule-event-clone .e-recurrence-icon,
.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon,
.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon,
.e-appointment.e-schedule-event-clone .e-indicator.e-right-icon,
.e-appointment.e-schedule-event-clone .e-event-resize.e-left-handler,
.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler {
  display: none;
}
.e-appointment.e-schedule-event-clone .e-appointment-details {
  flex: auto;
  overflow: hidden;
  padding: 0 4px;
  text-align: left;
}
.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
  flex: auto;
  overflow: hidden;
}
.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
  min-height: 18px;
  overflow: hidden;
  padding-top: 4px;
  text-overflow: ellipsis;
}
.e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
  font-size: 11px;
  overflow: hidden;
  padding-top: 1px;
  text-overflow: ellipsis;
}
.e-appointment.e-schedule-event-clone .e-appointment-details .e-location {
  display: none;
}
.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject {
  padding: 3px 2px;
}
.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time {
  display: none;
}

.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
  padding: 3px 0 1px 4px;
}
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
  display: none;
}

.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
  line-height: 1.6;
}

@media print {
  .e-schedule .e-table-container {
    display: block;
  }
  .e-schedule .e-vertical-view .e-content-table thead {
    break-inside: auto;
  }
}
.e-more-popup-wrapper {
  background: #424242;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  padding: 8px 0;
  width: 225px;
}
.e-more-popup-wrapper .e-more-appointment-wrapper {
  margin: 0 4px;
}
.e-more-popup-wrapper .e-more-event-popup {
  height: 100%;
  position: relative;
  width: 100%;
}
.e-more-popup-wrapper .e-more-event-header {
  height: 35px;
  margin: 0 8px 4px 14px;
}
.e-more-popup-wrapper .e-more-event-content {
  color: #fff;
  height: calc(100% - 35px);
  max-height: 150px;
  overflow-y: auto;
  padding: 10px 10px 0;
}
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.e-more-popup-wrapper .e-more-event-date-header {
  height: 100%;
  width: calc(100% - 25px);
}
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
  color: #00b0ff;
}
.e-more-popup-wrapper .e-header-day {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding-bottom: 2px;
}
.e-more-popup-wrapper .e-header-date {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  max-width: 15%;
}
.e-more-popup-wrapper .e-header-date:hover {
  cursor: pointer;
  text-decoration: underline;
}
.e-more-popup-wrapper .e-header-date:focus {
  text-decoration: underline;
}
.e-more-popup-wrapper .e-more-event-close {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  height: 25px;
  padding: unset;
  position: absolute;
  right: 6px;
  width: 25px;
}
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
  font-size: 9px;
}
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
  margin-top: 0;
}
.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover {
  background: #757575;
  border-radius: 50%;
  color: #fff;
}
.e-more-popup-wrapper .e-appointment {
  background: #3f51b5;
  border-radius: 2px;
  color: #fff;
  display: flex;
  height: 22px;
  line-height: 20px;
  margin-bottom: 2px;
  padding: 2px 0;
  width: 100%;
}
.e-more-popup-wrapper .e-appointment .e-subject {
  color: #fff;
  flex: auto;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  padding: 0 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
  display: none;
}
.e-more-popup-wrapper .e-appointment .e-inline-subject {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 4px;
  width: 100%;
}
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
  line-height: 22px;
  padding: 0 2px;
}
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.e-more-popup-wrapper.e-device {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.e-more-popup-wrapper.e-device .e-more-event-content {
  max-height: unset;
}
.e-more-popup-wrapper.e-rtl .e-header-date {
  padding-right: 10px;
}
.e-more-popup-wrapper.e-rtl .e-header-day {
  padding-right: 10px;
}
.e-more-popup-wrapper.e-rtl .e-more-event-close {
  left: 6px;
  right: auto;
}

.e-schedule {
  background: #303030;
  border: 1px solid #616161;
}
.e-schedule .e-date-header-wrap {
  border-color: #616161;
  border-style: solid;
  border-width: 0;
  position: relative;
}
.e-schedule .e-header-calendar {
  background-color: none;
  box-shadow: none;
}
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
  border-left-width: 0;
}
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
  background: #303030;
}
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
  background: #616161;
}
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
  background: #303030;
  border-color: #616161;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #fff;
}
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells {
  border-bottom-width: 0;
}
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  padding-top: 10px;
  text-align: center;
  vertical-align: top;
}
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells {
  border-bottom-color: transparent;
}
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
  background: #303030;
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 1px;
  color: #fff;
  text-align: left;
}
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
  border-bottom-width: 0;
}
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
  background: #303030;
  border-color: #616161;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: rgba(255, 255, 255, 0.7);
}
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
  border-bottom-color: transparent;
}
.e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells {
  border-bottom-color: #616161;
}
.e-schedule .e-vertical-view .e-header-cells {
  background: #303030;
}
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
  color: #00b0ff;
  font-weight: normal;
}
.e-schedule .e-vertical-view .e-work-cells {
  background: #424242;
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 0;
}
.e-schedule .e-vertical-view .e-work-cells:hover {
  background: #616161;
  color: #fff;
}
.e-schedule .e-vertical-view .e-alternate-cells {
  border-bottom-style: dotted;
}
.e-schedule .e-vertical-view .e-work-hours {
  background: #303030;
}
.e-schedule .e-vertical-view .e-all-day-cells {
  background: #303030;
}
.e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
  color: #00b0ff;
}
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
  background: #757575;
  color: #fff;
}
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
  background: #757575;
  color: #fff;
}
.e-schedule .e-vertical-view .e-selected-cell {
  background: #757575;
  color: #fff;
}
.e-schedule .e-vertical-view .e-selected-cell:hover {
  background: #757575;
  color: #fff;
}
.e-schedule .e-vertical-view .e-clone-time-indicator,
.e-schedule .e-vertical-view .e-current-time {
  color: #00b0ff;
}
.e-schedule .e-vertical-view .e-current-timeline {
  border-top: 1px solid #00b0ff;
}
.e-schedule .e-vertical-view .e-previous-timeline {
  border-top: 1px dotted #00b0ff;
}
.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells {
  border-bottom-width: 1px;
}
.e-schedule .e-month-view .e-date-header-wrap table td:first-child,
.e-schedule .e-month-view .e-content-wrap table td:first-child {
  border-left-width: 0;
}
.e-schedule .e-month-view .e-date-header-wrap table td,
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
  background: #303030;
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 1px;
  color: #fff;
  font-size: none;
  text-align: left;
  text-transform: none;
}
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
  color: #00b0ff;
  font-weight: normal;
}
.e-schedule .e-month-view .e-work-cells,
.e-schedule .e-month-agenda-view .e-work-cells {
  background: #424242;
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 1px;
  color: #fff;
  padding: 0;
}
.e-schedule .e-month-view .e-work-cells:hover,
.e-schedule .e-month-agenda-view .e-work-cells:hover {
  background: #616161;
  color: #fff;
}
.e-schedule .e-month-view .e-work-days,
.e-schedule .e-month-agenda-view .e-work-days {
  background: #303030;
}
.e-schedule .e-month-view .e-other-month,
.e-schedule .e-month-agenda-view .e-other-month {
  color: rgba(255, 255, 255, 0.7);
}
.e-schedule .e-month-view .e-current-date .e-date-header,
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
  background: #00b0ff;
  border-radius: 50%;
  color: #000;
  min-width: 20px;
  padding: 0 4px;
  width: fit-content;
}
.e-schedule .e-month-view .e-selected-cell,
.e-schedule .e-month-agenda-view .e-selected-cell {
  background: #757575;
  color: #fff;
}
.e-schedule .e-month-view .e-selected-cell .e-date-header,
.e-schedule .e-month-agenda-view .e-selected-cell .e-date-header {
  color: none;
}
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
  color: #fff;
}
.e-schedule .e-month-view .e-selected-cell:hover,
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
  background: #757575;
}
.e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
  overflow: auto;
}
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
  border-width: 0 0 1px 0;
  text-align: center;
}
.e-schedule .e-month-agenda-view .e-work-cells {
  border-width: 0;
}
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
  min-width: 24px;
}
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child,
.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child {
  border-left-width: 0;
}
.e-schedule .e-timeline-view .e-date-header-wrap table td,
.e-schedule .e-timeline-month-view .e-date-header-wrap table td {
  background: #303030;
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 1px;
  color: #fff;
}
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
  color: #00b0ff;
  font-weight: normal;
}
.e-schedule .e-timeline-view .e-work-cells,
.e-schedule .e-timeline-month-view .e-work-cells {
  background: #424242;
  border-color: #616161;
  border-style: solid;
  border-width: 0 0 1px 1px;
  color: #fff;
  padding: 0;
}
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) {
  background: #616161;
  color: #fff;
}
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-timeline-view .e-work-days,
.e-schedule .e-timeline-month-view .e-work-days {
  background: #303030;
}
.e-schedule .e-timeline-view .e-resource-group-cells,
.e-schedule .e-timeline-month-view .e-resource-group-cells {
  background: #424242;
}
.e-schedule .e-timeline-view .e-selected-cell,
.e-schedule .e-timeline-month-view .e-selected-cell {
  background: #757575;
  color: #fff;
}
.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
  background: #757575;
}
.e-schedule .e-timeline-view .e-work-hours {
  background: #303030;
}
.e-schedule .e-timeline-view .e-resource-group-cells {
  background: #424242;
}
.e-schedule .e-timeline-view .e-selected-cell {
  background: #757575;
  color: #fff;
}
.e-schedule .e-timeline-view .e-selected-cell:hover {
  background: #757575;
}
.e-schedule .e-timeline-view .e-alternate-cells {
  border-left-style: dotted;
}
.e-schedule .e-timeline-view .e-header-row .e-time-cells {
  border-left-width: 0;
}
.e-schedule .e-timeline-view .e-clone-time-indicator,
.e-schedule .e-timeline-view .e-current-time {
  color: #00b0ff;
  font-size: 11px;
}
.e-schedule .e-timeline-view .e-current-timeline {
  border-left: 1px solid #00b0ff;
}
.e-schedule .e-timeline-year-view .e-work-cells {
  background: #424242;
  border-color: #616161;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #fff;
  padding: 0;
}
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
  background: #616161;
  color: #fff;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
  background: #303030;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
  color: rgba(255, 255, 255, 0.7);
}
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
  background: #00b0ff;
  border-radius: 50%;
  color: #000;
  margin: 2px;
  width: 20px;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
  background: #757575;
  color: #fff;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
  color: #fff;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
  color: #fff;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
  background: #757575;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
  cursor: default;
  opacity: 0.35;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
  text-decoration: none;
}
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 8px #424242;
}
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
  background: rgba(0, 0, 0, 0.08);
}
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
  border-right-width: 0;
}
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
  text-align: right;
}
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
  border-width: 0 1px 1px 0;
}
.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells,
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells {
  border-bottom-width: 0;
}
.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td,
.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td {
  border-width: 0 0 1px 1px;
}
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child,
.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child {
  border-right-width: 0;
}
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
  text-align: right;
  border-width: 0 1px 1px 0;
}
.e-schedule.e-rtl .e-month-view .e-work-cells,
.e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
  border-width: 0 1px 1px 0;
}
.e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
  border-width: 0;
}
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child,
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child,
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child,
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child {
  border-right-width: 0;
}
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child,
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child,
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child,
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child {
  border-left-width: 0;
}
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td,
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td,
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td,
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td {
  border-width: 0 1px 1px 0;
}
.e-schedule.e-rtl .e-timeline-view .e-alternate-cells {
  border-right-style: dotted;
}
.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells {
  border-right-width: 0;
}

.e-tooltip-wrap.e-schedule-error {
  background: #fde;
  border-color: #fde;
  z-index: 1000;
}
.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top {
  left: 44%;
}
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
  border-bottom: 8px solid #fde;
  color: #fde;
}
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
  border-top: 8px solid #fde;
  color: #fde;
}
.e-tooltip-wrap.e-schedule-error .e-tip-content {
  padding: 3px 6px;
}
.e-tooltip-wrap.e-schedule-error .e-tip-content,
.e-tooltip-wrap.e-schedule-error .e-tip-content label {
  color: #f43;
}

.e-schedule .e-schedule-toolbar .e-icon-prev::before {
  content: "\e937";
}
.e-schedule .e-schedule-toolbar .e-icon-next::before {
  content: "\e956";
}
.e-schedule .e-schedule-toolbar .e-icon-add::before {
  content: "\e963";
}
.e-schedule .e-schedule-toolbar .e-icon-today::before {
  content: "\e322";
}
.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before {
  content: "\e969";
}
.e-schedule .e-schedule-toolbar .e-icon-day::before {
  content: "\e31b";
}
.e-schedule .e-schedule-toolbar .e-icon-week::before {
  content: "\e315";
}
.e-schedule .e-schedule-toolbar .e-icon-workweek::before {
  content: "\e314";
}
.e-schedule .e-schedule-toolbar .e-icon-month::before {
  content: "\e93c";
}
.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before {
  content: "\e313";
}
.e-schedule .e-schedule-toolbar .e-icon-agenda::before {
  content: "\e31d";
}
.e-schedule .e-schedule-toolbar .e-icon-year::before, .e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before, .e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before, .e-schedule .e-schedule-toolbar .e-icon-timeline-month::before {
  content: "\ea8e";
}
.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before {
  content: "\ea85";
}
.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before {
  content: "\ea88";
}
.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before {
  content: "\ea8b";
}
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before,
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before {
  content: "\e984";
}
.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before {
  content: "\e956";
}
.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before {
  content: "\e937";
}
.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before {
  content: "\e99a";
}
.e-schedule .e-schedule-resource-toolbar .e-icon-next::before {
  content: "\e956";
}
.e-schedule .e-close-icon::before {
  content: "\e7fc";
}
.e-schedule .e-block-indicator::before {
  content: "\e22a";
}
.e-schedule .e-appointment .e-recurrence-icon::before {
  content: "\e308";
}
.e-schedule .e-appointment .e-recurrence-edit-icon::before {
  content: "\e30a";
}
.e-schedule .e-appointment .e-up-icon::before {
  content: "\e306";
}
.e-schedule .e-appointment .e-down-icon::before {
  content: "\e304";
}
.e-schedule .e-appointment .e-left-icon::before {
  content: "\e302";
}
.e-schedule .e-appointment .e-right-icon::before {
  content: "\e300";
}
.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before {
  content: "\e916";
}
.e-schedule.e-rtl .e-appointment .e-left-icon::before {
  content: "\e300";
}
.e-schedule.e-rtl .e-appointment .e-right-icon::before {
  content: "\e302";
}
.e-schedule .e-resource-tree-icon::before {
  content: "\e22f";
}

.e-schedule-dialog.e-device .e-back-icon::before {
  content: "\e977";
}
.e-schedule-dialog.e-device .e-save-icon::before {
  content: "\e98e";
}
.e-schedule-dialog.e-device .e-delete-icon::before {
  content: "\e94a";
}
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
  content: "\e944";
}

.e-schedule-dialog.e-device.e-rtl .e-back-icon::before {
  content: "\e85f";
}

.e-quick-popup-wrapper .e-edit-icon::before {
  content: "\e891";
}
.e-quick-popup-wrapper .e-delete-icon::before {
  content: "\e94a";
}
.e-quick-popup-wrapper .e-close-icon::before {
  content: "\e7fc";
}
.e-quick-popup-wrapper .e-time-icon::before {
  content: "\e20c";
}
.e-quick-popup-wrapper .e-location-icon::before {
  content: "\e30c";
}
.e-quick-popup-wrapper .e-time-zone-icon::before {
  content: "\e30e";
}
.e-quick-popup-wrapper .e-description-icon::before {
  content: "\e30d";
}
.e-quick-popup-wrapper .e-resource-icon::before {
  content: "\e424";
}
.e-quick-popup-wrapper .e-date-time-icon::before {
  content: "\e421";
}

.e-more-popup-wrapper.e-device .e-close-icon::before {
  content: "\e7fc";
}

.e-ie-toolbar-upload-div.e-hide,
.e-ie-toolbar-upload-btn.e-hide,
.e-ie-img-quality-slider,
.e-ie-img-quality-name .e-hide {
  display: none;
}

.e-device.e-image-editor .e-img-font-style.e-template {
  margin-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-slider-container {
  margin-left: calc(50% - 70px) !important;
  /* stylelint-disable-line declaration-no-important */
  height: 54px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-straighten-slider {
  margin-left: calc(50% - 70px) !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-ie-straighten-value-span {
  margin-left: 15px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-hscroll.e-scroll-device {
  padding-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-contextual-toolbar-wrapper {
  border-top: 1px solid #757575;
  border-bottom: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-toolbar {
  border-bottom: 1px solid #757575;
}
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
  border-bottom: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-bottom-toolbar .e-toolbar, .e-device.e-image-editor .e-bottom-toolbar-area .e-toolbar {
  border-bottom: none;
}
.e-device.e-image-editor .e-ie-img-save-name {
  width: calc(65% - 13px) !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-ie-img-size-value-span {
  margin-left: calc(100% - 145px) !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-device.e-image-editor .e-ie-quality-option-container .e-slider-container {
  margin-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  height: auto !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-image-editor {
  border: 1px solid #757575;
  position: relative;
  display: block;
  /* stylelint-disable property-no-vendor-prefix */
}
.e-image-editor .no-spin ::-webkit-inner-spin-button, .e-image-editor .no-spin ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.e-image-editor .e-ie-drop-area {
  height: calc(100% - 18px);
  width: calc(100% - 20px);
  border: 2px dashed #fff;
  border-radius: 10px;
  margin: 10px;
}
.e-image-editor .e-ie-drop-area .e-upload {
  display: none;
}
.e-image-editor .e-ie-drop-area .e-image::before {
  font-size: 50px;
}
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
  top: calc(50% - 60px);
  left: calc(50% - 25px);
}
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
  top: 50%;
  left: calc(50% - 160px);
  font-size: 14px;
}
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 14px;
}
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
  left: calc(50% - 120px);
  top: 50%;
  font-size: 14px;
}
.e-image-editor .e-toolbar {
  border: none;
  border-bottom: 1px solid #757575;
  height: 40px !important;
  /* stylelint-disable-line declaration-no-important */
  min-height: 40px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
  margin-left: 20px;
  min-width: 28px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
  min-width: 28px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
  font-size: 16px;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
  font-size: 16px;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-upload {
  border: none;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-file-select-wrap {
  padding: 0;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-file-select, .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-file-drop, .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-upload-files {
  display: none;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-image-upload .e-upload {
  border: none;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-frame-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-text-background-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-stroke-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
  font-size: 16px;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
  margin-top: -4px;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-btn-icon.e-dropdownbtn-preview {
  height: 18px;
  width: 18px;
  margin-top: -4px !important;
  /* stylelint-disable-line declaration-no-important */
  margin-left: -1px;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform {
  font-size: 16px;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform .e-icons.e-caret {
  font-size: 10px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-save {
  font-size: 16px;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-save .e-icons.e-caret {
  font-size: 10px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
  line-height: 1;
}
.e-image-editor .e-toolbar-area + .e-canvas-wrapper .e-textarea {
  line-height: initial !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-bottom-toolbar, .e-image-editor .e-bottom-toolbar-area {
  border-top: 1px solid #757575;
}
.e-image-editor .e-contextual-toolbar-wrapper {
  border-bottom: 1px solid #757575;
  width: 100%;
  z-index: 1;
}
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
  border-bottom: none !important;
  /* stylelint-disable-line declaration-no-important */
  height: 130px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar {
  height: inherit !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item {
  display: inline-grid;
}
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item > span {
  font-weight: 500;
  margin: 4px;
  text-align: center;
}
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-dropdown-btn {
  margin: 0 auto;
  width: max-content;
}
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
  height: inherit !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item:not(.e-hidden) {
  display: inline-grid;
}
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item > span {
  font-weight: 500;
  margin: 4px;
  text-align: center;
}
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-dropdown-btn {
  margin: 0 auto;
  width: max-content;
}
.e-image-editor .e-contextual-toolbar-wrapper.e-hide {
  display: none;
}
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
  height: auto !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
  box-sizing: content-box;
}
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
  text-align: center;
}
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper canvas {
  border: 2px solid transparent;
  height: 100px;
}
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
  margin-left: calc(50% - 137px);
  height: 54px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-ie-straighten-value-span,
.e-ie-straighten-span,
.e-ie-toolbar-straighten {
  font-size: 14px !important;
  /* stylelint-disable-line declaration-no-important */
  padding-left: 10px !important;
  /* stylelint-disable-line declaration-no-important */
  padding-right: 10px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
  height: auto;
  margin-left: 8px;
  padding-right: 2px;
}

.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
  top: calc(50% - 20px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider-track,
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-range {
  top: calc(50% - 2px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
  top: calc(50% - 7px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-finetune-value-span {
  top: 31% !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-finetune-slider-label {
  top: 31% !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-finetune-slider-wrap {
  top: calc(50% - 15px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-transparency-slider-wrap {
  top: calc(50% - 15px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-slider-wrap {
  top: calc(50% - 14px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-dropdown-popup.e-ie-crop-ddb-popup ul {
  max-height: 250px;
  overflow-y: auto;
}

.e-dropdown-popup.e-ie-ddb-popup {
  background: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-device.e-image-editor .e-ie-device-transparency-slider {
  margin-left: calc(50% - 80px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
.e-ie-quality-option-container .e-slider-container.e-horizontal {
  height: 28px;
}

.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal .e-slider {
  top: calc(50% - 14px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-quality-slider.e-slider-container + .e-ie-img-icon-button,
.e-ie-quality-option-container .e-slider-container.e-horizontal + .e-ie-img-icon-button {
  margin-left: 20px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-img-size {
  margin: 10px 10px 0;
}

.e-ie-dlg-img-content {
  width: 40%;
  height: 100%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.e-ie-img-input {
  width: 90% !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-img-dlg-canvas {
  width: auto;
  height: auto;
}

.e-ie-img-size {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.e-ie-dlg-right-content {
  width: 60%;
}

.e-ie-img-save-name {
  display: inline-block;
  margin-right: 10px;
  width: calc(69% - 13px);
}

.e-ie-img-save-dlg {
  display: inline-block;
  width: 92px;
}

.e-ie-img-save-dlg .e-btn {
  width: 100%;
}

.e-ie-img-label-name {
  margin-bottom: 5px;
  display: block;
}

.e-ie-img-quality-name {
  position: relative;
  width: 100% !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-quality-info {
  margin-bottom: 0;
  margin-top: 0;
}

.e-ie-quality-span {
  margin-left: 5px;
  display: inline-flex;
}

.e-ie-img-quality-label {
  margin-bottom: 3%;
  margin-top: 5%;
  display: inline-flex;
}

.e-ie-img-quality-size {
  margin-top: 5%;
  display: block;
}

.e-ie-img-size-value-span {
  width: 8%;
  text-transform: capitalize;
  margin-left: calc(100% - 194px);
  margin-top: 4px;
}

.e-device.e-ie-save-dialog .e-ie-img-size-value-span {
  margin-left: calc(100% - 145px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-device.e-ie-save-dialog .e-ie-img-save-name {
  width: calc(71% - 30px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ie-img-icon-button {
  margin-left: 10px;
  width: max-content;
  margin-bottom: 5px;
}

.e-ie-quality-option-container .e-btn-group .e-btn {
  padding-left: 10px;
  padding-right: 10px;
}

.e-blr-ie-save-dialog .e-ie-img-save-name {
  width: calc(67% - 13px);
}
.e-blr-ie-save-dialog .e-ie-quality-custom {
  width: calc(65% - 13px);
}
.e-blr-ie-save-dialog .e-ie-quality-option-container .e-ie-img-icon-button {
  margin-left: 20px;
}
.e-blr-ie-save-dialog .e-ie-img-size-value-span {
  vertical-align: middle;
  margin-left: calc(50% - 55px);
}
.e-blr-ie-save-dialog .e-btn-group .e-btn {
  padding: 6px 7.5px 4px;
}
.e-blr-ie-save-dialog.e-device .e-ie-img-save-name {
  width: calc(64% - 15px) !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-blr-ie-save-dialog.e-device .e-ie-quality-custom {
  width: 75% !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
  margin-left: 0;
}
.e-blr-ie-save-dialog.e-device .e-slider-container {
  margin-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  height: 28px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
  margin-left: calc(75% - 100px) !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
  padding: 2px 9.5px;
}
.e-ie-straighten-value-span {
  margin-left: 7px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-device.e-image-editor .e-ie-straighten-value-span {
  margin-left: 15px !important;
  /* stylelint-disable-line declaration-no-important */
}

@media only screen and (max-width: 390px) {
  .e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-save-name {
    width: calc(65% - 30px) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label {
  left: calc(50% - 145px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
  width: 170px !important;
  /* stylelint-disable-line declaration-no-important */
  margin-left: calc(50% - 62px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
  margin-left: 10px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
  top: calc(50% + 60px);
}

.e-image-editor.e-control.e-readonly {
  opacity: 1 !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-device.e-image-editor .e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal .e-slider {
  top: calc(50% - 16px) !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-image-editor {
  background: #292929;
}
.e-image-editor .e-contextual-toolbar-wrapper {
  background: #212121;
}
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filter-wrapper canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filter-wrapper canvas {
  border-color: #7d7d7d !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper:focus canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filter-wrapper:focus canvas {
  border-color: #7d7d7d !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
  color: #fff;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
  background: #757575 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn {
  background: inherit;
  border: none;
  margin-top: 0;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-caret-hide {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #fff;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus {
  background: #878787;
  box-shadow: none;
  color: #fff;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:active {
  background: #7d7d7d;
  box-shadow: none;
  color: #fff;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color {
  background: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  width: 14px;
  margin: 0 2px;
  border-bottom-color: #000;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview {
  display: none;
}
.e-image-editor .e-toolbar .e-toolbar-items .e-nocolor-item {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important;
  /* stylelint-disable-line declaration-no-important */
  background-size: 8px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-btn {
  box-shadow: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-dropdown-popup .e-selected-btn {
  background: #757575 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-ie-filter-canvas:focus,
.filter-wrapper:focus .e-ie-filter-canvas,
.filter-wrapper:focus canvas,
.filter-wrapper canvas:focus {
  border-color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-image-editor .e-upload-icon::before {
  content: "\e65f";
}
.e-image-editor .e-zoom-in::before {
  content: "\e22c";
}
.e-image-editor .e-zoom-out::before {
  content: "\e974";
}
.e-image-editor .e-pan::before {
  content: "\ec1a";
}
.e-image-editor .e-select::before {
  content: "\e94c";
}
.e-image-editor .e-transform::before {
  content: "\e96c";
}
.e-image-editor .e-annotation::before {
  content: "\ec26";
}
.e-image-editor .e-shapes::before {
  content: "\ec23";
}
.e-image-editor .e-mouse::before {
  content: "\ec1d";
}
.e-image-editor .e-btn-reset::before {
  content: "\e953";
}
.e-image-editor .e-btn-save::before {
  content: "\e98e";
}
.e-image-editor .e-close::before {
  content: "\e7fc";
}
.e-image-editor .e-check::before {
  content: "\e96d";
}
.e-image-editor .e-text-font-color.e-template .e-caret::before {
  content: "\e35f";
}
.e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-frame-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
  content: "\ec15";
}
.e-image-editor .e-fill.e-template .e-caret::before, .e-image-editor .e-text-background-color.e-template .e-caret::before {
  content: "\e35c";
}
.e-image-editor .e-stroke-text-font-color.e-template .e-caret::before {
  content: "\e9cc";
}

.e-image-editor .e-custom::before,
.e-dropdown-popup.e-image-popup .e-custom::before {
  content: "\e964";
}
.e-image-editor .e-circle::before,
.e-dropdown-popup.e-image-popup .e-circle::before {
  content: "\e671";
}
.e-image-editor .e-square::before,
.e-dropdown-popup.e-image-popup .e-square::before {
  content: "\e965";
}
.e-image-editor .e-custom-a::before,
.e-dropdown-popup.e-image-popup .e-custom-a::before {
  content: "\e966";
}
.e-image-editor .e-custom-b::before,
.e-dropdown-popup.e-image-popup .e-custom-b::before {
  content: "\e967";
}
.e-image-editor .e-custom-c::before,
.e-dropdown-popup.e-image-popup .e-custom-c::before {
  content: "\e968";
}
.e-image-editor .e-custom-d::before,
.e-dropdown-popup.e-image-popup .e-custom-d::before {
  content: "\e96a";
}
.e-image-editor .e-custom-e::before,
.e-dropdown-popup.e-image-popup .e-custom-e::before {
  content: "\e96b";
}
.e-image-editor .e-custom-f::before,
.e-dropdown-popup.e-image-popup .e-custom-f::before {
  content: "\e9a1";
}
.e-image-editor .e-custom-g::before,
.e-dropdown-popup.e-image-popup .e-custom-g::before {
  content: "\e9a2";
}
.e-image-editor .e-custom-h::before,
.e-dropdown-popup.e-image-popup .e-custom-h::before {
  content: "\e9a3";
}
.e-image-editor .e-custom-i::before,
.e-dropdown-popup.e-image-popup .e-custom-i::before {
  content: "\e9a4";
}
.e-image-editor .e-custom-j::before,
.e-dropdown-popup.e-image-popup .e-custom-j::before {
  content: "\e9a5";
}
.e-image-editor .e-rectangle::before,
.e-dropdown-popup.e-image-popup .e-rectangle::before {
  content: "\e670";
}
.e-image-editor .e-triangle::before,
.e-dropdown-popup.e-image-popup .e-triangle::before {
  content: "\e954";
}
.e-image-editor .e-line::before,
.e-dropdown-popup.e-image-popup .e-line::before {
  content: "\e668";
}
.e-image-editor .e-clock-wise::before,
.e-dropdown-popup.e-image-popup .e-clock-wise::before {
  content: "\e960";
}
.e-image-editor .e-anti-clock-wise::before,
.e-dropdown-popup.e-image-popup .e-anti-clock-wise::before {
  content: "\e95f";
}
.e-image-editor .e-add-text::before,
.e-dropdown-popup.e-image-popup .e-add-text::before {
  content: "\e35b";
}
.e-image-editor .e-free-pen::before,
.e-dropdown-popup.e-image-popup .e-free-pen::before {
  content: "\e737";
}
.e-image-editor .e-horizontal-flip::before,
.e-dropdown-popup.e-image-popup .e-horizontal-flip::before {
  content: "\e95c";
}
.e-image-editor .e-vertical-flip::before,
.e-dropdown-popup.e-image-popup .e-vertical-flip::before {
  content: "\e95d";
}
.e-image-editor .e-arrow::before,
.e-dropdown-popup.e-image-popup .e-arrow::before {
  content: "\e669";
}
.e-image-editor .e-path::before,
.e-dropdown-popup.e-image-popup .e-path::before {
  content: "\e931";
}

.e-appbar {
  display: flex;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  flex-direction: row;
  position: relative;
  align-items: center;
  padding: 8px;
  overflow: hidden;
  font-size: 14px;
}
.e-appbar > div:first-child {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.e-appbar.e-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.e-appbar.e-prominent {
  height: 94px;
  align-items: flex-start;
}
.e-appbar.e-prominent > div:first-child {
  align-items: flex-start;
}
.e-appbar.e-dense {
  height: 40px;
}
.e-appbar.e-horizontal-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.e-appbar.e-horizontal-bottom.e-sticky {
  position: fixed;
  top: auto;
  max-width: inherit;
  left: auto;
  right: auto;
}
.e-appbar .e-appbar-separator {
  height: 24px;
}
.e-appbar .e-appbar-spacer {
  flex-grow: 1;
}
.e-appbar .e-btn,
.e-appbar .e-css.e-btn {
  border-image: unset;
}

.e-inherit.e-menu-wrapper.e-scrollable .e-menu,
.e-inherit.e-menu-container.e-scrollable .e-menu {
  overflow: hidden;
}

.e-appbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.16);
}
.e-appbar.e-light {
  background: #303030;
  color: #fff;
  border: none;
  border-color: #303030;
}
.e-appbar.e-light .e-appbar-separator {
  border-left: 1px solid #fff;
}
.e-appbar.e-light .e-btn.e-inherit:hover, .e-appbar.e-light .e-btn.e-inherit:focus, .e-appbar.e-light .e-btn.e-inherit:active, .e-appbar.e-light .e-btn.e-inherit.e-active,
.e-appbar.e-light .e-css.e-btn.e-inherit:hover,
.e-appbar.e-light .e-css.e-btn.e-inherit:focus,
.e-appbar.e-light .e-css.e-btn.e-inherit:active,
.e-appbar.e-light .e-css.e-btn.e-inherit.e-active,
.e-appbar.e-light .e-dropdown-btn.e-inherit:hover,
.e-appbar.e-light .e-dropdown-btn.e-inherit:focus,
.e-appbar.e-light .e-dropdown-btn.e-inherit:active,
.e-appbar.e-light .e-dropdown-btn.e-inherit.e-active,
.e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:hover,
.e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:focus,
.e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:active,
.e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit.e-active {
  background: rgba(255, 255, 255, 0.08);
}
.e-appbar.e-light .e-menu-wrapper.e-inherit,
.e-appbar.e-light .e-menu-container.e-inherit {
  background: #303030;
  color: #fff;
  box-shadow: none;
  border-color: #303030;
}
.e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
.e-appbar.e-light .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
.e-appbar.e-light .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
  background: rgba(255, 255, 255, 0.08);
}
.e-appbar.e-dark {
  background: #9e9e9e;
  color: #fff;
  border-color: #9e9e9e;
}
.e-appbar.e-dark .e-appbar-separator {
  border-left: 1px solid #fff;
}
.e-appbar.e-dark .e-btn.e-inherit:hover, .e-appbar.e-dark .e-btn.e-inherit:focus, .e-appbar.e-dark .e-btn.e-inherit:active, .e-appbar.e-dark .e-btn.e-inherit.e-active,
.e-appbar.e-dark .e-css.e-btn.e-inherit:hover,
.e-appbar.e-dark .e-css.e-btn.e-inherit:focus,
.e-appbar.e-dark .e-css.e-btn.e-inherit:active,
.e-appbar.e-dark .e-css.e-btn.e-inherit.e-active,
.e-appbar.e-dark .e-dropdown-btn.e-inherit:hover,
.e-appbar.e-dark .e-dropdown-btn.e-inherit:focus,
.e-appbar.e-dark .e-dropdown-btn.e-inherit:active,
.e-appbar.e-dark .e-dropdown-btn.e-inherit.e-active,
.e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:hover,
.e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:focus,
.e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:active,
.e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit.e-active {
  background: rgba(0, 0, 0, 0.056);
}
.e-appbar.e-dark .e-menu-wrapper.e-inherit,
.e-appbar.e-dark .e-menu-container.e-inherit {
  background: #9e9e9e;
  color: #fff;
  border-color: #9e9e9e;
  box-shadow: none;
}
.e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
.e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
.e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
  background: rgba(0, 0, 0, 0.056);
}
.e-appbar.e-primary {
  background: #3f51b5;
  color: #fff;
  border-color: #3f51b5;
}
.e-appbar.e-primary .e-appbar-separator {
  border-left: 1px solid #fff;
}
.e-appbar.e-primary .e-menu-wrapper.e-inherit,
.e-appbar.e-primary .e-menu-container.e-inherit {
  background: #3f51b5;
  color: #fff;
  border-color: #3f51b5;
  box-shadow: none;
}
.e-appbar.e-inherit {
  background: inherit;
  color: inherit;
  border-color: inherit;
  border: 1px solid;
}
.e-appbar.e-inherit .e-appbar-separator {
  border-left: 1px solid;
}
.e-appbar.e-inherit .e-menu-wrapper.e-inherit,
.e-appbar.e-inherit .e-menu-container.e-inherit {
  background: inherit;
  color: inherit;
  border-color: inherit;
  box-shadow: none;
}
.e-appbar.e-horizontal-bottom {
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.e-light.e-inherit.e-input-group, .e-light.e-inherit.e-input-group.e-control-wrapper, .e-light.e-inherit.e-float-input, .e-light.e-inherit.e-float-input.e-input-group, .e-light.e-inherit.e-float-input.e-control-wrapper, .e-light.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-light.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-light.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background: #303030;
  color: #fff;
}

.e-dark.e-inherit.e-input-group, .e-dark.e-inherit.e-input-group.e-control-wrapper, .e-dark.e-inherit.e-float-input, .e-dark.e-inherit.e-float-input.e-input-group, .e-dark.e-inherit.e-float-input.e-control-wrapper, .e-dark.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-dark.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-dark.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background: #9e9e9e;
  color: #fff;
}

.e-primary.e-inherit.e-input-group, .e-primary.e-inherit.e-input-group.e-control-wrapper, .e-primary.e-inherit.e-float-input, .e-primary.e-inherit.e-float-input.e-input-group, .e-primary.e-inherit.e-float-input.e-control-wrapper, .e-primary.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-primary.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-primary.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background: #3f51b5;
  color: #fff;
}

.e-inherit.e-input-group,
.e-inherit.e-input-group.e-control-wrapper,
.e-inherit.e-float-input,
.e-inherit.e-float-input.e-input-group,
.e-inherit.e-float-input.e-control-wrapper,
.e-inherit.e-float-input.e-input-group.e-control-wrapper,
.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  color: inherit;
  background: rgba(0, 0, 0, 0.056);
}

.e-inherit.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-inherit.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-inherit.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
  box-shadow: none;
}

.e-inherit.e-input-group.e-control-wrapper .e-searchinput::placeholder {
  color: inherit;
  opacity: 0.8;
}

.e-inherit.e-input-group .e-input-group-icon,
.e-inherit.e-input-group.e-control-wrapper .e-input-group-icon {
  border: none;
  color: inherit;
}

.e-inherit.e-input-group .e-clear-icon,
.e-inherit.e-input-group.e-control-wrapper .e-clear-icon {
  color: inherit;
}

.e-message {
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-weight: 400;
  font-style: normal;
  padding: 9px 7px;
  display: flex;
}
.e-message.e-hidden {
  display: none;
}
.e-message .e-msg-icon,
.e-message .e-msg-close-icon {
  box-sizing: border-box;
  display: flex;
  line-height: 16px;
}
.e-message .e-msg-icon {
  font-size: 16px;
  height: 16px;
  margin: 3px 4px;
}
.e-message .e-msg-close-icon {
  border-width: 0;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 0 auto;
  padding: 3px 4px;
  height: 22px;
}
.e-message .e-msg-content {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  padding: 0 4px;
  vertical-align: top;
}
.e-message.e-content-right {
  justify-content: flex-end;
}
.e-message.e-content-center .e-msg-content-wrap {
  display: flex;
  flex: 1;
  justify-content: center;
}
.e-message.e-content-right .e-msg-close-icon, .e-message.e-content-center .e-msg-close-icon {
  margin: 3px 4px;
}
.e-message.e-rtl .e-msg-close-icon {
  margin: 0 auto 0 0;
}

.e-message {
  background: #3b3a39;
  border-color: #3b3a39;
  color: #fff;
}
.e-message .e-msg-icon {
  color: #fff;
}
.e-message .e-msg-close-icon {
  background: transparent;
  color: #bdbdbd;
}
.e-message .e-msg-close-icon:hover, .e-message .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
  border-radius: 50%;
}
.e-message.e-success {
  background-color: #0d462c;
  border-color: #0d462c;
  color: #fff;
}
.e-message.e-success .e-msg-icon {
  color: #fff;
}
.e-message.e-success .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-success .e-msg-close-icon:hover, .e-message.e-success .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-warning {
  background-color: #542107;
  border-color: #542107;
  color: #fff;
}
.e-message.e-warning .e-msg-icon {
  color: #fff;
}
.e-message.e-warning .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-warning .e-msg-close-icon:hover, .e-message.e-warning .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-info {
  background-color: #013a3c;
  border-color: #013a3c;
  color: #fff;
}
.e-message.e-info .e-msg-icon {
  color: #fff;
}
.e-message.e-info .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-info .e-msg-close-icon:hover, .e-message.e-info .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-error {
  background-color: #6d191b;
  border-color: #6d191b;
  color: #fff;
}
.e-message.e-error .e-msg-icon {
  color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-message.e-error .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-error .e-msg-close-icon:hover, .e-message.e-error .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-outlined {
  background: transparent;
  border-color: #484644;
  color: #fff;
}
.e-message.e-outlined .e-msg-icon {
  color: #fff;
}
.e-message.e-outlined .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-outlined .e-msg-close-icon:hover, .e-message.e-outlined .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-outlined.e-success {
  border-color: #198754;
  color: #198754;
}
.e-message.e-outlined.e-success .e-msg-icon {
  color: #198754;
}
.e-message.e-outlined.e-success .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-outlined.e-success .e-msg-close-icon:hover, .e-message.e-outlined.e-success .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-outlined.e-warning {
  border-color: #ca5010;
  color: #ca5010;
}
.e-message.e-outlined.e-warning .e-msg-icon {
  color: #ca5010;
}
.e-message.e-outlined.e-warning .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-outlined.e-warning .e-msg-close-icon:hover, .e-message.e-outlined.e-warning .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-outlined.e-info {
  border-color: #038387;
  color: #038387;
}
.e-message.e-outlined.e-info .e-msg-icon {
  color: #038387;
}
.e-message.e-outlined.e-info .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-outlined.e-info .e-msg-close-icon:hover, .e-message.e-outlined.e-info .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-outlined.e-error {
  border-color: #d13438;
  color: #d13438;
}
.e-message.e-outlined.e-error .e-msg-icon {
  color: #d13438;
}
.e-message.e-outlined.e-error .e-msg-close-icon {
  color: #bdbdbd;
}
.e-message.e-outlined.e-error .e-msg-close-icon:hover, .e-message.e-outlined.e-error .e-msg-close-icon:focus {
  background-color: rgba(189, 189, 189, 0.12);
  box-shadow: 0 0 0 2px rgba(189, 189, 189, 0.12);
}
.e-message.e-filled {
  background: #797775;
  border-color: #797775;
  color: #fff;
}
.e-message.e-filled .e-msg-icon {
  color: #fff;
}
.e-message.e-filled .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled .e-msg-close-icon:hover, .e-message.e-filled .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.e-message.e-filled.e-success {
  background-color: #115c39;
  border-color: #115c39;
  color: #fff;
}
.e-message.e-filled.e-success .e-msg-icon {
  color: #fff;
}
.e-message.e-filled.e-success .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled.e-success .e-msg-close-icon:hover, .e-message.e-filled.e-success .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.e-message.e-filled.e-warning {
  background-color: #752e09;
  border-color: #752e09;
  color: #fff;
}
.e-message.e-filled.e-warning .e-msg-icon {
  color: #fff;
}
.e-message.e-filled.e-warning .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled.e-warning .e-msg-close-icon:hover, .e-message.e-filled.e-warning .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.e-message.e-filled.e-info {
  background-color: #025355;
  border-color: #025355;
  color: #fff;
}
.e-message.e-filled.e-info .e-msg-icon {
  color: #fff;
}
.e-message.e-filled.e-info .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled.e-info .e-msg-close-icon:hover, .e-message.e-filled.e-info .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.e-message.e-filled.e-error {
  background-color: #8a1f22;
  border-color: #8a1f22;
  color: #fff;
}
.e-message.e-filled.e-error .e-msg-icon {
  color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-message.e-filled.e-error .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled.e-error .e-msg-close-icon:hover, .e-message.e-filled.e-error .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.e-message .e-msg-icon::before,
.e-message .e-msg-close-icon::before {
  font-family: "e-icons";
}
.e-message .e-msg-icon::before, .e-message.e-info .e-msg-icon::before {
  content: "\e607";
}
.e-message .e-msg-close-icon::before {
  content: "\e7fc";
}
.e-message.e-success .e-msg-icon::before {
  content: "\ea84";
}
.e-message.e-error .e-msg-icon::before {
  content: "\e208";
}
.e-message.e-warning .e-msg-icon::before {
  content: "\e92f";
}

.e-skeleton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
}
.e-skeleton.e-skeleton-text, .e-skeleton.e-skeleton-square, .e-skeleton.e-skeleton-rectangle {
  border-radius: 2px;
}

.e-skeleton.e-skeleton-circle {
  border-radius: 50%;
}

.e-skeleton.e-visible-none {
  display: none;
}

.e-skeleton.e-shimmer-wave::after {
  animation: e-shimmer-wave 2s infinite;
  animation-timing-function: ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(200% + 200px);
}

.e-skeleton.e-shimmer-fade {
  animation: e-shimmer-fade 2s infinite;
  animation-timing-function: ease-in-out;
}

.e-skeleton.e-shimmer-pulse {
  animation: e-shimmer-pulse 2s infinite;
  animation-timing-function: ease-in-out;
}

.e-rtl .e-shimmer-wave::after,
.e-rtl.e-shimmer-wave::after {
  animation: e-shimmer-wave-rtl 2s infinite;
}

@keyframes e-shimmer-wave {
  to {
    transform: translateX(calc(50% + 100px));
  }
}
@keyframes e-shimmer-wave-rtl {
  from {
    transform: translateX(calc(50% + 100px));
  }
}
@keyframes e-shimmer-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes e-shimmer-pulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
.e-skeleton.e-shimmer-wave::after {
  background-image: linear-gradient(90deg, transparent calc(50% - 100px), #e6e1e5 50%, transparent calc(50% + 100px));
}

.e-skeleton.e-skeleton-text, .e-skeleton.e-skeleton-square, .e-skeleton.e-skeleton-rectangle, .e-skeleton.e-skeleton-circle {
  background-color: #424242;
}

.e-rating-container {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: max-content;
}
.e-rating-container .e-rating {
  display: none;
}
.e-rating-container .e-rating-item-list {
  display: inline-flex;
  padding: 0;
  margin: 4px;
}
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
  outline: 1px solid;
}
.e-rating-container .e-rating-item-list:focus-visible {
  outline: none;
}
.e-rating-container.e-rating-readonly {
  cursor: default;
  pointer-events: none;
}
.e-rating-container .e-rating-item-container {
  cursor: pointer;
  font-size: 20px;
  padding: 4px;
  display: block;
  min-width: calc(1em + 8px);
  min-height: calc(1em + 8px);
  position: relative;
}
.e-rating-container .e-rating-item-container:has(svg) {
  line-height: 13px;
}
.e-rating-container .e-rating-item-container .e-rating-item {
  display: block;
}
.e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transform: scale(1.4);
  pointer-events: none;
}
.e-rating-container.e-disabled {
  cursor: default;
  pointer-events: none;
}
.e-rating-container.e-rating-hidden {
  display: none;
}
.e-rating-container .e-reset {
  cursor: pointer;
  margin: auto 2px 6px;
  font-size: 16px;
  padding: 2px;
}
.e-rating-container .e-reset.e-disabled {
  cursor: default;
}
.e-rating-container .e-reset:focus-visible {
  outline: 1px solid;
  border-radius: 0;
}
.e-rating-container .e-rating-label {
  font-size: 12px;
  line-height: 18px;
}
.e-rating-container .e-rating-label.e-label-right, .e-rating-container .e-rating-label.e-label-left {
  min-width: 50px;
}
.e-rating-container .e-rating-label.e-label-bottom, .e-rating-container .e-rating-label.e-label-top {
  flex-basis: 100%;
  width: 0;
  text-align: center;
}
.e-rating-container .e-rating-label.e-label-right {
  text-align: left;
  margin: auto 8px;
}
.e-rating-container .e-rating-label.e-label-left {
  text-align: right;
  margin: auto 6px;
}
.e-rating-container .e-rating-label.e-label-top {
  margin: 4px 0;
}
.e-rating-container .e-rating-label.e-label-bottom {
  margin: 4px 0;
}
.e-rating-container.e-rtl .e-rating-label.e-label-right {
  text-align: right;
}
.e-rating-container.e-rtl .e-rating-label.e-label-left {
  text-align: left;
}
.e-rating-container .e-tooltip-wrap.e-rating-tooltip {
  display: none;
  justify-content: center;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -100%);
}
.e-rating-container .e-tooltip-wrap.e-rating-tooltip.e-show-tooltip {
  display: inline-flex;
}
.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-tip-content {
  width: max-content;
}
.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-arrow-tip.e-tip-bottom {
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}
.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-arrow-tip-inner.e-tip-bottom {
  top: -6px;
}

.e-rating-tooltip .e-tip-content {
  text-align: center;
}

.e-small.e-rating-container .e-rating-item-container,
.e-small .e-rating-container .e-rating-item-container {
  font-size: 16px;
}
.e-small.e-rating-container .e-rating-item-container:has(svg),
.e-small .e-rating-container .e-rating-item-container:has(svg) {
  line-height: 9px;
}
.e-small.e-rating-container .e-rating-label,
.e-small .e-rating-container .e-rating-label {
  font-size: 10px;
  line-height: 16px;
}
.e-small.e-rating-container .e-reset,
.e-small .e-rating-container .e-reset {
  font-size: 12px;
}

.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
  outline-color: #3f51b5;
  border-radius: 0;
}
.e-rating-container .e-reset {
  color: #e0e0e0;
}
.e-rating-container .e-reset:hover {
  color: #f5f5f5;
}
.e-rating-container .e-reset.e-disabled {
  color: #757575;
  opacity: 1;
}
.e-rating-container .e-rating-item-container .e-rating-icon {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #9e9e9e;
  background: none;
}
.e-rating-container .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container .e-rating-item-container.e-rating-intermediate .e-rating-icon {
  background: linear-gradient(to right, #e0e0e0 var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
  -webkit-text-stroke: 1px #e0e0e0;
}
.e-rating-container .e-rating-item-container.e-selected-value .e-rating-icon {
  -webkit-text-stroke: 1px #3f51b5;
}
.e-rating-container .e-rating-item-list:hover .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container .e-rating-item-list:hover .e-rating-item-container.e-rating-intermediate .e-rating-icon {
  background: linear-gradient(to right, #3f51b5 var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
  -webkit-text-stroke: 1px #3f51b5;
}
.e-rating-container .e-rating-item-list .e-rating-item-container.e-rating-selected:active .e-rating-icon, .e-rating-container .e-rating-item-list .e-rating-item-container.e-rating-intermediate:active .e-rating-icon {
  background: linear-gradient(to right, #7986cb var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
  -webkit-text-stroke: 1px #7986cb;
}
.e-rating-container.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
  background: linear-gradient(to left, #e0e0e0 var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
}
.e-rating-container.e-rtl .e-rating-item-list:hover .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-list:hover .e-rating-item-container.e-rating-intermediate .e-rating-icon {
  background: linear-gradient(to left, #3f51b5 var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
}
.e-rating-container.e-rtl .e-rating-item-list .e-rating-item-container.e-rating-selected:active .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-list .e-rating-item-container.e-rating-intermediate:active .e-rating-icon {
  background: linear-gradient(to left, #7986cb var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
}
.e-rating-container.e-disabled {
  opacity: 1;
}
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
  -webkit-text-stroke: 1px #757575;
}
.e-rating-container.e-disabled .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled .e-rating-item-container.e-rating-intermediate .e-rating-icon {
  background: linear-gradient(to right, #757575 var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
  -webkit-text-stroke: 1px #757575;
}
.e-rating-container.e-disabled.e-rtl .e-rating-item-container .e-rating-icon {
  background: linear-gradient(to left, #757575 var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
}
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
  background: linear-gradient(to left, #757575 var(--rating-value), transparent var(--rating-value));
  background-clip: text;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
}

.e-otpinput {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-direction: row;
}
.e-otpinput:has(.e-otp-separator):not(:empty) {
  gap: 6px;
}
.e-otpinput .e-otp-input-field {
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: none;
}
.e-otpinput .e-otp-input-fieldinput[type=password], .e-otpinput .e-otp-input-field[type=password] {
  font-size: 18px;
}
.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
  padding-bottom: 0;
}
.e-otpinput.e-outline .e-otp-input-field {
  border-radius: 4px;
}
.e-otpinput.e-underlined .e-otp-input-field {
  border-radius: 0;
}
.e-otpinput.e-filled .e-otp-input-field {
  border-radius: 4px 4px 0 0;
  padding: 0;
}
.e-otpinput .e-otp-separator {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.e-otpinput input[type=number]::-webkit-inner-spin-button,
.e-otpinput [type=number]::-webkit-outer-spin-button {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-appearance: none;
  /* stylelint-enable property-no-vendor-prefix */
  margin: 0;
}
.e-otpinput input[type=number] {
  /* stylelint-disable property-no-vendor-prefix */
  -moz-appearance: textfield;
  /* stylelint-enable property-no-vendor-prefix */
}

.e-small.e-otpinput,
.e-small .e-otpinput {
  gap: 8px;
}
.e-small.e-otpinput:has(.e-otp-separator):not(:empty),
.e-small .e-otpinput:has(.e-otp-separator):not(:empty) {
  gap: 4px;
}
.e-small.e-otpinput .e-otp-input-field,
.e-small .e-otpinput .e-otp-input-field {
  min-width: 26px;
  min-height: 26px;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}
.e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-small.e-otpinput .e-otp-input-field[type=password],
.e-small .e-otpinput .e-otp-input-fieldinput[type=password],
.e-small .e-otpinput .e-otp-input-field[type=password] {
  font-size: 18px;
}
.e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
.e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
  padding-bottom: 0;
}
.e-small.e-otpinput .e-otp-separator,
.e-small .e-otpinput .e-otp-separator {
  font-size: 12px;
  line-height: 18px;
}
.e-small.e-otpinput.e-filled .e-otp-input-field,
.e-small .e-otpinput.e-filled .e-otp-input-field {
  padding: 0;
}

.e-otpinput .e-otp-input-field {
  color: white;
  background: transparent;
}
.e-otpinput .e-otp-separator {
  color: #616161;
}
.e-otpinput.e-outline .e-otp-input-field {
  border: 1px solid #616161;
}
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
  border-bottom: 2px solid #616161;
}
.e-otpinput.e-outline .e-otp-input-field:disabled, .e-otpinput.e-underlined .e-otp-input-field:disabled, .e-otpinput.e-filled .e-otp-input-field:disabled {
  border-color: #616161;
  color: rgba(255, 255, 255, 0.38);
  background: transparent;
}
.e-otpinput.e-filled .e-otp-input-field {
  background: #000;
}
.e-otpinput.e-underlined .e-otp-input-field {
  background: transparent;
}
.e-otpinput.e-error.e-outline .e-otp-input-field,
.e-otpinput.e-error.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-underlined .e-otp-input-field,
.e-otpinput.e-error.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-filled .e-otp-input-field,
.e-otpinput.e-error.e-filled .e-otp-input-field.e-otp-input-focus {
  border-color: #ff6652;
}
.e-otpinput.e-success.e-outline .e-otp-input-field,
.e-otpinput.e-success.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-underlined .e-otp-input-field,
.e-otpinput.e-success.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-filled .e-otp-input-field,
.e-otpinput.e-success.e-filled .e-otp-input-field.e-otp-input-focus {
  border-color: #4caf50;
}
.e-otpinput.e-warning.e-outline .e-otp-input-field,
.e-otpinput.e-warning.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-underlined .e-otp-input-field,
.e-otpinput.e-warning.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-filled .e-otp-input-field,
.e-otpinput.e-warning.e-filled .e-otp-input-field.e-otp-input-focus {
  border-color: #ff9800;
}

.smart-textarea-suggestion-overlay {
  display: none;
  position: absolute;
  padding: 0.25rem 0.75rem;
  border-radius: 0.3rem;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
}

.smart-textarea-suggestion-overlay.smart-textarea-suggestion-overlay-visible {
  display: block;
}

.smart-textarea-caret {
  position: absolute;
  width: 0.8px;
  display: none;
  animation: caret-blink 1.025s step-end infinite;
}

@keyframes caret-blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.smart-textarea-suggestion-overlay {
  background-color: #424242;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1.25px 4px 0 rgba(0, 0, 0, 0.26);
}

[data-suggestion-visible]::selection {
  color: #999 !important;
  /* stylelint-disable-line declaration-no-important */
  background: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.smart-textarea-caret {
  background: #ff0000;
}

.e-ribbon.e-rbn {
  display: block;
  border-radius: unset;
}
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-skeleton-container {
  min-width: 52px;
}
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-skeleton-container.e-ribbon-skeleton-hidden {
  display: none;
}
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-skeleton-container.e-simplified {
  min-width: 120px;
}
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-skeleton-container.e-simplified .e-ribbon-skeleton {
  height: 20px;
}
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-skeleton {
  border-radius: 4px;
}
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 30px;
  width: 100%;
  height: 100%;
  z-index: 4;
  padding: 10px;
  overflow: hidden;
}
.e-ribbon.e-rbn .e-ribbon-tab.e-tab .e-content > .e-item.e-active {
  overflow: hidden;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-toolbar {
  min-height: auto;
  display: inline-block;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll-content > .e-item:not(.e-active) {
  display: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu,
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-backstage {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  padding: 10px 15px;
  border: 1px solid;
  border-width: 0 0 1px 0;
  box-shadow: none;
  text-transform: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active,
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-backstage.e-active {
  border-radius: unset;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active, .e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu:focus,
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-backstage.e-active,
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-backstage:focus {
  box-shadow: none;
  outline: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-help-template {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 42px;
  padding-right: 12px;
  border-bottom: 1px solid;
  z-index: 1;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header {
  border-bottom: 1px solid;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
  height: 42px;
  min-height: 42px;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header::before {
  border-width: 0;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-indicator {
  display: block;
  z-index: 1;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-items {
  height: 42px;
  min-height: auto;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item {
  vertical-align: unset;
  margin: 0;
  border: none;
  border-radius: unset;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
  height: auto;
  min-height: auto;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item.e-active {
  border: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item.e-active::before {
  display: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  padding: 0;
  height: auto;
  border: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item .e-tab-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 15px;
  text-transform: none;
  margin: 0;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item .e-text-wrap {
  height: auto;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
  display: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap .e-tab-text {
  font-weight: 400;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  box-shadow: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
  padding: 0;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav {
  height: auto;
  min-height: auto;
  min-width: auto;
  width: auto;
  border-style: solid;
  transform: none;
  border-width: 1px;
  border-radius: unset;
  z-index: 3;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
  display: none;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  height: auto;
  transform: none;
  padding: 0 4px;
  width: auto;
  letter-spacing: unset;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow::before {
  font-size: 16px;
  line-height: 16px;
}
.e-ribbon.e-rbn .e-ribbon-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
  height: 42px;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
  height: auto;
}
.e-ribbon.e-rbn .e-content {
  width: 100%;
}
.e-ribbon.e-rbn.e-ribbon-collapsible .e-content {
  width: calc(100% - 20px);
}
.e-ribbon.e-rbn .e-ribbon-collapse-btn {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  line-height: 12px;
  padding: 2px;
  border: none;
}
.e-ribbon.e-rbn .e-ribbon-collapse-btn:not(.e-ribbon-expand-btn) {
  transform: rotate(180deg);
}
.e-ribbon.e-rbn.e-ribbon-overflow .e-content {
  width: calc(100% - 20px - 40px);
}
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
  cursor: pointer;
  border-radius: unset;
  padding: 0;
  border: none;
  height: 32px;
  margin: auto;
  box-shadow: none;
}
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  margin: 0;
  width: auto;
}
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:focus,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
  outline: none;
}
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
  display: none;
}
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
  bottom: 5px;
  position: absolute;
}
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-ribbon-hide {
  display: none;
}
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-container {
  display: inline-flex;
}
.e-ribbon.e-rbn.e-ribbon-minimize .e-ribbon-tab .e-content, .e-ribbon.e-rbn.e-ribbon-minimize .e-ribbon-collapse-btn, .e-ribbon.e-rbn.e-ribbon-minimize .e-ribbon-overall-of-btn {
  display: none;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container:not(.e-hidden)) {
  height: 36px;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item .e-ribbon-gallery-wrapper {
  margin: 0;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item {
  width: 95px;
  margin: 0;
  border-radius: 0;
  max-height: 34px;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled {
  pointer-events: none;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item .e-ribbon-gallery-text {
  font-size: 12px;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-tab .e-hscroll-bar {
  overflow-y: hidden;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group {
  margin-bottom: 0;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group {
  padding-top: 2px;
  height: auto;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group.e-ribbon-emptyCollection::after {
  display: none;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group.e-ribbon-emptyCollection .e-ribbon-group-container {
  padding: 0;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-launcher-icon,
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-overall-overflow-popup,
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-container .e-ribbon-group-overflow-popup {
  display: none;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-container {
  padding: 0 7px 0 8px;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-content {
  padding: 0;
  height: 42px;
  align-items: center;
}
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-overlay {
  gap: 16px;
}
.e-ribbon.e-rbn .e-ribbon-tab-item {
  display: inline-flex;
}
.e-ribbon.e-rbn .e-ribbon-tab-item.e-disabled {
  pointer-events: none;
}
.e-ribbon.e-rbn .e-ribbon-group {
  position: relative;
  padding-top: 6px;
  height: 140px;
}
.e-ribbon.e-rbn .e-ribbon-group.e-hidden, .e-ribbon.e-rbn .e-ribbon-group.e-hide-group {
  display: none;
}
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
  pointer-events: none;
}
.e-ribbon.e-rbn .e-ribbon-group::after {
  border-right: 1px solid;
  content: "";
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
}
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-collapse-btn,
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-help-template,
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-group::after {
  right: 0;
}
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-overall-of-btn {
  right: 0;
}
.e-ribbon.e-rbn:not(.e-rtl).e-ribbon-collapsible .e-ribbon-overall-of-btn {
  right: 25px;
}
.e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
  left: var(--fileMenuWidth);
}
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
  padding-right: 30px;
}
.e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
.e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
.e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
  left: 0;
}
.e-ribbon.e-rbn.e-rtl .e-ribbon-overall-of-btn {
  left: 0;
}
.e-ribbon.e-rbn.e-rtl.e-ribbon-collapsible .e-ribbon-overall-of-btn {
  left: 25px;
}
.e-ribbon.e-rbn.e-rtl .e-tab-header {
  right: var(--fileMenuWidth);
}
.e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
  padding-left: 30px;
}
.e-ribbon.e-rbn .e-ribbon-content-height .e-ribbon-collection {
  max-height: 108px;
}

.e-ribbon-backstage-popup.e-ribbon-backstage-open {
  display: flex;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper {
  display: flex;
  flex-direction: column;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
  border: none;
  border-radius: unset;
  box-shadow: none;
  padding: unset;
  text-align: start;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn .e-btn-icon {
  font-size: 16px;
  line-height: 16px;
  width: auto;
  margin: 0;
  padding: 8px 16px;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn:focus {
  border-style: solid;
  border-width: 0;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn:hover {
  border-style: solid;
  border-width: 0;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn:focus:hover {
  border-style: solid;
  border-width: 0;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu {
  border: unset;
  border-radius: unset;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul {
  min-width: 135px;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical.e-menu .e-menu-item.e-separator, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul.e-menu .e-menu-item.e-separator {
  margin: 4px 20px;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator), .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) {
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator):focus, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator):focus {
  border-style: solid;
  border-width: 0;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-selected, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator):hover, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-selected, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator):hover {
  border-style: solid;
  border-width: 0;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-selected:focus, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-selected:focus {
  border-style: solid;
  border-width: 0;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator) .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
  font-size: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: auto;
  margin-right: unset;
  margin: 8px 16px 12px;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-blankicon {
  padding-left: 48px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-rtl ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-rtl ul.e-ul .e-menu-item:not(.e-separator).e-blankicon {
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  padding-right: 48px !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-ribbon-backstage-popup .e-ribbon-backstage-content {
  overflow: auto;
}

.e-ribbon.e-rbn,
.e-ribbon-group-overflow-ddb {
  border: none;
}
.e-ribbon.e-rbn .e-disabled,
.e-ribbon-group-overflow-ddb .e-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.e-ribbon.e-rbn .e-input-group,
.e-ribbon-group-overflow-ddb .e-input-group {
  height: 32px;
  border-radius: unset;
  margin: 0 0 4px;
}
.e-ribbon.e-rbn .e-input-group input.e-input,
.e-ribbon-group-overflow-ddb .e-input-group input.e-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: auto;
  min-height: auto;
}
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-input-group-icon,
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  height: auto;
  min-height: auto;
  padding: 11px 1px 9px 2px;
  margin: 0;
  border: none;
  min-width: auto;
  border-radius: unset;
}
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-input-group-icon.e-ddl-icon,
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-input-group-icon.e-ddl-icon {
  font-size: 12px;
}
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
  min-width: auto;
  min-height: auto;
  border-radius: unset;
}
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
  min-width: auto;
}
.e-ribbon.e-rbn .e-ribbon-group-content,
.e-ribbon-group-overflow-ddb .e-ribbon-group-content {
  padding: 0 8px;
}
.e-ribbon.e-rbn .e-ribbon-content-height,
.e-ribbon-group-overflow-ddb .e-ribbon-content-height {
  height: 108px;
}
.e-ribbon.e-rbn .e-ribbon-group-header,
.e-ribbon-group-overflow-ddb .e-ribbon-group-header {
  font-size: 10px;
  line-height: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 9px 11px 2px 11px;
}
.e-ribbon.e-rbn .e-ribbon-launcher-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-launcher-icon {
  position: absolute;
  bottom: 0;
  margin: 0 7px 2px 0;
  cursor: pointer;
  border: none;
}
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-launcher .e-ribbon-group-header,
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-launcher .e-ribbon-group-header {
  margin-right: 16px;
}
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-launcher .e-ribbon-launcher-icon,
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-launcher .e-ribbon-launcher-icon {
  right: 0;
}
.e-ribbon.e-rbn.e-rtl .e-ribbon-launcher .e-ribbon-group-header,
.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-launcher .e-ribbon-group-header {
  margin-left: 16px;
}
.e-ribbon.e-rbn.e-rtl .e-ribbon-launcher .e-ribbon-launcher-icon,
.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-launcher .e-ribbon-launcher-icon {
  left: 0;
  margin: 0 0 2px 7px;
}
.e-ribbon.e-rbn .e-ribbon-column,
.e-ribbon-group-overflow-ddb .e-ribbon-column {
  display: inline-flex;
  flex-direction: row;
}
.e-ribbon.e-rbn .e-ribbon-row,
.e-ribbon-group-overflow-ddb .e-ribbon-row {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow,
.e-ribbon.e-rbn .e-ribbon-item,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow,
.e-ribbon-group-overflow-ddb .e-ribbon-item {
  display: flex;
  padding: 1px;
  vertical-align: middle;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-gallery-wrapper,
.e-ribbon.e-rbn .e-ribbon-item .e-ribbon-gallery-wrapper,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-gallery-wrapper,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-gallery-wrapper {
  display: flex;
  margin: 0;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item,
.e-ribbon.e-rbn .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item {
  max-height: 107px;
  margin: 0;
  border-radius: 0;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-gallery-button,
.e-ribbon.e-rbn .e-ribbon-item .e-ribbon-gallery-button,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-gallery-button,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-gallery-button {
  padding: 0 3px;
  border-width: 0 0 0 1px;
  border-radius: 0 4px 4px 0;
  line-height: 10px;
  font-weight: 400;
  font-size: 10px;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-hidden,
.e-ribbon.e-rbn .e-ribbon-item.e-hidden,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-hidden,
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-hidden {
  display: none;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow:not(:has(.e-ribbon-template)) .e-btn,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow:not(:has(.e-ribbon-template)) .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn {
  border: none;
  border-radius: unset;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  box-shadow: none;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow:not(:has(.e-ribbon-template)) .e-btn:focus,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:focus,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow:not(:has(.e-ribbon-template)) .e-btn:focus,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:focus {
  outline: none;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon.e-rbn .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon.e-rbn .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type) {
  border: none;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn,
.e-ribbon.e-rbn .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn {
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  max-width: 10ch;
  min-width: fit-content;
  white-space: normal;
  padding: 0 3px;
  line-height: 18px;
  justify-content: flex-start;
  align-items: center;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn.e-ribbon-group-overflow-ddb,
.e-ribbon.e-rbn .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn.e-ribbon-group-overflow-ddb,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn.e-ribbon-group-overflow-ddb,
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn.e-ribbon-group-overflow-ddb {
  max-width: 100%;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn .e-btn-icon:not(.e-caret),
.e-ribbon.e-rbn .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn .e-btn-icon:not(.e-caret),
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn .e-btn-icon:not(.e-caret),
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn .e-btn-icon:not(.e-caret) {
  min-height: 32px;
  min-width: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 32px;
  font-weight: 400;
  padding: 8px 6px 6px;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn .e-icon-top,
.e-ribbon.e-rbn .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn .e-icon-top,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn .e-icon-top,
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn .e-icon-top {
  height: 50%;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn.e-top-icon-btn,
.e-ribbon.e-rbn .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn.e-top-icon-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn.e-top-icon-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-btn.e-top-icon-btn {
  gap: 7px;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper.e-vertical .e-btn,
.e-ribbon.e-rbn .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper.e-vertical .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper.e-vertical .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper.e-vertical .e-btn {
  justify-content: space-evenly;
  height: 50%;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper.e-vertical .e-btn .e-icon-top,
.e-ribbon.e-rbn .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper.e-vertical .e-btn .e-icon-top,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper.e-vertical .e-btn .e-icon-top,
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper.e-vertical .e-btn .e-icon-top {
  height: unset;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-dropdown-btn .e-caret,
.e-ribbon.e-rbn .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-dropdown-btn .e-caret,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-dropdown-btn .e-caret,
.e-ribbon-group-overflow-ddb .e-ribbon-item.e-ribbon-large-item:not(:has(.e-ribbon-template)) .e-dropdown-btn .e-caret {
  font-size: 12px;
  line-height: 12px;
  padding: 0 15px;
}
.e-ribbon.e-rbn .e-ribbon-group-overflow,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow {
  height: 108px;
  padding: 2px 8px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)),
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) {
  min-height: 33%;
  padding: 2px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container),
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container) {
  padding: 0;
  border-style: solid;
  border-width: 1px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container:not(.e-hidden)),
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container:not(.e-hidden)) {
  height: 108px;
  border-radius: 0;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group {
  box-shadow: none;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-checkbox-wrapper,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-checkbox-wrapper {
  height: fit-content;
  margin: auto 0;
  width: max-content;
  padding: 0 8px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-checkbox-wrapper .e-label,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-checkbox-wrapper .e-label {
  font-size: 12px;
  font-weight: 400;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn {
  box-shadow: none;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:disabled {
  pointer-events: none;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container {
  border: 1px solid transparent;
  border-radius: unset;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
  padding: 0;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper .e-colorpicker-popup.e-ribbon-control,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container .e-colorpicker-popup.e-ribbon-control,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper .e-colorpicker-popup.e-ribbon-control,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container .e-colorpicker-popup.e-ribbon-control {
  z-index: unset !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper {
  border: 1px solid transparent;
  border-radius: unset;
  box-shadow: none;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-btn {
  border-radius: 0;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-dropdown-btn .e-caret,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-dropdown-btn .e-caret {
  font-size: 12px;
  padding: 0 15px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-large-item,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-large-item {
  min-height: 100%;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-large-item .e-split-btn-wrapper.e-vertical,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-large-item .e-split-btn-wrapper.e-vertical {
  height: 100%;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-large-item .e-split-btn-wrapper.e-vertical .e-dropdown-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-large-item .e-split-btn-wrapper.e-vertical .e-dropdown-btn {
  margin: auto;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn, .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn {
  white-space: nowrap;
  padding: 0;
  line-height: 18px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn .e-btn-icon, .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon {
  font-size: 16px;
  line-height: 16px;
  margin: 8px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn .e-btn-icon:not(.e-caret), .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon:not(.e-caret),
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn .e-btn-icon:not(.e-caret),
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon:not(.e-caret) {
  min-height: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-colorpicker-wrapper .e-split-btn-wrapper, .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-colorpicker-wrapper .e-split-btn-wrapper,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-colorpicker-wrapper .e-split-btn-wrapper,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-colorpicker-wrapper .e-split-btn-wrapper {
  border: none;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-split-colorpicker.e-split-btn .e-btn-icon, .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-split-colorpicker.e-split-btn .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-split-colorpicker.e-split-btn .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-split-colorpicker.e-split-btn .e-btn-icon {
  height: 16px;
  width: 16px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-split-colorpicker.e-split-btn .e-split-preview, .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-split-colorpicker.e-split-btn .e-split-preview,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-split-colorpicker.e-split-btn .e-split-preview,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-split-colorpicker.e-split-btn .e-split-preview {
  border-radius: unset;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-split-btn-wrapper:has(.e-icon-btn) .e-dropdown-btn .e-caret, .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-split-btn-wrapper:has(.e-icon-btn) .e-dropdown-btn .e-caret,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-split-btn-wrapper:has(.e-icon-btn) .e-dropdown-btn .e-caret,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-split-btn-wrapper:has(.e-icon-btn) .e-dropdown-btn .e-caret {
  padding: 2px 4px;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-dropdown-btn .e-caret, .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-dropdown-btn .e-caret,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-dropdown-btn .e-caret,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-dropdown-btn .e-caret {
  font-size: 12px;
  line-height: 12px;
  padding: 2px 4px;
  margin: 0;
  width: auto;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-split-btn-wrapper .e-btn, .e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-split-btn-wrapper .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-split-btn-wrapper .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-split-btn-wrapper .e-btn {
  margin: 0;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-dropdown-btn .e-icon-left,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-dropdown-btn .e-icon-left {
  width: 1em;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn {
  align-items: center;
  display: flex;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon.e-icon-left,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon.e-icon-left {
  width: auto;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn.e-dropdown-btn:not(.e-icon-btn) .e-caret,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn.e-dropdown-btn:not(.e-icon-btn) .e-caret {
  margin: 8px;
  padding: 0;
}
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn:not(.e-icon-btn, .e-dropdown-btn), .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn:not(.e-icon-btn, .e-dropdown-btn),
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn:not(.e-icon-btn, .e-dropdown-btn),
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn:not(.e-icon-btn, .e-dropdown-btn) {
  padding: 0 4px 0 0;
}
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon.e-icon-left,
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon.e-icon-left {
  padding: 0 2px 0 0;
}
.e-ribbon.e-rbn.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn:not(.e-icon-btn, .e-dropdown-btn), .e-ribbon.e-rbn.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn:not(.e-icon-btn, .e-dropdown-btn),
.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-small-item .e-btn:not(.e-icon-btn, .e-dropdown-btn),
.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn:not(.e-icon-btn, .e-dropdown-btn) {
  padding: 0 0 0 4px;
}
.e-ribbon.e-rbn.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon.e-icon-left,
.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon.e-icon-left {
  padding: 0 0 0 2px;
}
.e-ribbon.e-rbn.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-gallery-button,
.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-gallery-button {
  border-width: 0 1px 0 0;
  border-radius: 4px 0 0 4px;
}

.e-ribbon-group-overflow-ddb.e-dropdown-popup:has(.e-ribbon-overflow-target) {
  min-width: 190px;
}
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
  display: none;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:has(.e-ribbon-gallery-container) {
  border: 0;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:has(.e-input-group) {
  margin: 5px 0;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-gallery-dropdown.e-btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-gallery-dropdown.e-btn .e-btn-icon {
  margin: 0;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-gallery-wrapper.e-hidden,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-gallery-container.e-hidden,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-gallery-button.e-hidden,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hide-group, .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden, .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hide-group {
  display: none;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
  pointer-events: none;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-dropdown-btn .e-caret {
  font-size: 12px;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-input-group {
  height: 32px;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-combobox-label,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-colorpicker-label {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:has(.e-colorpicker-wrapper) {
  align-items: center;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template {
  margin: 3px 8px;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn .e-btn-icon {
  font-size: 14px;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-checkbox-wrapper {
  margin: 10px 0 10px 12px;
  padding: 0;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-checkbox-wrapper .e-frame {
  margin: unset;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item {
  padding: 0;
  width: 100%;
  height: 32px;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item:not(:has(.e-ribbon-template)) .e-btn .e-btn-icon:not(.e-caret) {
  min-width: 14px;
  min-height: 14px;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item:not(:has(.e-ribbon-template)) .e-btn .e-btn-icon.e-icon-left {
  margin: 0;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper .e-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item:not(:has(.e-ribbon-template)) > .e-btn {
  line-height: 12px;
  overflow: hidden;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper {
  width: inherit;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper .e-split-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item:not(:has(.e-ribbon-template)) > .e-btn {
  width: 100%;
  justify-content: flex-start;
}
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-overflow-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 6px 0 6px 12px;
  height: 26px;
}

.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-combobox-label,
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-colorpicker-label {
  margin-left: 34px;
}
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon.e-icon-left {
  margin: 10px 8px 10px 12px;
}
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item:not(:has(.e-colorpicker-wrapper)) .e-btn:not(:has(.e-btn-icon)) {
  padding-left: 34px;
}
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)):not(:has(.e-ribbon-colorpicker-label)) .e-colorpicker-wrapper, .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)):not(:has(.e-ribbon-colorpicker-label)) .e-colorpicker-container, .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)):not(:has(.e-ribbon-combobox-label)) .e-input-group.e-control-wrapper {
  margin-left: 34px;
}
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper .e-icons.e-caret,
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) > .e-dropdown-btn .e-icons.e-caret {
  transform: rotate(-90deg);
  padding: 0 12px;
  margin: 0 0 0 auto;
}

.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-overflow-header {
  padding: 6px 12px 6px 0;
}
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-combobox-label,
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-colorpicker-label {
  margin-right: 34px;
}
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item .e-btn .e-btn-icon.e-icon-left {
  margin: 10px 12px 10px 8px;
}
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)).e-ribbon-medium-item:not(:has(.e-colorpicker-wrapper)) .e-btn:not(:has(.e-btn-icon)) {
  padding-right: 34px;
}
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)):not(:has(.e-ribbon-colorpicker-label)) .e-colorpicker-wrapper, .e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)):not(:has(.e-ribbon-colorpicker-label)) .e-colorpicker-container, .e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)):not(:has(.e-ribbon-combobox-label)) .e-input-group.e-control-wrapper {
  margin-right: 34px;
}
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) > .e-split-btn-wrapper .e-icons.e-caret,
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) > .e-dropdown-btn .e-icons.e-caret {
  transform: rotate(90deg);
  padding: 0 12px;
  margin: 0 auto 0 0;
}
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item:not(:has(.e-ribbon-template)) > .e-checkbox-wrapper {
  margin: 10px 12px 10px 0;
}

.e-dropdown-popup.e-ribbon-dropdown-group-button {
  border-radius: unset;
  border: none;
  padding: 6px 8px;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-ribbon-groupbutton-header {
  padding-bottom: 7px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group .e-btn.e-ribbon-group-button:not(.e-icon-btn) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:has(.e-ribbon-group-button-content) .e-btn.e-ribbon-group-button:first-of-type {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:has(.e-ribbon-group-button-content) .e-btn.e-ribbon-group-button:last-of-type {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:not(.e-icon-btn) {
  flex-direction: column;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group {
  box-shadow: none;
  border-radius: unset;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 8px;
  width: auto;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
  padding: 0 2px 0 0;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn.e-ribbon-group-button {
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid #616161;
  text-transform: none;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn.e-ribbon-group-button:not(.e-icon-btn) {
  padding: 0 8px 0 0;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn.e-ribbon-group-button:focus, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn.e-ribbon-group-button:focus-visible {
  outline: none;
  box-shadow: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ribbon-gallery-popup.e-popup .e-ribbon-popup-container .e-ribbon-gallery-header:first-child,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-popup-container .e-ribbon-gallery-header:first-child {
  padding-top: 0;
}

.e-ribbon-gallery-popup.e-popup,
.e-ribbon-gallery-dropdown.e-popup {
  border-radius: 4px;
  padding: 8px 12px 12px;
  overflow: auto;
}
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-header,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-header {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px 0 4px;
}
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item {
  margin: 2px;
  height: 54px;
  width: 73px;
}

.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item {
  width: 95px;
}

.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container,
.e-ribbon-group-overflow .e-ribbon-gallery-container,
.e-ribbon-item .e-ribbon-gallery-container {
  padding: 0;
  margin: 0;
  display: flex;
  align-content: space-around;
}
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item,
.e-ribbon-group-overflow .e-ribbon-gallery-container .e-ribbon-gallery-item,
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item {
  display: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  list-style-type: none;
  padding: 0;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled,
.e-ribbon-group-overflow .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled,
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled {
  pointer-events: none;
}
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-hidden,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-hidden,
.e-ribbon-group-overflow .e-ribbon-gallery-container .e-ribbon-gallery-item.e-hidden,
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item.e-hidden {
  display: none;
}
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item .e-ribbon-gallery-icons,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item .e-ribbon-gallery-icons,
.e-ribbon-group-overflow .e-ribbon-gallery-container .e-ribbon-gallery-item .e-ribbon-gallery-icons,
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item .e-ribbon-gallery-icons {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px;
  background-size: cover;
  min-width: 20px;
  min-height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover, .e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
.e-ribbon-group-overflow .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
.e-ribbon-group-overflow .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected {
  border-radius: 4px;
}

.e-ribbon-gallery-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.e-ribbon-keytip {
  font-size: 14px;
  line-height: 18px;
  min-width: 20px;
  height: 20px;
  border-radius: unset;
}
.e-ribbon-keytip.e-popup-open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.e-ribbon-menu {
  display: block;
}
.e-ribbon-menu.e-menu-wrapper ul.e-vertical.e-menu,
.e-ribbon-menu.e-menu-wrapper ul.e-ul.e-menu, .e-ribbon-menu.e-menu-container ul.e-vertical.e-menu,
.e-ribbon-menu.e-menu-container ul.e-ul.e-menu {
  padding: 0;
  border: unset;
  border-radius: unset;
}
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item,
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item, .e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item,
.e-ribbon-menu.e-menu-container ul.e-ul .e-menu-item {
  border-radius: unset;
  font-weight: 400;
}
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, .e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item .e-menu-icon,
.e-ribbon-menu.e-menu-container ul.e-ul .e-menu-item .e-menu-icon {
  min-height: 14px;
  min-width: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: auto;
}
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, .e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item.e-blankicon,
.e-ribbon-menu.e-menu-container ul.e-ul .e-menu-item.e-blankicon {
  padding-left: 34px !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-ribbon-control.e-dropdown-popup ul .e-item {
  font-size: 14px;
  height: 36px;
  align-items: center;
}
.e-ribbon-control.e-dropdown-popup ul .e-item.e-separator {
  height: auto;
}
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
  font-size: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.e-ribbon-tooltip .e-tip-content {
  padding: 4px;
}
.e-ribbon-tooltip .e-tip-content .e-ribbon-tooltip-title {
  font-size: 12px;
  line-height: 18px;
  padding: 4px 4px 0;
}
.e-ribbon-tooltip .e-tip-content .e-ribbon-text-container {
  padding: 4px;
  display: flex;
}
.e-ribbon-tooltip .e-tip-content .e-ribbon-text-container .e-ribbon-tooltip-content {
  font-size: 10px;
  line-height: 15px;
}
.e-ribbon-tooltip .e-tip-content .e-ribbon-text-container .e-ribbon-tooltip-icon {
  font-size: 32px;
  line-height: 32px;
  padding-right: 8px;
}

.e-ribbon-vertical-center.e-dropdown-popup,
.e-ribbon-group-overflow-ddb.e-dropdown-popup {
  border-radius: unset;
}
.e-ribbon-vertical-center.e-ribbon-filemenu.e-dropdown-popup,
.e-ribbon-group-overflow-ddb.e-ribbon-filemenu.e-dropdown-popup {
  border-radius: unset;
}

.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay {
  background: #212121;
}
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay .e-ribbon-skeleton.e-skeleton.e-skeleton-text {
  background-color: #424242;
}
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay .e-ribbon-skeleton.e-skeleton.e-shimmer-wave::after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, #616161 50%, rgba(255, 255, 255, 0) 70%);
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header {
  border-color: #757575;
  background: #212121;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item.e-ribbon-contextual-tab {
  background: #212121;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item.e-ribbon-contextual-tab .e-tab-wrap .e-tab-text {
  color: #00b0ff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
  color: #00b0ff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
  color: #00b0ff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-indicator {
  background: #00b0ff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav {
  border-color: #757575;
  background: #424242;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav:hover {
  border-color: #757575;
  background: #424242;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav:hover .e-nav-arrow {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav:active {
  border-color: #757575;
  background: #424242;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav:active .e-nav-arrow {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav:focus {
  border-color: #757575;
  background: #424242;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav:focus .e-nav-arrow {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu,
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-backstage {
  background: #212121;
  color: #fff;
  border-color: #757575;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active,
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-backstage.e-active {
  color: #000;
  background: #00b0ff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu:hover:not(.e-active),
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-backstage:hover:not(.e-active) {
  color: #00b0ff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu:focus-visible,
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-backstage:focus-visible {
  color: #00b0ff;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-help-template {
  border-color: #757575;
  background: #212121;
}
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-template:focus-visible {
  background: #757575;
  color: #fff;
  border-color: unset;
}
.e-ribbon.e-rbn .e-ribbon-tab.e-focused .e-tab-header .e-tab-wrap:focus .e-tab-text {
  color: #00b0ff;
}
.e-ribbon.e-rbn .e-ribbon-collapse-btn {
  background: #212121;
  color: #fff;
  border-color: transparent;
}
.e-ribbon.e-rbn .e-ribbon-collapse-btn:hover, .e-ribbon.e-rbn .e-ribbon-collapse-btn:focus-visible {
  background: #757575;
  color: #fff;
  border-color: unset;
}

.e-ribbon-backstage-popup {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
}
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper {
  background: #3f51b5;
}
.e-ribbon-backstage-popup .e-btn {
  background: #3f51b5;
  color: #fff;
  font-weight: 400;
}
.e-ribbon-backstage-popup .e-btn:focus {
  background: #7986cb;
  color: #fff;
  border-color: unset;
}
.e-ribbon-backstage-popup .e-btn:hover {
  background: #9fa8da;
  color: #fff;
  border-color: unset;
}
.e-ribbon-backstage-popup .e-btn:hover:focus {
  background: #7986cb;
  color: #fff;
  border-color: unset;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper:not(.e-menu-popup), .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-container:not(.e-menu-popup) {
  background: #3f51b5;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical.e-menu, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul.e-menu {
  background: #3f51b5;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item {
  color: #fff;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
  color: #fff;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-separator, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-separator {
  background: #757575;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:focus, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:focus {
  background: #7986cb;
  color: #fff;
  border-color: unset;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:focus .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:focus .e-menu-icon {
  color: #fff;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-selected, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-focused, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-selected, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-focused {
  background: #9fa8da;
  color: #fff;
  border-color: unset;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-selected .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-focused .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-selected .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-focused .e-menu-icon {
  color: #fff;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-selected:focus, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-selected:focus {
  background: #7986cb;
  color: #fff;
  border-color: unset;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-selected:focus .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-selected:focus .e-menu-icon {
  color: #fff;
}
.e-ribbon-backstage-popup .e-ribbon-backstage-template,
.e-ribbon-backstage-popup .e-ribbon-backstage-content {
  background: #212121;
}

.e-ribbon.e-rbn,
.e-ribbon-group-overflow-ddb {
  background: #212121;
  border-color: #757575;
}
.e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-checkbox-wrapper .e-label,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-checkbox-wrapper .e-label {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-checkbox-wrapper.e-checkbox-disabled .e-label,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-checkbox-wrapper.e-checkbox-disabled .e-label {
  color: rgba(255, 255, 255, 0.3);
}
.e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-colorpicker-wrapper.e-ribbon-hover, .e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-colorpicker-wrapper:not(.e-ribbon-hover):hover, .e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-colorpicker-wrapper.e-ribbon-open,
.e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-split-btn-wrapper.e-ribbon-hover,
.e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-split-btn-wrapper:not(.e-ribbon-hover):hover,
.e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-split-btn-wrapper.e-ribbon-open,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-colorpicker-wrapper.e-ribbon-hover,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-colorpicker-wrapper:not(.e-ribbon-hover):hover,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-colorpicker-wrapper.e-ribbon-open,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-split-btn-wrapper.e-ribbon-hover,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-split-btn-wrapper:not(.e-ribbon-hover):hover,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-split-btn-wrapper.e-ribbon-open {
  border-color: #757575;
}
.e-ribbon.e-rbn .e-ribbon-item:not(.e-disabled) .e-split-btn-wrapper.e-vertical:hover .e-split-btn:not(:hover),
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(.e-disabled) .e-split-btn-wrapper.e-vertical:hover .e-split-btn:not(:hover) {
  border-color: transparent;
}
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled {
  border-color: transparent;
}
.e-ribbon.e-rbn .e-ribbon-item:has(.e-ribbon-gallery-container),
.e-ribbon-group-overflow-ddb .e-ribbon-item:has(.e-ribbon-gallery-container) {
  border-color: #757575;
  background: #212121;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu),
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu),
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu),
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu),
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu),
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu),
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type),
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn {
  background: #212121;
  color: #fff;
  border-color: transparent;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu) .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type) .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu) .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type) .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn .e-btn-icon, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu) .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type) .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu) .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type) .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu) .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type) .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu) .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type) .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):hover,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:hover,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:hover,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):hover,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:hover,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:hover, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):hover,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:hover,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:hover,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):hover,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:hover,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:hover,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):hover,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:hover,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:hover,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):hover,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:hover,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:hover {
  background: #757575;
  color: #fff;
  border-color: unset;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):hover .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:hover .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:hover .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):hover .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:hover .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:hover .e-btn-icon, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):hover .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:hover .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:hover .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):hover .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:hover .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:hover .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):hover .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:hover .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:hover .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):hover .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:hover .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):hover .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:hover .e-btn-icon {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu).e-active,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button.e-active,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn.e-active,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu).e-active,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button.e-active,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn.e-active, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu).e-active,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button.e-active,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-active,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu).e-active,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button.e-active,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn.e-active,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu).e-active,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button.e-active,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn.e-active,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu).e-active,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button.e-active,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn.e-active {
  background: #757575;
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu).e-active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button.e-active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn.e-active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu).e-active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button.e-active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn.e-active .e-btn-icon, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu).e-active .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button.e-active .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu).e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button.e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn.e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu).e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button.e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn.e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu).e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button.e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type).e-active .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn.e-active .e-btn-icon {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):active,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:active,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:active,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):active,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:active,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:active, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):active,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:active,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:active,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):active,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:active,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:active,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):active,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:active,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:active,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):active,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:active,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:active {
  background: #757575;
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:active .e-btn-icon, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):active .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:active .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:active .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):active .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:active .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):active .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:active .e-btn-icon {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:focus-visible,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:focus-visible, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:focus-visible,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:focus-visible {
  background: #757575;
  color: #fff;
  border-color: unset;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):focus-visible .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:focus-visible .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:focus-visible .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:focus-visible .e-btn-icon, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:focus-visible .e-btn-icon {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:focus-visible,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:focus-visible, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-group-of-btn:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:focus-visible,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):focus-visible,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:focus-visible,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):focus-visible,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:focus-visible {
  box-shadow: none;
}
.e-ribbon.e-rbn .e-ribbon-item .e-btn:not(.e-ribbon-file-menu):disabled .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:disabled .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-item .e-ribbon-group-of-btn:disabled .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):disabled .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:disabled .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled .e-btn-icon,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:disabled .e-btn-icon, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):disabled .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:disabled .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled .e-btn-icon,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-btn:not(.e-ribbon-file-menu):disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-group-of-btn:disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled .e-btn-icon,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:disabled .e-btn-icon {
  color: rgba(255, 255, 255, 0.3);
}
.e-ribbon.e-rbn .e-ribbon-item .e-btn:not(.e-ribbon-file-menu):disabled,
.e-ribbon.e-rbn .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:disabled,
.e-ribbon.e-rbn .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled,
.e-ribbon.e-rbn .e-ribbon-item .e-ribbon-group-of-btn:disabled,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):disabled,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:disabled,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled,
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-group-of-btn:disabled, .e-ribbon.e-rbn.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):disabled,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:disabled,
.e-ribbon.e-rbn.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled,
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn:disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-btn:not(.e-ribbon-file-menu):disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-group-of-btn:disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn:not(.e-ribbon-file-menu):disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled,
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow .e-ribbon-group-of-btn:disabled,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn:not(.e-ribbon-file-menu):disabled,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:disabled,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-btn-group .e-btn.e-ribbon-group-button:not(:first-of-type):not(:last-of-type):disabled,
.e-ribbon-group-overflow-ddb.e-ribbon-overflow .e-ribbon-group-of-btn:disabled {
  color: rgba(255, 255, 255, 0.3);
}
.e-ribbon.e-rbn .e-ribbon-group-header,
.e-ribbon-group-overflow-ddb .e-ribbon-group-header {
  color: #fff;
}
.e-ribbon.e-rbn .e-ribbon-launcher-icon,
.e-ribbon-group-overflow-ddb .e-ribbon-launcher-icon {
  border-color: transparent;
}
.e-ribbon.e-rbn .e-ribbon-launcher-icon:hover, .e-ribbon.e-rbn .e-ribbon-launcher-icon:focus-visible,
.e-ribbon-group-overflow-ddb .e-ribbon-launcher-icon:hover,
.e-ribbon-group-overflow-ddb .e-ribbon-launcher-icon:focus-visible {
  background: #757575;
  color: #fff;
  border-color: unset;
}
.e-ribbon.e-rbn .e-input-group,
.e-ribbon-group-overflow-ddb .e-input-group {
  border-color: #757575;
  background: #212121;
}
.e-ribbon.e-rbn .e-input-group input.e-input,
.e-ribbon-group-overflow-ddb .e-input-group input.e-input {
  color: #fff;
}
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-input-group-icon,
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-input-group-icon {
  color: #fff;
}
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-input-group-icon:hover,
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-input-group-icon:hover {
  background: #757575;
  color: #fff;
}
.e-ribbon.e-rbn .e-input-group.e-disabled, .e-ribbon.e-rbn .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-ribbon-group-overflow-ddb .e-input-group.e-disabled,
.e-ribbon-group-overflow-ddb .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled {
  border-color: rgba(255, 255, 255, 0.3);
}
.e-ribbon.e-rbn .e-ribbon-group::after,
.e-ribbon-group-overflow-ddb .e-ribbon-group::after {
  border-color: #757575;
}

.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-combobox-label,
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-colorpicker-label {
  color: #fff;
}
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-template:focus-visible {
  background: #757575;
  color: #fff;
  border-color: unset;
}

.e-ribbon-file-menu.e-dropdown-popup,
.e-ribbon-vertical-center.e-dropdown-popup,
.e-ribbon-group-overflow-ddb.e-dropdown-popup,
.e-ribbon-dropdown-group-button.e-dropdown-popup {
  background: #212121;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.23), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  border-color: unset;
}
.e-ribbon-file-menu.e-dropdown-popup .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-file-menu.e-dropdown-popup .e-btn-group .e-btn.e-ribbon-group-button:not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-file-menu.e-dropdown-popup .e-ribbon-group-of-btn:not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-vertical-center.e-dropdown-popup .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-vertical-center.e-dropdown-popup .e-btn-group .e-btn.e-ribbon-group-button:not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-vertical-center.e-dropdown-popup .e-ribbon-group-of-btn:not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-group-overflow-ddb.e-dropdown-popup .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-group-overflow-ddb.e-dropdown-popup .e-btn-group .e-btn.e-ribbon-group-button:not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-group-overflow-ddb.e-dropdown-popup .e-ribbon-group-of-btn:not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-dropdown-group-button.e-dropdown-popup .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn:not(.e-ribbon-file-menu):not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-dropdown-group-button.e-dropdown-popup .e-btn-group .e-btn.e-ribbon-group-button:not(:hover, :active, :focus-visible, :disabled, .e-active),
.e-ribbon-dropdown-group-button.e-dropdown-popup .e-ribbon-group-of-btn:not(:hover, :active, :focus-visible, :disabled, .e-active) {
  background: transparent;
}

.e-ribbon-gallery-button {
  border-color: #757575;
  background: transparent;
  color: #fff;
}
.e-ribbon-gallery-button.e-gallery-button-active {
  background: #757575;
  color: #fff;
}

.e-ribbon-gallery-item {
  background: #424242;
  border-color: transparent;
}
.e-ribbon-gallery-item .e-ribbon-gallery-text {
  color: #fff;
}
.e-ribbon-gallery-item .e-ribbon-gallery-icons {
  color: rgba(255, 255, 255, 0.6);
}

.e-ribbon-gallery-popup.e-popup,
.e-dropdown-popup.e-ribbon-gallery-dropdown {
  background: #424242;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
}
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-header,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-header {
  color: rgba(255, 255, 255, 0.6);
}

.e-ribbon-gallery-wrapper .e-ribbon-gallery-item:hover,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item:hover,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item:hover {
  background: #616161;
}
.e-ribbon-gallery-wrapper .e-ribbon-gallery-item.e-ribbon-gallery-selected,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item.e-ribbon-gallery-selected,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item.e-ribbon-gallery-selected {
  background: #757575;
}
.e-ribbon-gallery-wrapper .e-ribbon-gallery-item.e-ribbon-gallery-selected .e-ribbon-gallery-text,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item.e-ribbon-gallery-selected .e-ribbon-gallery-text,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item.e-ribbon-gallery-selected .e-ribbon-gallery-text {
  color: #fff;
}
.e-ribbon-gallery-wrapper .e-ribbon-gallery-item.e-ribbon-gallery-selected .e-ribbon-gallery-icons,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item.e-ribbon-gallery-selected .e-ribbon-gallery-icons,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item.e-ribbon-gallery-selected .e-ribbon-gallery-icons {
  color: #fff;
}
.e-ribbon-gallery-wrapper .e-ribbon-gallery-item.e-disabled,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item.e-disabled,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item.e-disabled {
  background: #424242;
}
.e-ribbon-gallery-wrapper .e-ribbon-gallery-item.e-disabled .e-ribbon-gallery-text,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item.e-disabled .e-ribbon-gallery-text,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item.e-disabled .e-ribbon-gallery-text {
  color: rgba(255, 255, 255, 0.38);
}
.e-ribbon-gallery-wrapper .e-ribbon-gallery-item.e-disabled .e-ribbon-gallery-icons,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item.e-disabled .e-ribbon-gallery-icons,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item.e-disabled .e-ribbon-gallery-icons {
  color: rgba(255, 255, 255, 0.38);
}
.e-ribbon-gallery-wrapper .e-ribbon-gallery-item:focus, .e-ribbon-gallery-wrapper .e-ribbon-gallery-item:focus-visible,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item:focus,
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item:focus-visible,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item:focus,
.e-dropdown-popup.e-ribbon-gallery-dropdown .e-ribbon-gallery-item:focus-visible {
  border-color: #616161;
}

.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-icon {
  color: #fff;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button {
  color: #fff;
  background: #424242;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus {
  background: rgba(255, 255, 255, 0.12);
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus .e-btn-icon {
  color: rgba(255, 255, 255, 0.64);
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus .e-btn-icon {
  color: rgba(255, 255, 255, 0.64);
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active {
  background: rgba(255, 255, 255, 0.16);
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active .e-btn-icon {
  color: #fff;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active {
  background: rgba(255, 255, 255, 0.16);
  color: white;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
  color: #fff;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:active .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:active .e-btn-icon {
  color: #fff;
}
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:active, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:active {
  background: rgba(255, 255, 255, 0.16);
}

.e-ribbon-tooltip.e-tooltip-wrap.e-popup {
  background: #616161;
}
.e-ribbon-tooltip.e-tooltip-wrap .e-tip-content {
  color: #fff;
}
.e-ribbon-tooltip.e-tooltip-wrap .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
  color: #616161;
}

.e-ribbon-keytip {
  background-color: #fff;
  color: #000;
}

.e-ribbon-group-overflow-ddb.e-dropdown-popup {
  box-shadow: 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.1), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13);
  border: 1px solid transparent;
}

.e-ribbon-menu.e-menu-wrapper:not(.e-menu-popup), .e-ribbon-menu.e-menu-container:not(.e-menu-popup) {
  background: #424242;
}
.e-ribbon-menu.e-menu-wrapper ul.e-vertical.e-menu,
.e-ribbon-menu.e-menu-wrapper ul.e-ul.e-menu, .e-ribbon-menu.e-menu-container ul.e-vertical.e-menu,
.e-ribbon-menu.e-menu-container ul.e-ul.e-menu {
  border-color: unset;
  background: #424242;
}
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item,
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item, .e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item,
.e-ribbon-menu.e-menu-container ul.e-ul .e-menu-item {
  color: #fff;
}
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret,
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-caret, .e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item .e-menu-icon,
.e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item .e-caret,
.e-ribbon-menu.e-menu-container ul.e-ul .e-menu-item .e-menu-icon,
.e-ribbon-menu.e-menu-container ul.e-ul .e-menu-item .e-caret {
  color: #fff;
}
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-focused,
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-focused, .e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item.e-focused,
.e-ribbon-menu.e-menu-container ul.e-ul .e-menu-item.e-focused {
  background: #757575;
  color: #fff;
}

.e-ribbon .e-drop-icon::before {
  content: "\e94d";
}

.e-timeline {
  --dot-size: 16px;
  --dot-outer-space: 0;
  --dot-border: 1px;
  --connector-size: 1px;
  --dot-radius: 50%;
  height: inherit;
  width: 100%;
}
.e-timeline [class^="e-dot "]::before,
.e-timeline .e-dot-item,
.e-timeline .e-dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-timeline [class^="e-dot "]::before {
  min-width: 32px;
  min-height: 32px;
  border-radius: var(--dot-radius);
}
.e-timeline .e-timeline-items {
  display: inline-flex;
  flex-direction: column;
  list-style: none;
  flex-wrap: nowrap;
  padding: 0;
  width: inherit;
  height: inherit;
}
.e-timeline .e-timeline-item {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: flex-start;
  width: inherit;
  height: inherit;
}
.e-timeline .e-timeline-item.e-connector::after {
  top: 0;
  bottom: 0;
  left: calc(50% - var(--connector-size));
  right: auto;
  content: "";
  position: absolute;
  z-index: 999;
  border-width: var(--connector-size);
  border-style: solid;
}
.e-timeline .e-timeline-item.e-connector.e-item-template::after {
  content: unset;
}
.e-timeline .e-dot-item {
  position: relative;
  flex: 0 1 calc(var(--dot-size) * 3);
  z-index: 1000;
}
.e-timeline .e-dot {
  min-width: var(--dot-size);
  min-height: var(--dot-size);
  border-radius: var(--dot-radius);
  outline: var(--dot-outer-space) solid;
  border: var(--dot-border) solid;
  font-size: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.e-timeline .e-opposite-content,
.e-timeline .e-content {
  flex: 1 1 50%;
}
.e-timeline .e-opposite-content {
  font-size: 12px;
}
.e-timeline .e-content {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.e-timeline .e-timeline-item:first-child::after {
  top: 0;
}
.e-timeline .e-timeline-item:last-child::after {
  bottom: calc(var(--dot-size) * 2);
}
.e-timeline.e-vertical.e-align-before .e-timeline-item, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.e-timeline.e-vertical.e-timeline-reverse .e-timeline-items {
  flex-direction: column-reverse;
}
.e-timeline.e-vertical.e-align-before .e-timeline-items .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-timeline-items .e-content {
  text-align: left;
}
.e-timeline.e-vertical .e-timeline-item.e-connector:last-child::after {
  content: unset;
}
.e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-rtl.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-before.e-rtl.e-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-content-only .e-connector::after {
  left: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
  right: auto;
}
.e-timeline.e-vertical.e-align-before.e-content-only .e-connector::after, .e-timeline.e-vertical.e-align-before.e-rtl.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-rtl.e-content-only .e-connector::after {
  right: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
  left: auto;
}
.e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-content, .e-timeline.e-vertical.e-align-after.e-content-only .e-opposite-content, .e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-content, .e-timeline.e-vertical.e-align-before.e-content-only .e-opposite-content {
  flex: 0;
}
.e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:first-child::after {
  content: unset;
}
.e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:last-child::after {
  content: "";
  bottom: 0;
}
.e-timeline.e-vertical.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-opposite-content {
  text-align: right;
}
.e-timeline.e-vertical.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-opposite-content {
  text-align: left;
}
.e-timeline.e-vertical .e-dot-item {
  width: calc(var(--dot-size) * 2);
}
.e-timeline.e-horizontal .e-timeline-items {
  display: inline-flex;
  flex-direction: row;
}
.e-timeline.e-horizontal .e-timeline-item {
  height: auto;
  flex-direction: column;
  align-items: center;
}
.e-timeline.e-horizontal.e-timeline-reverse.e-rtl .e-timeline-item.e-connector::after {
  left: calc(50% - var(--connector-size));
  right: auto;
}
.e-timeline.e-horizontal.e-rtl .e-timeline-item.e-connector::after, .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-item.e-connector::after {
  right: calc(50% - var(--connector-size));
  left: auto;
}
.e-timeline.e-horizontal .e-dot-item {
  margin: var(--dot-size);
}
.e-timeline.e-horizontal .e-opposite-content,
.e-timeline.e-horizontal .e-content {
  display: flex;
}
.e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-content {
  align-items: flex-end;
}
.e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-opposite-content {
  align-items: flex-start;
}
.e-timeline.e-horizontal.e-align-before .e-timeline-item, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
  flex-direction: column-reverse;
}
.e-timeline.e-horizontal.e-timeline-reverse .e-timeline-items {
  flex-direction: row-reverse;
}
.e-timeline.e-horizontal .e-timeline-item::after {
  width: 100%;
  height: 0;
  top: calc(50% - var(--connector-size));
}
.e-timeline.e-horizontal .e-opposite-content {
  display: flex;
  align-items: flex-end;
  text-align: left;
  padding: 0;
}
.e-timeline.e-horizontal .e-content {
  padding: 0;
}
.e-timeline.e-horizontal .e-timeline-item:last-child::after {
  width: auto;
}

.e-timeline .e-dot {
  background-color: #616161;
  border-color: #616161;
  color: #bdbdbd;
  outline-color: #212121;
}
.e-timeline.e-outline .e-dot {
  background-color: #212121;
}
.e-timeline .e-timeline-item.e-connector::after {
  border-color: #616161;
}
.e-timeline .e-content {
  color: #fff;
}
.e-timeline .e-opposite-content {
  color: #fff;
}
.e-timeline .e-item-disabled .e-content,
.e-timeline .e-item-disabled .e-opposite-content {
  color: rgba(255, 255, 255, 0.38);
}

.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
  /* stylelint-disable declaration-no-important */
  height: 20px !important;
  width: 20px !important;
  transform-origin: 10px 10px 10px !important;
  /* stylelint-enable declaration-no-important */
}

.e-multicolumn-grid tr.e-groupcaptionrow {
  position: sticky;
  top: 0;
}
.e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
  font-weight: 600;
}

.e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
.e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
.e-multicolumn-grid td.e-recordplusexpand,
.e-multicolumn-grid td.e-indentcell,
.e-multicolumn-grid col.e-group-intent,
.e-multicolumn-list .e-no-records + .e-grid {
  display: none;
}

.e-multicolumn-grid td.e-rowcell {
  cursor: default;
}

.e-multicolumn-grid .e-gridheader .e-headercelldiv {
  overflow: hidden;
}

.e-multicolumn-list .e-popup-footer {
  vertical-align: middle;
  border-style: solid;
  border-width: 0 0 0 0;
  font-size: 14px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 0 0 0 0;
}

.e-multicolumn-list .e-multicolumn-list-hidden {
  border: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}

.e-multicolumn-grid.e-grid {
  border-width: 0;
  border-radius: 0;
}
.e-multicolumn-grid.e-grid .e-gridcontent {
  border-radius: 0 0 0 0;
}

.e-input-group.e-multicolumn-list input[readonly].e-input {
  pointer-events: none;
}

.e-multicolumn-list:has(.e-popup-footer) .e-multicolumn-grid.e-grid {
  border-radius: 0 0 0 0;
}
.e-multicolumn-list:has(.e-popup-footer) .e-multicolumn-grid.e-grid .e-gridcontent {
  border-radius: 0;
}
.e-multicolumn-list.e-icon-anim .e-multicolumn-list-icon::before {
  transform: rotate(180deg);
}
.e-multicolumn-list:not(.e-icon-anim) .e-multicolumn-list-icon::before {
  transform: rotate(0deg);
}
.e-multicolumn-list .e-multicolumn-list-icon::before {
  transition: transform 300ms ease;
}

.e-multicolumn-grid .e-grid {
  overflow: auto;
}

.e-multicolumn-grid .e-row,
.e-multicolumn-grid .e-emptyrow {
  height: 36px;
}

.e-multicolumn-group .e-sortnumber {
  display: none;
}

.e-popup.e-multicolumn-list {
  position: absolute;
  border-radius: 0;
  margin-top: 1px;
}
.e-popup.e-multicolumn-list .e-nodata {
  cursor: default;
  font-family: inherit;
  font-size: 14px;
  padding: 14px 16px;
  text-align: center;
  border-radius: inherit;
}
.e-popup.e-multicolumn-list .e-headertext {
  font-weight: 500;
}
.e-popup.e-multicolumn-list .e-gridheader {
  position: sticky;
  top: 0;
  z-index: 1;
  border-radius: 0 0 0 0;
}

.e-multicolumn-grid .e-headercontent {
  border-right-color: transparent;
  /* stylelint-disable-line declaration-no-important */
}

.e-multicolumn-grid.e-rtl .e-headercontent {
  border-left-color: transparent;
  /* stylelint-disable-line declaration-no-important */
}

.e-multicolumn-grid .e-content {
  overflow: auto !important;
  /* stylelint-disable-line declaration-no-important */
}

.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon,
.e-multicolumn-list.e-input-group .e-input-group-icon {
  position: relative;
}

.e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
.e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-small.e-popup.e-multicolumn-list .e-popup-footer,
.e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
.e-small .e-popup .e-multicolumn-grid .e-rowcell,
.e-small .e-popup.e-multicolumn-list .e-popup-footer {
  font-size: 12px;
}
.e-small.e-popup.e-multicolumn-list .e-popup-footer,
.e-small.e-popup .e-multicolumn-grid .e-row,
.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
.e-small .e-popup.e-multicolumn-list .e-popup-footer,
.e-small .e-popup .e-multicolumn-grid .e-row,
.e-small .e-popup .e-multicolumn-grid .e-emptyrow {
  height: 36px;
}
.e-small.e-popup.e-multicolumn-list,
.e-small .e-popup.e-multicolumn-list {
  margin-top: 1px;
}

.e-multicolumn-list .e-popup-footer {
  background: #424242;
  color: rgba(255, 255, 255, 0.6);
  border-color: #616161;
}

.e-input-group.e-multicolumn-list:focus-visible {
  outline: transparent;
}

.e-popup.e-multicolumn-list {
  background: transparent;
  box-shadow: 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.1), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13);
}
.e-popup.e-multicolumn-list .e-nodata {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #424242;
  background: #424242;
}
.e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
  color: white;
}
.e-popup.e-multicolumn-list .e-multicolumn-grid .e-focused {
  box-shadow: none;
}
.e-popup.e-multicolumn-list .e-gridhover .e-row:hover .e-rowcell:not(.e-active),
.e-popup.e-multicolumn-list .e-gridcontent .e-row-focus {
  background: #616161 !important;
  /* stylelint-disable-line declaration-no-important */
}
.e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
  background: #616161;
  color: #00b0ff;
}
.e-popup.e-multicolumn-list .e-groupcaption {
  color: rgba(255, 255, 255, 0.6);
  background: #424242;
}
.e-popup.e-multicolumn-list .e-gridheader,
.e-popup.e-multicolumn-list .e-gridheader colgroup {
  background: #303030;
}
.e-popup.e-multicolumn-list .e-altrow {
  background: #616161;
}
.e-popup.e-multicolumn-list .e-grid .e-headercell {
  background-color: unset;
}
.e-popup.e-multicolumn-list .e-headertext,
.e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=ascending] .e-headertext,
.e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=descending] .e-headertext {
  color: rgba(255, 255, 255, 0.6);
}

.e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
  content: "\e969";
  font-family: "e-icons";
}

.e-aiassistview {
  border: 1px solid;
  position: relative;
  /* ======== Asssit Footer Styles ======== */
}
.e-aiassistview.e-assist-tab-header-disabled .e-view-header {
  display: none;
}
.e-aiassistview .e-view-header {
  height: 46px;
  border-bottom: 1px solid;
}
.e-aiassistview .e-view-header .e-toolbar-item {
  position: relative;
}
.e-aiassistview .e-view-header .e-toolbar-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 100%;
  border-radius: 4px;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header, .e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header {
  padding: 0;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn, .e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn {
  padding: 0;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-btn-icon, .e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-btn-icon {
  padding: 4px 4px 4px 2px;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-active .e-btn {
  cursor: pointer;
}
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-left {
  height: 45px;
}
.e-aiassistview .e-view-container,
.e-aiassistview .e-footer,
.e-aiassistview .e-upload-failure-alert {
  width: max(70%, 425px);
}
.e-aiassistview .e-view-container {
  margin: auto auto 10px;
}
.e-aiassistview .e-prompt-content {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.e-aiassistview .e-prompt-toolbar {
  width: 100%;
}
.e-aiassistview .e-view-content {
  height: calc(100% - 46px);
  display: flex;
  flex-direction: column;
}
.e-aiassistview .e-view-content .e-upload-failure-alert {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  padding: 10px 16px 10px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-clear-icon {
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-failure-message {
  font-size: 14px;
  line-height: 22px;
  margin-right: auto;
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-circle-close {
  font-size: 16px;
  margin-right: 8px;
}
.e-aiassistview .e-view-content .e-upload-failure-alert.e-show {
  opacity: 1;
}
.e-aiassistview .e-output {
  gap: 2px;
  width: inherit;
  margin-bottom: 5px;
}
.e-aiassistview .e-prompt-toolbar .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
  margin-left: 0;
}
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-assist-view-header,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-custom-view-header {
  margin-left: 12px;
}
.e-aiassistview .e-view-header .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item.e-assist-view-header,
.e-aiassistview .e-view-header .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item.e-custom-view-header {
  margin-right: 12px;
  margin-left: 0;
}
.e-aiassistview .e-view-header .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
  margin-left: 8px;
  margin-right: 0;
}
.e-aiassistview .e-view-header .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
  margin-left: 8px;
}
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-tbar-btn-text {
  padding: 6px 2px;
}
.e-aiassistview .e-output-container {
  width: 90%;
  display: flex;
  align-self: flex-start;
  margin: 10px 0;
}
.e-aiassistview .e-prompt-icon {
  margin: 0 0 0 8px;
  min-height: 30px;
}
.e-aiassistview .e-output-icon {
  height: 30px;
  margin: 0 4px 0 8px;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon {
  border-radius: 50%;
  min-width: 30px;
}
.e-aiassistview .e-loading-body,
.e-aiassistview .e-content-body,
.e-aiassistview .e-loading-footer {
  padding: 2px 0 0 6px;
}
.e-aiassistview .e-content-container {
  margin-top: 16px;
  font-size: 14px;
  justify-content: space-between;
}
.e-aiassistview .e-prompt-text {
  white-space: pre-wrap;
  height: fit-content;
  border-radius: 4px;
  padding: 5px 8px;
  line-height: 20px;
}
.e-aiassistview .e-content-footer,
.e-aiassistview .e-prompt-toolbar {
  opacity: 0;
}
.e-aiassistview .e-prompt-container {
  gap: 2px;
  align-self: flex-end;
  max-width: 70%;
  margin-bottom: 5px;
  flex-direction: column;
}
.e-aiassistview .e-prompt-container:hover .e-assist-edit-icon {
  opacity: 1;
  cursor: pointer;
}
.e-aiassistview .e-suggestion-header {
  font-size: 14px;
  font-weight: 500;
  margin: 0 2px 8px 8px;
  text-align: right;
}
.e-aiassistview .e-suggestions {
  width: 100%;
}
.e-aiassistview .e-suggestions.e-suggestion-item-template li {
  padding: 0;
}
.e-aiassistview .e-suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.e-aiassistview .e-suggestions li {
  line-height: 20px;
  font-weight: 400;
  padding: 7px 12px;
  margin: 0 0 12px 12px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-aiassistview .e-views {
  display: flex;
  justify-content: space-around;
}
.e-aiassistview .e-views .e-content-body {
  line-height: 25px;
  border-radius: 4px;
}
.e-aiassistview .e-views .e-content-body h1,
.e-aiassistview .e-views .e-content-body h2,
.e-aiassistview .e-views .e-content-body h3,
.e-aiassistview .e-views .e-content-body h4,
.e-aiassistview .e-views .e-content-body h5,
.e-aiassistview .e-views .e-content-body h6 {
  font-weight: 600;
}
.e-aiassistview .e-views .e-content-body h4,
.e-aiassistview .e-views .e-content-body h5 {
  line-height: 28px;
}
.e-aiassistview .e-views .e-content-body h1 {
  font-size: 32px;
  line-height: 40px;
}
.e-aiassistview .e-views .e-content-body h2 {
  font-size: 28px;
  line-height: 36px;
}
.e-aiassistview .e-views .e-content-body h3 {
  font-size: 24px;
  line-height: 32px;
}
.e-aiassistview .e-views .e-content-body h4 {
  font-size: 22px;
}
.e-aiassistview .e-views .e-content-body h5 {
  font-size: 20px;
}
.e-aiassistview .e-views .e-content-body h6 {
  font-size: 16px;
  line-height: 20px;
}
.e-aiassistview .e-views .e-content-body li {
  line-height: 24.5px;
}
.e-aiassistview .e-views .e-content-body pre {
  padding: 12px 0 12px 12px;
  white-space: pre-wrap;
  position: relative;
}
.e-aiassistview .e-views .e-content-body pre span.e-code-copy {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.e-aiassistview .e-views .e-content-body tbody,
.e-aiassistview .e-views .e-content-body td,
.e-aiassistview .e-views .e-content-body tfoot,
.e-aiassistview .e-views .e-content-body th,
.e-aiassistview .e-views .e-content-body thead,
.e-aiassistview .e-views .e-content-body tr {
  padding: 6px;
}
.e-aiassistview .e-views .e-content-body thead,
.e-aiassistview .e-views .e-content-body td {
  text-align: center;
}
.e-aiassistview .e-views .e-content-body blockquote {
  font-style: italic;
  padding-left: 7px;
}
.e-aiassistview .e-views .e-content-body img,
.e-aiassistview .e-views .e-content-body svg {
  height: inherit;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
}
.e-aiassistview .e-views .e-content-body table {
  border-collapse: collapse;
  border-spacing: 0;
}
.e-aiassistview .e-views .e-content-body code:not(pre code) {
  border-radius: 4px;
  padding: 0 4px;
}
.e-aiassistview .e-views .e-content-body > *:first-child {
  margin-block-start: 0;
}
.e-aiassistview .e-views,
.e-aiassistview .e-custom-view,
.e-aiassistview .e-assistview-content-section {
  height: 100%;
  overflow: scroll;
}
.e-aiassistview .e-views::-webkit-scrollbar,
.e-aiassistview .e-custom-view::-webkit-scrollbar,
.e-aiassistview .e-assistview-content-section::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.e-aiassistview .e-views::-webkit-scrollbar-thumb,
.e-aiassistview .e-custom-view::-webkit-scrollbar-thumb,
.e-aiassistview .e-assistview-content-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.e-aiassistview .e-views::-webkit-scrollbar-corner,
.e-aiassistview .e-custom-view::-webkit-scrollbar-corner,
.e-aiassistview .e-assistview-content-section::-webkit-scrollbar-corner {
  background-color: transparent;
}
.e-aiassistview .e-footer {
  position: relative;
  margin: 0 auto 24px;
}
.e-aiassistview .e-footer .e-assist-clear-icon:not(.e-assist-clear-icon-hide) {
  display: flex;
  justify-content: flex-end;
}
.e-aiassistview .e-footer .e-assist-clear-icon-hide {
  display: none;
}
.e-aiassistview .e-footer .e-assist-textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.e-aiassistview .e-footer .e-assist-textarea::-webkit-scrollbar {
  width: 4px;
}
.e-aiassistview .e-footer .hide-scrollbar .e-assist-textarea {
  scrollbar-width: none;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 0;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-assist-attachment-icon {
  font-size: 14px;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-icons {
  cursor: pointer;
}
.e-aiassistview .e-footer .e-assist-textarea {
  height: 100%;
  width: 100%;
  min-height: 34px;
  outline: none;
  overflow-y: auto;
  max-height: 280px;
  line-height: 20px;
  padding: 6px 10px;
  font-size: 14px;
}
.e-aiassistview .e-footer .e-assist-textarea[placeholder]:empty::before {
  content: attr(placeholder);
}
.e-aiassistview .e-footer.focus-wave-effect::before, .e-aiassistview .e-footer.focus-wave-effect::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0.2s ease-out;
}
.e-aiassistview .e-footer.focus-wave-effect::before {
  left: 50%;
}
.e-aiassistview .e-footer.focus-wave-effect::after {
  right: 50%;
}
.e-aiassistview .e-footer.focus-wave-effect.focused::before {
  width: 50%;
}
.e-aiassistview .e-footer.focus-wave-effect.focused::after {
  width: 50%;
}
.e-aiassistview .e-footer:not(.e-footer-template) {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.e-aiassistview .e-footer:not(.e-footer-template).expanded .e-textarea-icons-wrapper {
  display: block;
}
.e-aiassistview .e-footer:not(.e-footer-template).expanded .e-textarea-icons-wrapper .e-footer-icons-wrapper {
  justify-content: end;
}
.e-aiassistview .e-footer:not(.e-footer-template).expanded .e-textarea-icons-wrapper .e-assist-textarea {
  width: 100%;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
  font-size: 14px;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-clear-icon:not(.e-assist-clear-icon-hide) {
  font-size: 12px;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send.enabled {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea-icons-wrapper {
  display: flex;
  flex-direction: row;
}
.e-aiassistview .e-footer .e-hidden-textarea {
  display: none;
}
.e-aiassistview .e-banner-view {
  margin-left: 10px;
}
.e-aiassistview .e-header-icon,
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.e-aiassistview .content-header,
.e-aiassistview .e-content-container,
.e-aiassistview .e-output,
.e-aiassistview .e-content {
  display: flex;
  flex-direction: column;
}
.e-aiassistview .e-stop-response {
  opacity: 0;
  pointer-events: none;
  cursor: not-allowed;
  gap: 8px;
  align-self: center;
  width: max-content;
  border-radius: 30px;
  border: 1px solid;
}
.e-aiassistview .e-stop-response.e-btn-active {
  height: 40px;
  margin-bottom: 16px;
  padding: 10px 12px;
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon,
.e-aiassistview .e-assist-edit-icon,
.e-aiassistview .e-stop-response {
  justify-content: center;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon,
.e-aiassistview .e-assist-edit-icon,
.e-aiassistview .e-prompt-container,
.e-aiassistview .e-stop-response {
  display: flex;
  align-items: center;
}
.e-aiassistview .e-content-footer.e-assist-toolbar-active,
.e-aiassistview .e-output-container:hover .e-content-footer,
.e-aiassistview .e-output-container:has(:focus-visible) .e-content-footer,
.e-aiassistview .e-prompt-container:hover .e-prompt-toolbar,
.e-aiassistview .e-prompt-container:has(:focus-visible) .e-prompt-toolbar {
  opacity: 1;
  transition: opacity 0.3s;
}
.e-aiassistview .e-views .e-content-body:focus-visible,
.e-aiassistview .e-views .e-content-container .e-prompt-text:focus-visible,
.e-aiassistview .e-views .e-suggestions li:focus-visible,
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send:not(.disabled):focus-visible,
.e-aiassistview .e-stop-response:focus-visible {
  outline: 1px solid;
}
.e-aiassistview.e-rtl .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-btn-icon, .e-aiassistview.e-rtl .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-btn-icon {
  padding: 4px 2px 4px 4px;
}
.e-aiassistview.e-rtl .e-suggestion-header {
  text-align: left;
  margin: 0 8px 8px 2px;
}
.e-aiassistview.e-rtl .e-suggestions li {
  margin: 0 12px 12px 0;
}
.e-aiassistview.e-rtl .e-views .e-content-body blockquote {
  padding-left: unset;
  border-left: unset;
  padding-right: 7px;
}
.e-aiassistview.e-rtl .e-views .e-content-body pre span.e-code-copy {
  right: unset;
  left: 10px;
}
.e-aiassistview.e-rtl .e-loading-body,
.e-aiassistview.e-rtl .e-content-body,
.e-aiassistview.e-rtl .e-loading-footer {
  padding: 2px 6px 0 0;
}
.e-aiassistview.e-rtl .e-prompt-icon {
  margin: 0 8px 0 0;
}
.e-aiassistview.e-rtl .e-output-icon {
  margin: 0 8px 0 4px;
}
.e-aiassistview.e-rtl .e-footer .e-footer-icons-wrapper {
  padding: 6px 0 6px 10px;
  padding-right: unset;
}
.e-aiassistview .e-footer-icons-wrapper .e-upload {
  display: none;
}
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files:has(.e-assist-uploaded-file-item) {
  align-self: flex-end;
  border-radius: 4px;
  padding: 5px 8px;
  margin-bottom: 4px;
}
.e-aiassistview .e-footer .e-assist-drop-area::-webkit-scrollbar,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files::-webkit-scrollbar {
  display: none;
}
.e-aiassistview .e-footer .e-assist-drop-area:has(.e-assist-uploaded-file-item) {
  margin: 4px;
}
.e-aiassistview .e-footer .e-assist-drop-area,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: inherit;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-uploaded-file-item {
  display: flex;
  margin: 4px;
  flex-direction: row;
  border-radius: 4px;
  position: relative;
  align-items: center;
  width: fit-content;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item:not(:has(.e-assist-clear-icon)) .e-assist-file-details,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-uploaded-file-item:not(:has(.e-assist-clear-icon)) .e-assist-file-details {
  padding-right: 12px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-format-icon,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-format-icon {
  padding: 3px;
  font-size: 24px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-details,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-details {
  display: flex;
  flex-direction: column;
  padding: 2px 11px 2px 4px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-name,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-name {
  font-weight: 400;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-name,
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-size,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-name,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-size {
  font-size: 10px;
  line-height: 15px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-clear-icon,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-clear-icon {
  cursor: pointer;
  font-weight: bold;
  padding: 8px;
  border-radius: 6px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-bar,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-progress-bar {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-fill,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-progress-fill {
  height: 3px;
  width: 20%;
  transition: width 0.3s;
}
.e-aiassistview .e-prompt-details:has(.e-prompt-uploaded-files) {
  display: flex;
  flex-direction: column;
}
.e-aiassistview .e-prompt-details:has(.e-prompt-uploaded-files) .e-prompt-text {
  align-self: flex-end;
}
.e-aiassistview .e-prompt-content:has(.e-prompt-uploaded-files):not(:has(.e-prompt-text)) + .e-prompt-toolbar {
  display: none;
}

@media (max-width: 760px) {
  .e-aiassistview .e-view-container {
    width: 100%;
  }
  .e-aiassistview .e-footer,
.e-aiassistview .e-upload-failure-alert {
    width: calc(100% - 10px);
  }
  .e-aiassistview .e-view-container .e-suggestions,
.e-aiassistview .e-prompt-content {
    padding-right: 8px;
  }
  .e-aiassistview.e-rtl .e-view-container .e-suggestions,
.e-aiassistview.e-rtl .e-prompt-content {
    padding: 0 0 0 8px;
  }
}
.e-aiassistview {
  border-color: #424242;
  background-color: #303030;
}
.e-aiassistview .e-view-content {
  color: #fff;
}
.e-aiassistview .e-view-header {
  border-bottom-color: #424242;
}
.e-aiassistview .e-view-header .e-toolbar-item::after {
  background-color: transparent;
}
.e-aiassistview .e-view-header .e-toolbar,
.e-aiassistview .e-view-header .e-toolbar-items,
.e-aiassistview .e-view-header .e-tbar-btn {
  background: #303030;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-active::after {
  background-color: #00b0ff;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-btn:active,
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-btn:hover,
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-btn:focus,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-btn:active,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-btn:hover,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-btn:focus {
  background: transparent;
  border-color: transparent;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn {
  background: transparent;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn:focus,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn:focus {
  box-shadow: none;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn:focus-visible,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn:focus-visible {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
}
.e-aiassistview .e-suggestion-header {
  color: #fff;
}
.e-aiassistview .e-suggestions li {
  color: #fff;
  box-shadow: 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.1), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13);
  border: 1px solid #757575;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon {
  border: 1px solid #303030;
  color: #fff;
  background-color: #616161;
}
.e-aiassistview .e-prompt-text {
  background: #424242;
  color: #fff;
  border: 1px solid #303030;
}
.e-aiassistview .e-views .e-content-body {
  color: #fff;
}
.e-aiassistview .e-views .e-content-body a {
  color: rgb(124, 180, 249);
}
.e-aiassistview .e-views .e-content-body pre {
  background: #424242;
}
.e-aiassistview .e-views .e-content-body tbody,
.e-aiassistview .e-views .e-content-body td,
.e-aiassistview .e-views .e-content-body tfoot,
.e-aiassistview .e-views .e-content-body th,
.e-aiassistview .e-views .e-content-body thead,
.e-aiassistview .e-views .e-content-body tr {
  border: 1px solid #424242;
}
.e-aiassistview .e-views .e-content-body blockquote {
  border-left: 4px solid #424242;
}
.e-aiassistview .e-views .e-content-body img,
.e-aiassistview .e-views .e-content-body svg {
  background-color: #424242;
}
.e-aiassistview .e-views .e-content-body code:not(pre code) {
  background: rgb(74, 44, 44);
  color: rgb(255, 212, 212);
}
.e-aiassistview .e-stop-response {
  border-color: #00b0ff;
  color: #000;
  background-color: #00b0ff;
  box-shadow: unset;
}
.e-aiassistview .e-views::-webkit-scrollbar-thumb,
.e-aiassistview .e-custom-view::-webkit-scrollbar-thumb,
.e-aiassistview .e-assistview-content-section::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-aiassistview .e-footer .e-assist-textarea::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-aiassistview .e-footer.focus-wave-effect::before, .e-aiassistview .e-footer.focus-wave-effect::after {
  background-color: #00b0ff;
}
.e-aiassistview .e-footer .e-assist-textarea[placeholder]:empty::before {
  color: rgba(255, 255, 255, 0.38);
}
.e-aiassistview .e-footer:not(.e-footer-template) {
  border: 1px solid #616161;
  border-bottom-color: #616161;
}
.e-aiassistview .e-footer:not(.e-footer-template).focused {
  border: 1px solid #616161;
  box-shadow: unset;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send,
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-clear-icon:not(.e-assist-clear-icon-hide) {
  color: #fff;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send.disabled,
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-clear-icon:not(.e-assist-clear-icon-hide).disabled {
  color: #fff;
}
.e-aiassistview .e-view-header .e-toolbar .e-assist-view-header.e-toolbar-item .e-tbar-btn:hover:active .e-icons, .e-aiassistview .e-view-header .e-toolbar .e-assist-view-header.e-toolbar-item .e-tbar-btn:hover .e-icons, .e-aiassistview .e-view-header .e-toolbar .e-assist-view-header.e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text, .e-aiassistview .e-view-header .e-toolbar .e-assist-view-header.e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-custom-view-header.e-toolbar-item .e-tbar-btn:hover:active .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-custom-view-header.e-toolbar-item .e-tbar-btn:hover .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-custom-view-header.e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-custom-view-header.e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
  color: #fff;
}
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn:hover:active .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn:hover .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn:hover .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn:hover:active .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-tbar-btn-text {
  color: #00b0ff;
}
.e-aiassistview.e-rtl .e-views .e-content-body blockquote {
  border-right: 4px solid #424242;
}
.e-aiassistview .e-view-content .e-upload-failure-alert {
  background-color: #6d191b;
  border: 1px solid #6d191b;
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-failure-message {
  color: #fff;
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-circle-close {
  color: #fff;
}
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files:has(.e-assist-uploaded-file-item) {
  background-color: #424242;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-uploaded-file-item {
  border: 1px solid #616161;
  background-color: #303030;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-format-icon,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-format-icon {
  color: rgb(112, 112, 112);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-size,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-size {
  color: rgba(255, 255, 255, 0.6);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-bar {
  background-color: #eee;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-fill {
  background-color: #3f51b5;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-fill.failed {
  background-color: #ff6652;
}

.e-prompt-toolbar .e-toolbar,
.e-prompt-toolbar .e-toolbar .e-toolbar-items,
.e-prompt-toolbar .e-tbar-btn:not(:hover),
.e-prompt-toolbar .e-tbar-btn:not(:active),
.e-prompt-toolbar .e-tbar-btn:not(:focus),
.e-content-footer .e-toolbar,
.e-content-footer .e-toolbar .e-toolbar-items,
.e-content-footer .e-tbar-btn:not(:hover),
.e-content-footer .e-tbar-btn:not(:active),
.e-content-footer .e-tbar-btn:not(:focus) {
  background: #303030;
}
.e-prompt-toolbar .e-toolbar,
.e-content-footer .e-toolbar {
  box-shadow: unset;
  border: unset;
}

.e-aiassist-view-toolbar-item .e-tbar-btn:not(:hover),
.e-aiassist-view-toolbar-item .e-tbar-btn:not(:active),
.e-aiassist-view-toolbar-item .e-tbar-btn:not(:focus) {
  background: transparent;
}

.e-assist-send::before {
  content: "\e816";
}

.e-assistview-icon::before {
  content: "\e9c7";
}

.e-assist-user::before {
  content: "\e9cd";
}

.e-assist-like::before {
  content: "\e9c9";
}

.e-assist-dislike::before {
  content: "\e9ca";
}

.e-assist-copy::before {
  content: "\e33d";
}

.e-assist-edit::before {
  content: "\e891";
}

.e-assist-check::before {
  content: "\e96d";
}

.e-assist-stop::before {
  content: "\e9de";
}

.e-assist-like-filled::before {
  content: "\e9dc";
}

.e-assist-dislike-filled::before {
  content: "\e9dd";
}

.e-assist-clear-icon::before {
  content: "\e932";
}

.e-assist-attachment-icon::before {
  content: "\ea05";
}

.e-assist-file-format-icon::before {
  content: "\ea06";
}

.e-assist-circle-close::before {
  content: "\e7e9";
}

.e-chat-ui {
  border: 1px solid;
  /* ======== Asssit Footer Styles ======== */
  /* ======== Attachment Styles ======== */
}
.e-chat-ui .e-chat-content {
  position: relative;
  height: calc(100% - 44px);
  justify-content: space-between;
  gap: 4px;
  padding-bottom: 10px;
}
.e-chat-ui .e-chat-header {
  height: 44px;
  border-bottom: 1px solid;
}
.e-chat-ui .e-chat-header .e-chat-toolbar {
  flex-grow: 1;
}
.e-chat-ui .e-chat-header .e-chat-toolbar.e-toolbar {
  border: none;
}
.e-chat-ui .e-header {
  height: 100%;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 12px;
  align-items: center;
}
.e-chat-ui .e-message-wrapper {
  gap: 8px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 10px;
}
.e-chat-ui .e-message-wrapper.e-scroll-smooth {
  scroll-behavior: smooth;
}
.e-chat-ui .e-message-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.e-chat-ui .e-message-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.e-chat-ui .e-message-group {
  max-width: 75%;
  margin: 4px;
}
.e-chat-ui .e-message-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 12px;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar {
  border-radius: 4px;
  display: none;
  position: absolute;
  height: 32px !important;
  /* stylelint-disable-line declaration-no-important */
  min-height: 32px;
  z-index: 10;
  overflow-x: scroll;
  scrollbar-width: none;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar.e-show, .e-chat-ui .e-message-item .e-chat-message-toolbar:hover {
  display: block;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item {
  padding: 2px 4px;
  min-height: 28px;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item:first-child {
  margin-left: 2px;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item:last-child {
  margin-right: 2px;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn {
  min-height: 28px;
  padding: 2px;
}
.e-chat-ui .e-message-item .e-forwarded-indicator {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.e-chat-ui .e-message-item .e-forwarded-indicator .e-forward-arrow {
  font-weight: normal;
  font-size: 14px;
  padding: 1px 4px;
}
.e-chat-ui .e-message-header-container {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.e-chat-ui .e-message-header {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.e-chat-ui .e-time {
  font-size: 10px;
  white-space: nowrap;
}
.e-chat-ui .e-message-content {
  white-space: pre-wrap;
  padding: 5px 8px;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 14px;
  width: fit-content;
  text-align: left;
}
.e-chat-ui .e-right,
.e-chat-ui .e-right .e-message-content,
.e-chat-ui .e-right .e-time {
  align-self: flex-end;
}
.e-chat-ui .e-left {
  align-self: flex-start;
  position: relative;
}
.e-chat-ui .e-left:not(.e-message-item-template) {
  padding-left: 40px;
}
.e-chat-ui .e-message-icon {
  position: absolute;
  top: 20px;
  left: 0;
}
.e-chat-ui .e-footer {
  position: relative;
  margin: 0 auto;
  align-self: flex-end;
  width: calc(100% - 10px);
}
.e-chat-ui .e-footer .e-chat-textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.e-chat-ui .e-footer .e-chat-textarea::-webkit-scrollbar {
  width: 4px;
}
.e-chat-ui .e-footer .hide-scrollbar .e-chat-textarea {
  scrollbar-width: none;
}
.e-chat-ui .e-footer .e-footer-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 0;
}
.e-chat-ui .e-footer .e-footer-icons-wrapper .e-icons {
  cursor: pointer;
}
.e-chat-ui .e-footer .e-footer-icons-wrapper .e-upload {
  display: none;
}
.e-chat-ui .e-footer .e-chat-textarea {
  height: 100%;
  width: 100%;
  min-height: 34px;
  outline: none;
  overflow-y: auto;
  max-height: 280px;
  line-height: 20px;
  padding: 6px 10px;
  font-size: 14px;
  border: none;
}
.e-chat-ui .e-footer .e-chat-textarea[placeholder]:empty::before {
  content: attr(placeholder);
}
.e-chat-ui .e-footer.focus-wave-effect::before, .e-chat-ui .e-footer.focus-wave-effect::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0.2s ease-out;
}
.e-chat-ui .e-footer.focus-wave-effect::before {
  left: 50%;
}
.e-chat-ui .e-footer.focus-wave-effect::after {
  right: 50%;
}
.e-chat-ui .e-footer.focus-wave-effect.focused::before {
  width: 50%;
}
.e-chat-ui .e-footer.focus-wave-effect.focused::after {
  width: 50%;
}
.e-chat-ui .e-footer:not(.e-footer-template) {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.e-chat-ui .e-footer:not(.e-footer-template).expanded .e-textarea-icons-wrapper {
  display: block;
}
.e-chat-ui .e-footer:not(.e-footer-template).expanded .e-textarea-icons-wrapper .e-footer-icons-wrapper {
  justify-content: end;
}
.e-chat-ui .e-footer:not(.e-footer-template).expanded .e-textarea-icons-wrapper .e-chat-textarea {
  width: 100%;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send {
  font-size: 14px;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-attachment-icon {
  font-size: 14px;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send.enabled {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-textarea-icons-wrapper {
  display: flex;
  flex-direction: row;
}
.e-chat-ui .e-footer .e-hidden-textarea {
  display: none;
}
.e-chat-ui .e-footer[hidden] {
  display: none;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send:not(.disabled):focus-visible {
  outline: 1px solid;
}
.e-chat-ui .e-chat-content,
.e-chat-ui .e-message-wrapper {
  display: flex;
  flex-direction: column;
}
.e-chat-ui .e-message-icon,
.e-chat-ui .e-message-icon img {
  height: 32px;
  width: 32px;
  font-size: 14px;
}
.e-chat-ui .e-message-icon,
.e-chat-ui .e-header-icon,
.e-chat-ui .e-user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-chat-ui .e-status-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.e-chat-ui .e-status-item {
  display: flex;
  gap: 2px;
}
.e-chat-ui .e-right .e-time,
.e-chat-ui .e-status-text {
  margin-right: 18px;
}
.e-chat-ui .e-status-text {
  font-size: 12px;
}
.e-chat-ui .e-status-icon {
  align-self: flex-end;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.e-chat-ui .e-timebreak {
  display: flex;
  align-items: center;
  margin: 1px 8px;
  position: relative;
}
.e-chat-ui .e-timebreak::before, .e-chat-ui .e-timebreak::after {
  content: "";
  flex-grow: 1;
  height: 1px;
}
.e-chat-ui .e-timebreak::before {
  margin-right: 12px;
}
.e-chat-ui .e-timebreak::after {
  margin-left: 12px;
}
.e-chat-ui .e-timestamp {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: 400;
  border: 1px solid;
  display: inline-block;
}
.e-chat-ui .e-typing-indicator {
  align-self: baseline;
  display: flex;
  gap: 0.25rem;
  margin-left: 5px;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
.e-chat-ui .e-user-icon {
  margin-right: -16px;
  height: 24px;
  width: 24px;
  font-size: 10px;
}
.e-chat-ui .e-user-text {
  margin-left: 20px;
  font-size: 12px;
}
.e-chat-ui .e-indicator-wrapper {
  display: flex;
  gap: 2px;
  height: 12px;
  align-items: flex-end;
}
.e-chat-ui .e-indicator {
  border-radius: 9999px;
  height: 0.3rem;
  width: 0.3rem;
}
.e-chat-ui .e-indicator:nth-child(1) {
  animation-delay: 0.3333s;
}
.e-chat-ui .e-indicator:nth-child(2) {
  animation-delay: 0.6666s;
}
.e-chat-ui .e-indicator:nth-child(3) {
  animation-delay: 0.9999s;
}
.e-chat-ui .e-header-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.e-chat-ui .e-typing-suggestions {
  display: flex;
  gap: 2px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
  flex-wrap: wrap-reverse;
}
.e-chat-ui .e-suggestions {
  flex: 1;
  width: 100%;
}
.e-chat-ui .e-suggestions.e-suggestion-item-template li {
  padding: 0;
}
.e-chat-ui .e-suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 1px;
}
.e-chat-ui .e-suggestions li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 3px 8px;
  margin: 8px 4px 0;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-chat-ui .e-spinner-pane.e-spin-show {
  height: 35px;
}
.e-chat-ui.e-rtl .e-message-content {
  text-align: right;
}
.e-chat-ui.e-rtl .e-left:not(.e-message-item-template) {
  padding-right: 40px;
  padding-left: unset;
}
.e-chat-ui.e-rtl .e-message-icon {
  left: unset;
  right: 0;
}
.e-chat-ui.e-rtl .e-typing-indicator {
  margin-right: 5px;
}
.e-chat-ui.e-rtl .e-user-text {
  margin-right: 20px;
}
.e-chat-ui.e-rtl .e-user-icon {
  margin-left: -16px;
  margin-right: unset;
}
.e-chat-ui.e-rtl .e-typing-indicator,
.e-chat-ui.e-rtl .e-user-text,
.e-chat-ui.e-rtl .e-header {
  margin-left: unset;
}
.e-chat-ui.e-rtl .e-header {
  margin-right: 16px;
}
.e-chat-ui.e-rtl .e-suggestions ul {
  margin-right: unset;
  margin-left: 1px;
}
.e-chat-ui.e-rtl .e-right .e-time,
.e-chat-ui.e-rtl .e-status-text {
  margin-right: unset;
  margin-left: 18px;
}
.e-chat-ui.e-rtl .e-footer .e-footer-icons-wrapper {
  padding: 6px 0 6px 10px;
  padding-right: unset;
}
.e-chat-ui .e-fab.e-btn.e-fab-bottom {
  bottom: 8px;
}
.e-chat-ui .e-arrowdown-hide,
.e-chat-ui .e-hide-suggestions {
  display: none;
}
.e-chat-ui .e-arrowdown-show {
  display: flex;
}
.e-chat-ui .e-show-suggestions {
  display: block;
}
.e-chat-ui .e-suggestions li:focus-visible {
  outline: 1px solid;
}
.e-chat-ui .e-chat-header .e-toolbar-item.e-overlay {
  opacity: 0.5;
}
.e-chat-ui .e-empty-chat-template {
  margin: auto;
}
.e-chat-ui .e-user-status-icon {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border: 1px solid;
  border-color: #fff;
  border-radius: 10px;
  font-size: 12px;
}
.e-chat-ui .e-user-status-icon:not(.e-user-offline) {
  color: #fff;
}
.e-chat-ui .e-reply-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 8px 8px;
  margin: 5px;
  border-radius: 5px;
  position: relative;
  width: fit-content;
  white-space: normal;
  cursor: pointer;
}
.e-chat-ui .e-reply-wrapper .e-reply-content {
  padding-left: 8px;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding-bottom: 4px;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-details .e-chat-close {
  margin-left: auto;
  font-size: 14px;
  cursor: pointer;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-user {
  font-size: 12px;
  font-weight: 500;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-text {
  font-size: 14px;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-time {
  font-size: 10px;
}
.e-chat-ui .e-pinned-message-wrapper {
  display: none;
  align-items: center;
  padding: 10px;
}
.e-chat-ui .e-pinned-message-wrapper .e-pinned-message {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.e-chat-ui .e-pinned-message-wrapper .e-pinned-dropdown-popup {
  border: none;
  background: none;
  box-shadow: none;
  margin-left: auto;
}
.e-chat-ui .e-message-content .e-chat-img {
  width: 150px;
  height: 150px;
}
.e-chat-ui .e-message-content .e-attached-file {
  display: flex;
  padding: 2px 0;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper {
  position: relative;
  width: 250px;
  height: 150px;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-chat-img,
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-chat-video,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-chat-img,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-chat-video {
  height: 150px;
  width: 250px;
  object-fit: cover;
  border-radius: 6px;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-play-icon-wrapper,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-play-icon-wrapper {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-chat-video-play,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-chat-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-play-icon-wrapper .e-chat-video-play,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-play-icon-wrapper .e-chat-video-play {
  transform: translate(-42%, -52%);
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-progress-wrapper,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-progress-wrapper {
  border-radius: 50%;
}
.e-chat-ui .e-message-content .e-attached-file .e-show-spinner {
  position: relative;
}
.e-chat-ui .e-message-content .e-attached-file .e-show-spinner .e-image-overlay,
.e-chat-ui .e-message-content .e-attached-file .e-show-spinner .e-video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(24px);
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 4px;
  position: relative;
  width: fit-content;
  padding: 8px 25px 8px 6px;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-chat-file-format-icon {
  font-size: 22px;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-file-data-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 25px 0 3px;
  gap: 4px;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-file-data-wrapper .e-file-name {
  display: inline-block;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-file-data-wrapper .e-file-size {
  font-size: 10px;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-chat-download {
  position: absolute;
  right: 10px;
  font-size: 14px;
  text-decoration: none;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-progress-wrapper {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: calc(100% - 25px);
  flex-shrink: 0;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-progress-wrapper .e-chat-progress-ring {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-bg,
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-fill {
  cx: 15;
  cy: 15;
  r: 13;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-fill {
  stroke-dasharray: 81.68;
  stroke-dashoffset: 81.68;
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-progress-wrapper .e-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  cursor: pointer;
  z-index: 1;
  transform: translate(-57%, -44%);
}
.e-chat-ui .e-message-content .e-attached-file .e-file-wrapper .e-progress-wrapper .e-chat-upload {
  font-size: 14px;
}
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-progress-wrapper,
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-progress-wrapper {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-progress-wrapper .e-chat-progress-ring,
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-progress-wrapper .e-chat-progress-ring {
  width: 40px;
  height: 40px;
  position: absolute;
  transform: rotate(-90deg) translate(0%, 0%);
}
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-bg,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-fill,
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-bg,
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-fill {
  cx: 20;
  cy: 20;
  r: 18;
}
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-fill,
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-fill {
  stroke-dasharray: 113.1;
  stroke-dashoffset: 113.1;
}
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-progress-wrapper .e-icons,
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-progress-wrapper .e-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}
.e-chat-ui .e-message-content .e-attached-file .e-progress-wrapper .e-progress-bg,
.e-chat-ui .e-message-content .e-attached-file .e-progress-wrapper .e-progress-fill {
  fill: none;
  stroke-width: 4;
}
.e-chat-ui .e-message-content .e-attached-file .e-progress-wrapper .e-progress-fill {
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s ease;
}
.e-chat-ui .e-pinned-message {
  min-width: 0;
}
.e-chat-ui .e-pinned-message .e-pinned-message-text {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.e-chat-ui .e-pinned-message .e-pinned-message-text .e-pinned-img-thumb {
  height: 30px;
  width: 30px;
  border-radius: 6px;
  object-fit: inherit;
}
.e-chat-ui .e-pinned-message .e-pinned-message-text .e-pinned-file-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  display: inline-block;
  font-size: 14px;
}
.e-chat-ui .e-pinned-message .e-pinned-message-text .e-chat-file-format-icon {
  font-size: 16px;
}
.e-chat-ui .e-reply-wrapper .e-reply-media-preview {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  min-width: 0;
}
.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-reply-media-thumb {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  object-fit: inherit;
}
.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-reply-file-name {
  flex-grow: 1;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-chat-file-format-icon {
  font-size: 16px;
}
.e-chat-ui .e-img-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: 999;
  border-radius: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.e-chat-ui .e-img-preview-overlay .e-img-preview-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
}
.e-chat-ui .e-img-preview-overlay .e-img-preview-header .e-icons {
  text-decoration: none;
  cursor: pointer;
}
.e-chat-ui .e-img-preview-overlay .e-img-preview-header .e-chat-close {
  font-size: 20px;
}
.e-chat-ui .e-img-preview-overlay .e-img-preview-header .e-chat-download {
  font-size: 16px;
  position: absolute;
  right: 16px;
}
.e-chat-ui .e-img-preview-overlay .e-img-preview-header .e-img-preview-name {
  margin-left: 10px;
  padding-right: 12px;
  transform: translate(0%, 0%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.e-chat-ui .e-img-preview-overlay .e-img-preview,
.e-chat-ui .e-img-preview-overlay .e-video-preview {
  max-width: 95%;
  max-height: 80%;
  margin: auto;
  object-fit: contain;
}
.e-chat-ui .e-right .e-text .e-chat-mention-user-chip {
  font-weight: 500;
}
.e-chat-ui .e-left .e-text .e-chat-mention-user-chip {
  font-weight: 500;
}

.e-chat-mention .e-chat-mention-item-template {
  display: flex;
  flex-direction: row;
  padding: 8px 12px;
}

.e-chat-mention .e-chat-mention-user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.e-chat-mention .e-chat-mention-user-name {
  font-size: 14px;
  line-height: 22px;
  margin: 9px 8px;
}

.e-chat-mention.e-rtl .e-chat-mention-user-icon {
  left: unset;
  right: 0;
}

.e-chat-mention .e-chat-mention-user-icon,
.e-chat-mention .e-chat-mention-user-icon img {
  height: 40px;
  width: 40px;
  font-size: 14px;
}

.e-chat-mention > div {
  border-radius: 4px;
}

.e-chat-mention .e-list-item {
  text-indent: 0;
  height: 56px;
}

.e-chat-ui {
  border-color: #424242;
  background: #303030;
}
.e-chat-ui .e-chat-content {
  color: #fff;
}
.e-chat-ui .e-right .e-message-content {
  background: #7986cb;
  color: #fff;
}
.e-chat-ui .e-left .e-message-content {
  color: #fff;
  background: #424242;
}
.e-chat-ui .e-left .e-message-content:active, .e-chat-ui .e-left .e-message-content:focus {
  color: #fff;
  background: #616161;
}
.e-chat-ui .e-left .e-message-content:hover {
  color: #fff;
  background: #757575;
}
.e-chat-ui .e-message-wrapper::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-chat-ui .e-message-wrapper .e-message-header {
  color: #3f51b5;
}
.e-chat-ui .e-message-wrapper .e-time {
  color: rgba(255, 255, 255, 0.6);
}
.e-chat-ui .e-chat-header {
  border-bottom-color: #424242;
  background: #3f51b5;
  border-color: #3f51b5;
  color: #fff;
}
.e-chat-ui .e-chat-header .e-toolbar,
.e-chat-ui .e-chat-header .e-toolbar-items,
.e-chat-ui .e-chat-header .e-tbar-btn {
  background: #3f51b5;
}
.e-chat-ui .e-chat-header .e-toolbar .e-tbar-btn-text,
.e-chat-ui .e-chat-header .e-toolbar .e-btn-icon,
.e-chat-ui .e-chat-header .e-toolbar-items .e-tbar-btn-text,
.e-chat-ui .e-chat-header .e-toolbar-items .e-btn-icon,
.e-chat-ui .e-chat-header .e-tbar-btn .e-tbar-btn-text,
.e-chat-ui .e-chat-header .e-tbar-btn .e-btn-icon {
  color: #fff;
}
.e-chat-ui .e-timebreak::before, .e-chat-ui .e-timebreak::after {
  background: #424242;
}
.e-chat-ui .e-timestamp {
  background: #424242;
  color: #fff;
  border-color: #424242;
}
.e-chat-ui .e-chat-error {
  color: #ff6652;
}
.e-chat-ui .e-chat-seen {
  color: #3f51b5;
}
.e-chat-ui .e-footer .e-chat-textarea::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-chat-ui .e-footer.focus-wave-effect::before, .e-chat-ui .e-footer.focus-wave-effect::after {
  background-color: #00b0ff;
}
.e-chat-ui .e-footer .e-chat-textarea[placeholder]:empty::before {
  color: rgba(255, 255, 255, 0.38);
}
.e-chat-ui .e-footer:not(.e-footer-template) {
  border: 1px solid #616161;
  border-bottom-color: #616161;
}
.e-chat-ui .e-footer:not(.e-footer-template).focused {
  border: 1px solid #616161;
  box-shadow: unset;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send {
  color: #fff;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send.disabled {
  color: #fff;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-attachment-icon {
  color: #fff;
}
.e-chat-ui .e-suggestions li {
  color: #00b0ff;
  border-color: #00b0ff;
}
.e-chat-ui .e-header-icon,
.e-chat-ui .e-message-icon,
.e-chat-ui .e-message-icon img,
.e-chat-ui .e-user-icon {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.e-chat-ui .e-user-online {
  background-color: #4caf50;
}
.e-chat-ui .e-user-away {
  background-color: #ff9800;
}
.e-chat-ui .e-user-busy {
  background-color: #ff6652;
}
.e-chat-ui .e-user-offline {
  background-color: #9e9e9e;
}
.e-chat-ui .e-message-icon,
.e-chat-ui .e-user-icon {
  color: #fff;
  background-color: #616161;
}
.e-chat-ui .e-indicator {
  background: #424242;
  animation: e-chat-indicator-blink 1s infinite;
}
.e-chat-ui .e-user-text {
  color: rgba(255, 255, 255, 0.6);
}
@keyframes e-chat-indicator-blink {
  50% {
    background: #3f51b5;
    height: 0.2rem;
  }
}
.e-chat-ui .e-chat-header .e-toolbar-item.e-overlay {
  background: unset;
}
.e-chat-ui .e-reply-wrapper {
  background: unset;
}
.e-chat-ui .e-reply-wrapper .e-reply-content {
  border-left: 2px solid rgb(156, 163, 175);
}
.e-chat-ui .e-chat-message-toolbar:has(.e-toolbar-item) {
  border: 1px solid #616161;
}
.e-chat-ui .e-forwarded-indicator {
  color: unset;
}
.e-chat-ui .e-forwarded-indicator .e-forward-arrow {
  color: unset;
}
.e-chat-ui .e-pinned-message-wrapper {
  background-color: unset;
}
.e-chat-ui .e-right .e-text .e-chat-mention-user-chip {
  color: #3f51b5;
}
.e-chat-ui .e-left .e-text .e-chat-mention-user-chip {
  color: #6d191b;
}
.e-chat-ui .e-footer .e-chat-textarea.e-mention .e-mention-chip {
  background: unset;
}
.e-chat-ui .e-status-wrapper .e-upload-failed {
  color: #ff6652;
}
.e-chat-ui .e-img-preview-overlay {
  background: #303030;
}
.e-chat-ui .e-img-preview-overlay .e-img-preview-header {
  background: #424242;
  color: #fff;
}
.e-chat-ui .e-img-preview-overlay .e-img-preview-header .e-icons {
  color: #fff;
}
.e-chat-ui .e-attached-file .e-image-wrapper .e-progress-wrapper,
.e-chat-ui .e-attached-file .e-video-wrapper .e-progress-wrapper {
  background-color: #7986cb;
}
.e-chat-ui .e-attached-file .e-image-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-bg,
.e-chat-ui .e-attached-file .e-video-wrapper .e-progress-wrapper .e-chat-progress-ring .e-progress-bg {
  stroke: #7986cb;
}
.e-chat-ui .e-attached-file .e-image-wrapper .e-progress-wrapper .e-chat-close,
.e-chat-ui .e-attached-file .e-video-wrapper .e-progress-wrapper .e-chat-close {
  color: #fff;
}
.e-chat-ui .e-attached-file .e-image-wrapper .e-progress-wrapper .e-chat-upload,
.e-chat-ui .e-attached-file .e-video-wrapper .e-progress-wrapper .e-chat-upload {
  color: #fff;
}
.e-chat-ui .e-attached-file .e-video-wrapper .e-play-icon-wrapper {
  background-color: #c5cae9;
}
.e-chat-ui .e-attached-file .e-video-wrapper .e-chat-video-play {
  color: #303030;
}
.e-chat-ui .e-attached-file .e-progress-wrapper .e-chat-progress-ring .e-progress-bg {
  stroke: #757575;
}
.e-chat-ui .e-attached-file .e-progress-wrapper .e-chat-progress-ring .e-progress-fill {
  stroke: #3f51b5;
}
.e-chat-ui .e-attached-file .e-show-spinner .e-image-overlay,
.e-chat-ui .e-attached-file .e-show-spinner .e-video-play-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.e-chat-ui .e-file-wrapper {
  border: 1px solid #616161;
  background-color: #616161;
}
.e-chat-ui .e-file-wrapper .e-chat-file-format-icon {
  color: #fff;
}
.e-chat-ui .e-file-wrapper .e-file-data-wrapper .e-file-name {
  color: #fff;
}
.e-chat-ui .e-file-wrapper .e-file-data-wrapper .e-file-size {
  color: rgba(255, 255, 255, 0.6);
}
.e-chat-ui .e-file-wrapper .e-chat-download {
  color: #fff;
}
.e-chat-ui .e-file-wrapper .e-progress-wrapper .e-chat-close {
  color: #fff;
}
.e-chat-ui .e-file-wrapper .e-progress-wrapper .e-chat-upload {
  color: #fff;
}

.e-chat-mention .e-chat-mention-user-icon,
.e-chat-mention .e-chat-mention-user-icon img {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.e-chat-mention.e-mention.e-popup {
  box-shadow: unset;
  border-radius: 4px;
  border: unset;
}

.e-chat-mention .e-dropdownbase .e-list-item.e-active {
  background-color: rgb(117, 117, 117);
}

.e-chat-mention .e-chat-mention-user-icon {
  color: #fff;
  background-color: #616161;
}

.e-chat-send::before {
  content: "\e816";
}

.e-chat-check::before {
  content: "\e96d";
}

.e-chat-copy::before {
  content: "\e33d";
}

.e-chat-close::before {
  content: "\e7fc";
}

.e-chat-pin::before {
  content: "\e9e8";
}

.e-chat-view::before {
  content: "\e345";
}

.e-chat-unpin::before {
  content: "\e9e9";
}

.e-chat-forward::before {
  content: "\e9e7";
}

.e-chat-reply::before {
  content: "\e9e6";
}

.e-chat-trash::before {
  content: "\e94a";
}

.e-chat-error::before {
  content: "\e7e9";
}

.e-chat-seen::before {
  content: "\e9df";
}

.e-chat-scroll-down::before {
  content: "\e304";
}

.e-user-online::before {
  content: "\ea84";
}

.e-user-away::before {
  content: "\e20c";
}

.e-user-offline::before {
  content: "\e7e9";
}

.e-chat-attachment-icon::before {
  content: "\ea05";
}

.e-chat-file-format-icon::before {
  content: "\ea06";
}

.e-chat-upload::before {
  content: "\e60f";
}

.e-chat-video-play::before {
  content: "\e324";
}

.e-chat-download::before {
  content: "\ec0b";
}

.e-speech-to-text.e-btn {
  align-items: center;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 14px;
  min-width: 40px;
  min-height: 40px;
  padding: 0 14px;
}
.e-speech-to-text.e-btn.e-round {
  width: 40px;
  height: 40px;
  padding: 0;
}
.e-speech-to-text.e-btn .e-btn-icon {
  font-size: 14px;
  margin-top: 0;
  line-height: 2px;
  width: 2em;
}
.e-speech-to-text.e-btn:disabled {
  pointer-events: none;
}
.e-speech-to-text.e-btn.e-listening-state {
  animation: listening 1.2s infinite;
}

.e-speech-to-text.e-round .e-btn-icon {
  font-size: 16px;
  margin-top: 1px;
}

@keyframes listening {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.e-speech-to-text {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.e-speech-to-text:hover:not(:focus), .e-speech-to-text:active, .e-speech-to-text.e-active, .e-speech-to-text:disabled {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.e-speech-to-text:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.e-speech-to-text.e-flat {
  box-shadow: none;
}

.e-listen-icon::before {
  content: "\e9e1";
}

.e-listen-stop::before {
  content: "\e9de";
}

/* ======== BlockEditor Styles ======== */
/* ======== Drag and Drop Styles ======== */
/* ======== Floating Icons Styles ======== */
/* ======== Inline toolbar Styles ======== */
/* ======== Block level syles ======== */
/* ======== Numbered And Bullet List ======== */
/* ======== Quote and Callout Block ======== */
/* ======== Toggle Block Styles ======== */
/* ======== Divider Block ======== */
/* ======== Link syles ======== */
/* ======== Inline content syles ======== */
/* ======== Slash Command styles ======== */
/* ======== Context menu syles ======== */
/* ======== Check Box syles ======== */
/* ======== User and Label Mention Chip Syles ======== */
/* ======== User and Label Mention Syles ======== */
/* ======== Code Block Styles ======== */
/* ======== Table syles ======== */
/* ======== scrollbar syles ======== */
/* ======== Selection syles ======== */
/* ======== Main Editor ======== */
.e-blockeditor {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  /* Remove default styles */
  /* ======== Block Container ======== */
  /* ======== Divider Blocks Level styles ======== */
  /* ======== Blocks Level styles ======== */
  /* ======== Drag and Drop Styles ======== */
  /* ======== Code Block Styles ======== */
  /* ======== Table Block Styles ======== */
  /* ======== Image Block Styles ======== */
  /* ======== RTL Styles ======== */
}
.e-blockeditor .e-block-container-wrapper {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.e-blockeditor h1,
.e-blockeditor h2,
.e-blockeditor h3,
.e-blockeditor h4,
.e-blockeditor h5,
.e-blockeditor h6,
.e-blockeditor p {
  margin: 0;
  padding: 0;
}
.e-blockeditor h1 {
  font-size: 2.857em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h2 {
  font-size: 2.285em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h3 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h4 {
  font-size: 1.714em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h5 {
  font-size: 1.428em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h6 {
  font-size: 1.142em;
  line-height: 600;
  line-height: 1.5;
}
.e-blockeditor ul,
.e-blockeditor ol {
  margin-block: initial;
  margin-inline: initial;
  padding-block: initial;
  padding-inline: initial;
  list-style: none;
}
.e-blockeditor a {
  text-decoration: none;
  user-select: auto;
  cursor: pointer;
}
.e-blockeditor a:hover {
  text-decoration: underline;
}
.e-blockeditor .e-block-container-wrapper.e-mention.e-editable-element {
  width: 100%;
  padding: 20px;
  border: unset;
}
.e-blockeditor .e-divider-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-blockeditor .e-divider-block .e-be-hr-wrapper {
  width: 100%;
  height: 100%;
}
.e-blockeditor .e-divider-block .e-be-hr {
  margin: 6px 0;
}
.e-blockeditor .e-block {
  position: relative;
  flex-grow: 1;
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-left: calc(50px + var(--block-indent) * 1px);
  /* padding for the floating icons position */
  /* List Block Styles */
  /* Quote Block */
  /* Callout Block */
  /* Toggle Block */
  /* User and label mention Chip styles */
}
.e-blockeditor .e-block [contenteditable=true]:empty::before {
  content: attr(placeholder);
}
.e-blockeditor .e-block[data-block-type=Table] {
  padding: 16px 8px 4px;
  padding-left: calc(50px + var(--block-indent) * 1px);
}
.e-blockeditor .e-block.e-list-block {
  margin-left: 15px;
  /* Checklist Block */
}
.e-blockeditor .e-block.e-list-block ul li {
  padding-left: 8px;
}
.e-blockeditor .e-block.e-list-block ol li {
  padding-left: 4px;
  position: relative;
  left: 4px;
}
.e-blockeditor .e-block.e-list-block li::marker {
  font-size: 14px;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] {
  align-items: center;
  display: flex;
  margin-left: 0;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] ul {
  word-break: break-word;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: text-bottom;
  user-select: none;
  cursor: pointer;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist]:has(.e-checked) li {
  text-decoration: line-through;
}
.e-blockeditor .e-block.e-quote-block blockquote {
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 8px;
  margin: 0;
}
.e-blockeditor .e-block.e-callout-block .e-block {
  padding-left: calc(45px + var(--block-indent) * 1px);
}
.e-blockeditor .e-block.e-callout-block .e-callout-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  border-radius: 4px;
}
.e-blockeditor .e-block.e-callout-block .e-callout-icon {
  position: absolute;
  height: 16px;
  width: 16px;
  margin-top: 8px;
  margin-left: 10px;
  user-select: none;
  z-index: 1;
  pointer-events: none;
}
.e-blockeditor .e-block.e-callout-block .e-callout-icon svg {
  height: inherit;
  width: inherit;
}
.e-blockeditor .e-block.e-callout-block .e-callout-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.e-blockeditor .e-block.e-toggle-block .e-block {
  padding-left: calc(21px + var(--block-indent) * 1px);
}
.e-blockeditor .e-block.e-toggle-block .e-toggle-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.e-blockeditor .e-block.e-toggle-block .e-toggle-icon {
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
  transform-origin: center center;
  height: 14px;
  width: 14px;
  margin-right: 8px;
  user-select: none;
  cursor: pointer;
}
.e-blockeditor .e-block.e-toggle-block .e-toggle-icon svg {
  height: inherit;
  width: inherit;
}
.e-blockeditor .e-block.e-toggle-block[data-collapsed=false] .e-toggle-icon {
  transform: rotate(90deg);
}
.e-blockeditor .e-block .e-user-chip {
  display: inline-flex;
  cursor: default;
  gap: 4px;
  height: 30px;
  padding: 5px 4px;
  border-radius: 2px;
}
.e-blockeditor .e-block .e-user-chip .em-avatar {
  height: 20px;
  width: 20px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.e-blockeditor .e-block .e-user-chip .em-avatar .em-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.e-blockeditor .e-block .e-user-chip .em-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.e-blockeditor .e-block .e-label-chip {
  height: 30px;
  padding: 4px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
}
.e-blockeditor .e-block .e-block-content {
  white-space: break-spaces;
  /* Inline code */
}
.e-blockeditor .e-block .e-block-content .e-be-inline-code {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 2px 4px;
  border-radius: 2px;
  white-space: pre-wrap;
}
.e-blockeditor .drop-indicator {
  position: absolute;
  width: calc(100% - 58px);
  /* calc of padding of e-block */
  height: 2px;
  margin: 4px 0;
  left: 46px;
  /* calc of padding left of e-block with indicator width */
}
.e-blockeditor .drop-indicator::before {
  position: absolute;
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.e-blockeditor .e-divider-block .drop-indicator {
  margin-top: 30px;
}
.e-blockeditor .dragging-clone {
  border-radius: 4px;
}
.e-blockeditor .dragging-clone .e-block {
  padding: 4px 8px;
  padding-left: calc(4px + var(--block-indent) * 1px);
}
.e-blockeditor .dragging-clone .e-block.e-callout-block .e-block {
  padding-left: calc(45px + var(--block-indent) * 1px);
}
.e-blockeditor .dragging-clone .e-block.e-toggle-block .e-block {
  padding-left: calc(21px + var(--block-indent) * 1px);
}
.e-blockeditor:has(.dragging-clone) .e-floating-icons {
  display: none;
}
.e-blockeditor .e-block-container-wrapper .e-block:first-child .drop-indicator:first-child {
  top: -5px;
  margin-top: 4px;
}
.e-blockeditor .e-code-block-container {
  border-radius: 6px;
  overflow: hidden;
}
.e-blockeditor .e-code-block-container .e-ddl {
  flex-basis: auto;
  height: auto;
  width: auto !important;
  /* stylelint-disable-line declaration-no-important */
  flex-shrink: 1;
  align-self: flex-start;
  order: 3;
}
.e-blockeditor .e-code-block-toolbar {
  display: flex;
  align-items: center;
  padding: 10px;
  min-height: 32px;
  flex-flow: row-reverse;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.e-blockeditor .e-code-block-languages {
  margin-left: auto;
  padding: 5px 2px;
  border-radius: 0;
  outline: none;
  width: 248px;
  height: 32px;
}
.e-blockeditor .e-code-block-copy-button {
  border: none;
  cursor: pointer;
  padding: 7px;
  margin-left: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.e-blockeditor .e-code-block-copy-button .e-icons {
  font-size: 14px;
}
.e-blockeditor .e-code-block {
  min-height: 100px;
  max-height: 200px;
  margin: 0;
  padding: 10px 24px;
  border: 0;
  border-radius: 0;
  overflow-x: auto;
  font-size: 14px;
  line-height: 22px;
  white-space: break-spaces;
  word-break: inherit;
  word-wrap: break-word;
}
.e-blockeditor .e-table-block {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.e-blockeditor .e-table-block th,
.e-blockeditor .e-table-block td {
  min-width: 60px;
  box-sizing: border-box;
}
.e-blockeditor .e-table-block th {
  height: 38px;
  padding: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.e-blockeditor .e-table-block td {
  height: 38px;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.e-blockeditor .e-table-block .e-cell-focus {
  outline-offset: -2px;
}
.e-blockeditor .e-table-block.e-readonly {
  pointer-events: none;
}
.e-blockeditor .e-row-add-indicator,
.e-blockeditor .e-col-add-indicator {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  user-select: none;
  position: absolute;
}
.e-blockeditor .e-row-hover-line {
  height: 2px;
}
.e-blockeditor .e-col-hover-line {
  width: 2px;
}
.e-blockeditor .e-image-container {
  margin: 6px 2px;
}
.e-blockeditor .e-image-container .e-image-rsz-handle.e-resize-nw {
  top: -4px;
  left: -4px;
  cursor: nwse-resize;
}
.e-blockeditor .e-image-container .e-image-rsz-handle.e-resize-ne {
  top: -4px;
  right: -4px;
  cursor: nesw-resize;
}
.e-blockeditor .e-image-container .e-image-rsz-handle.e-resize-se {
  bottom: -4px;
  right: -4px;
  cursor: nwse-resize;
}
.e-blockeditor .e-image-container .e-image-rsz-handle.e-resize-sw {
  bottom: -4px;
  left: -4px;
  cursor: nesw-resize;
}
.e-blockeditor .e-image-container .e-image-block {
  display: block;
  height: auto;
  max-width: 100%;
}
.e-blockeditor .e-image-container.e-readonly {
  pointer-events: none;
}
.e-blockeditor .e-image-container.e-readonly .e-image-rsz-handle {
  display: none;
}
.e-blockeditor.e-rtl {
  /* Block Styles */
}
.e-blockeditor.e-rtl .e-block {
  /* Callout Block Styles */
  /* Toggle Block */
  /* List Block Styles */
}
.e-blockeditor.e-rtl .e-block.e-callout-block .e-block {
  padding-right: calc(45px + var(--block-indent) * 1px);
  padding-left: 0;
}
.e-blockeditor.e-rtl .e-block.e-toggle-block .e-block {
  padding-right: calc(21px + var(--block-indent) * 1px);
  padding-left: 0;
}
.e-blockeditor.e-rtl .e-block.e-list-block {
  margin-right: 23px;
  margin-left: 0;
  /* Checklist Block */
  /* Padding adjustment for Bullet and Numbered list Block */
}
.e-blockeditor.e-rtl .e-block.e-list-block ul li {
  padding-right: 8px;
  padding-left: 0;
}
.e-blockeditor.e-rtl .e-block.e-list-block ol li {
  padding-right: 4px;
  padding-left: 0;
  right: 4px;
  left: 0;
}
.e-blockeditor.e-rtl .e-block.e-list-block[data-block-type=Checklist] {
  margin-right: 8px;
  margin-left: unset;
}
.e-blockeditor.e-rtl .e-block.e-list-block[data-block-type=BulletList], .e-blockeditor.e-rtl .e-block.e-list-block[data-block-type=NumberedList], .e-blockeditor.e-rtl .e-block.e-list-block[data-block-type=Checklist] {
  padding-left: calc(50px - var(--block-indent) * 1px);
  padding-right: calc(var(--block-indent) * 1px);
}

/* floating icons tooltip styles */
.e-be-floating-icon-tooltip .e-tip-content {
  text-align: center;
}

/* ======== Floating Icons styles ======== */
.e-floating-icon {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
}

.e-floating-icons {
  gap: 4px;
}

/* Common for all mention menu */
.e-blockeditor-mention-menu.e-popup {
  /* To override the textindent style of e-list-item */
}
.e-blockeditor-mention-menu.e-popup .e-dropdownbase {
  padding: 4px;
}
.e-blockeditor-mention-menu.e-popup ul.e-list-parent.e-ul * {
  text-indent: 0;
}
.e-blockeditor-mention-menu.e-popup.e-rtl .e-dropdownbase .e-list-item {
  padding-right: 15px;
  padding-left: 0;
}

/* ======== common styles for mention and popup menu ======== */
.e-blockeditor-mention-menu.e-popup,
.e-blockeditor-blockaction-popup,
.e-blockeditor-contextmenu {
  border-radius: 0;
}

/* ======== Block Action styles ======== */
.e-blockeditor-blockaction-popup .e-menu-wrapper {
  width: 100%;
  padding: 4px;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item {
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
  padding-right: 4px;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-icon-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-icon {
  font-size: 14px;
  line-height: 14px;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-item-label {
  font-size: 14px;
  line-height: 22px;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-item-shortcut {
  font-size: 12px;
  line-height: 16px;
}

/* ======== Slash Command styles ======== */
.e-blockeditor-command-menu.e-popup {
  /* ======== Blazor specific command menu popup styles ======== */
}
.e-blockeditor-command-menu.e-popup.e-mention {
  margin-top: 5px;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template .e-command-icon-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template .e-command-icon {
  font-size: 14px;
  line-height: 14px;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template .e-command-title {
  font-size: 14px;
  line-height: 22px;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template .e-command-shortcut {
  font-size: 12px;
  line-height: 16px;
}
.e-blockeditor-command-menu.e-popup .e-command-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.e-blockeditor-command-menu.e-popup .e-dropdownbase .e-list-group-item,
.e-blockeditor-command-menu.e-popup .e-fixed-head {
  padding-left: 8px;
}
.e-blockeditor-command-menu.e-popup.e-rtl .e-dropdownbase .e-list-group-item,
.e-blockeditor-command-menu.e-popup.e-rtl .e-fixed-head {
  padding-right: 8px;
  padding-left: 0;
}
.e-blockeditor-command-menu.e-popup .e-dropdownbase.e-dd-group .e-list-item {
  padding-left: unset;
}

/* Context menu styles */
.e-blockeditor-contextmenu {
  width: 200px;
}
.e-blockeditor-contextmenu.e-contextmenu {
  padding: 4px;
}
.e-blockeditor-contextmenu .e-ctmenu-item-template {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.e-blockeditor-contextmenu .e-ctmenu-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.e-blockeditor-contextmenu .e-ctmenu-icon {
  font-size: 14px;
  line-height: 14px;
}
.e-blockeditor-contextmenu .e-ctmenu-text {
  font-size: 14px;
  line-height: 22px;
}
.e-blockeditor-contextmenu .e-ctmenu-shortcut {
  font-size: 12px;
  line-height: 16px;
}

/* ======== Inline Toolbar styles ======== */
.e-blockeditor-inline-toolbar-popup {
  border-radius: 6px;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item {
  /* ======== Blazor specific Toolbar styles ======== */
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-inline-color-icon,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-inline-bgColor-icon {
  font-family: "e-icons";
  font-size: 14px;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-color-dropdown .e-icons.e-btn-icon,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-bgcolor-dropdown .e-icons.e-btn-icon {
  font-size: 12px;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-color-dropdown.e-btn.e-icon-btn .e-btn-icon,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-bgcolor-dropdown.e-btn.e-icon-btn .e-btn-icon {
  line-height: unset;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-color-dropdown.e-btn .e-btn-icon.e-icon-left,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-bgcolor-dropdown.e-btn .e-btn-icon.e-icon-left {
  margin-left: unset;
  margin-right: unset;
  width: unset;
}

/* Link Popup styles */
.e-blockeditor-link-dialog .e-be-link-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.e-blockeditor-link-dialog .e-footer-content .e-be-link-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.e-blockeditor-link-dialog .e-footer-content .e-be-link-footer .e-btn {
  margin-left: 0;
  margin-right: 0;
}

/* User and label mention styles */
.e-blockeditor-mention-menu.e-popup .e-user-mention-item-template,
.e-blockeditor-mention-menu.e-popup .e-label-mention-item-template {
  display: flex;
  align-items: center;
  gap: 8px;
}
.e-blockeditor-mention-menu.e-popup .e-user-mention-item-template {
  padding: 6px 4px;
}
.e-blockeditor-mention-menu.e-popup .e-label-mention-item-template {
  padding: 6px 8px;
}
.e-blockeditor-mention-menu.e-popup .em-avatar {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.e-blockeditor-mention-menu.e-popup .em-avatar .em-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.e-blockeditor-mention-menu.e-popup.e-blockeditor-label-menu .em-avatar {
  width: 20px;
  height: 20px;
}
.e-blockeditor-mention-menu.e-popup .em-initial {
  user-select: none;
}
.e-blockeditor-mention-menu.e-popup .em-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.e-blockeditor-mention-menu.e-popup .em-content .em-text {
  font-size: 14px;
  line-height: 22px;
}
.e-blockeditor-mention-menu.e-popup .em-content .em-icon {
  font-size: 14px;
  line-height: 14px;
}

/* shortcut direction */
.e-ctmenu-shortcut,
.e-action-item-shortcut,
.e-command-shortcut {
  direction: ltr;
}

/* ======== Color Picker Popup Styles ======== */
.e-dropdown-popup:has(.e-be-color-picker) {
  margin-top: 5px;
}

/* ======== Main Editor ======== */
.e-blockeditor {
  background: #303030;
  color: #fff;
  /* ======== Drag and Drop Styles ======== */
  /* DividerBlock */
  /* ======== Blocks Level styles ======== */
  /* ======== Blocks Content Level styles ======== */
  /* ======== Code Block Styles ======== */
  /* ======== Table Block Styles ======== */
  /* ======== Image Block Styles ======== */
  /* ======== Audio Block Styles ======== */
  /* ======== Video Block Styles ======== */
}
.e-blockeditor a {
  color: #3f51b5;
}
.e-blockeditor .drop-indicator {
  background: #3f51b5;
}
.e-blockeditor .drop-indicator::before {
  background: #3f51b5;
}
.e-blockeditor .dragging-clone {
  background: #7986cb;
}
.e-blockeditor .e-divider-block.e-divider-selected .e-be-hr-wrapper {
  background: #c5cae9;
}
.e-blockeditor .e-divider-block .e-be-hr {
  border: 2px solid #424242;
}
.e-blockeditor .e-block {
  /* List Block Styles */
  /* Quote Block */
  /* Callout Block */
}
.e-blockeditor .e-block [contenteditable=true]:empty::before {
  color: rgba(255, 255, 255, 0.6);
}
.e-blockeditor .e-block.e-list-block {
  /* Checklist Block */
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-border {
  stroke: #bdbdbd;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-bg {
  fill: #00b0ff;
  stroke: #00b0ff;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-color {
  fill: #303030;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist]:has(.e-checked) .e-checkmark-border {
  stroke: #00b0ff;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist]:has(.e-checked) li {
  color: #fff;
}
.e-blockeditor .e-block.e-quote-block blockquote {
  border-left-color: #eee;
}
.e-blockeditor .e-block.e-callout-block .e-callout-wrapper {
  background: #424242;
}
.e-blockeditor .e-block-content {
  /* Inline code */
}
.e-blockeditor .e-block-content::selection {
  background: #9fa8da;
}
.e-blockeditor .e-block-content .e-be-inline-code {
  background: rgba(157, 157, 157, 0.15);
  color: rgb(237, 72, 76);
}
.e-blockeditor .e-code-block-container {
  background: #424242;
  border: 1px solid #424242;
}
.e-blockeditor .e-code-block {
  background-color: #424242;
  color: #fff;
}
.e-blockeditor .e-code-block-toolbar {
  background: #424242;
}
.e-blockeditor .e-code-block-toolbar .e-input-group.e-ddl,
.e-blockeditor .e-code-block-toolbar .e-input-group.e-ddl .e-ddl-icon {
  background: #424242;
}
.e-blockeditor .e-code-block-languages {
  border: 1px solid #424242;
  background: #424242;
  box-shadow: unset;
}
.e-blockeditor .e-code-block-copy-button {
  background: #424242;
  box-shadow: none;
}
.e-blockeditor .e-code-block-copy-button .e-icons {
  color: rgba(255, 255, 255, 0.6);
}
.e-blockeditor .e-code-block-copy-button:hover,
.e-blockeditor .e-code-block-copy-button:active {
  background: #fff;
}
.e-blockeditor .e-code-block-copy-button:hover .e-icons,
.e-blockeditor .e-code-block-copy-button:active .e-icons {
  color: #757575;
}
.e-blockeditor .e-table-block th,
.e-blockeditor .e-table-block td {
  border: 1px solid #424242;
}
.e-blockeditor .e-table-block thead tr {
  background: #212121;
  color: #fff;
}
.e-blockeditor .e-table-block tbody tr {
  background: #303030;
  color: #fff;
}
.e-blockeditor .e-table-block tr:hover {
  background: #424242;
  color: #fff;
}
.e-blockeditor .e-table-block tr:has(.e-cell-focus) {
  background: #424242;
  color: #fff;
}
.e-blockeditor .e-table-block .e-cell-focus {
  outline: 2px solid #3f51b5;
  box-shadow: unset;
}
.e-blockeditor .e-row-add-indicator,
.e-blockeditor .e-col-add-indicator {
  background: #3f51b5;
  color: #303030;
}
.e-blockeditor .e-row-hover-line,
.e-blockeditor .e-col-hover-line {
  background: #3f51b5;
}
.e-blockeditor .e-image-block.e-image-focus, .e-blockeditor .e-image-block:hover {
  outline: 2px solid #3f51b5;
}
.e-blockeditor .e-audio-block:hover {
  outline: 2px solid #3f51b5;
}
.e-blockeditor .e-video-block.e-video-focus, .e-blockeditor .e-video-block:hover {
  outline: 2px solid #3f51b5;
}

/* ======== Floating Icons Styles ======== */
.e-floating-icon {
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.54);
  background: transparent;
}
.e-floating-icon:hover {
  background: #757575;
  color: #fff;
}

/* ======== Inline Toolbar styles ======== */
.e-blockeditor-inline-toolbar-popup {
  border: 1px solid #616161;
  background: #212121;
  box-shadow: unset;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item.e-active .e-btn {
  background: rgba(255, 255, 255, 0.22);
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
  color: #fff;
}

/* User and label mention styles */
.e-mention.e-blockeditor-mention-menu.e-popup .e-list-item:not(.e-active) .em-avatar {
  color: #303030;
}
.e-mention.e-blockeditor-mention-menu.e-popup .e-list-item:not(.e-active) .em-content .em-text {
  color: #fff;
}
.e-mention.e-blockeditor-mention-menu.e-popup .e-list-item:not(.e-active) .em-content .e-icons {
  color: #fff;
}

/* ======== Block Action styles ======== */
.e-blockeditor-blockaction-popup .e-menu-item:not(.e-disabled) .e-blockaction-item-template .e-action-icon {
  color: #fff;
}
.e-blockeditor-blockaction-popup .e-menu-item:not(.e-disabled) .e-blockaction-item-template .e-action-item-label {
  color: #fff;
}
.e-blockeditor-blockaction-popup .e-menu-item:not(.e-disabled) .e-blockaction-item-template .e-action-item-shortcut {
  color: #fff;
}

/* ======== Slash Command styles ======== */
.e-blockeditor-command-menu.e-popup .e-list-item:not(.e-disabled):not(.e-active) .e-command-mention-item-template .e-command-icon {
  color: #fff;
}
.e-blockeditor-command-menu.e-popup .e-list-item:not(.e-disabled):not(.e-active) .e-command-mention-item-template .e-command-title {
  color: #fff;
}
.e-blockeditor-command-menu.e-popup .e-list-item:not(.e-disabled):not(.e-active) .e-command-mention-item-template .e-command-shortcut {
  color: #fff;
}

/* Context menu styles */
.e-blockeditor-contextmenu .e-menu-item:not(.e-disabled) .e-ctmenu-icon {
  color: #fff;
}
.e-blockeditor-contextmenu .e-menu-item:not(.e-disabled) .e-ctmenu-text {
  color: #fff;
}
.e-blockeditor-contextmenu .e-menu-item:not(.e-disabled) .e-ctmenu-shortcut {
  color: #fff;
}

/* ======== common styles for mention and popup menu ======== */
.e-blockeditor-mention-menu.e-popup,
.e-blockeditor-blockaction-popup,
.e-blockeditor-contextmenu {
  border: 1px solid #424242;
  background: #424242;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.26);
}

.e-block-add-icon::before {
  content: "\e963";
}

.e-block-drag-icon::before {
  content: "\e330";
}

.e-checkmark-checked::after {
  content: "\e7ff";
}

/* ======== Inline Toolbar styles ======== */
.e-blockeditor-inline-toolbar-popup .e-inline-color-icon::before {
  content: "\e34c";
  /* A-style icon */
}
.e-blockeditor-inline-toolbar-popup .e-inline-bgColor-icon::before {
  content: "\e35c";
  /* Paint bucket icon */
}

/* ======== Slash Command styles ======== */
.e-blockeditor-command-menu.e-popup .e-be-paragraph::before {
  content: "\e35b";
}
.e-blockeditor-command-menu.e-popup .e-be-divider::before {
  content: "\e9e5";
}
.e-blockeditor-command-menu.e-popup .e-be-callout::before {
  content: "\ea09";
}
.e-blockeditor-command-menu.e-popup .e-be-h1::before {
  content: "\ea0a";
}
.e-blockeditor-command-menu.e-popup .e-be-h2::before {
  content: "\ea0b";
}
.e-blockeditor-command-menu.e-popup .e-be-h3::before {
  content: "\ea0c";
}
.e-blockeditor-command-menu.e-popup .e-be-h4::before {
  content: "\ea0d";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-h1::before {
  content: "\ea0e";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-h2::before {
  content: "\ea0f";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-h3::before {
  content: "\ea11";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-h4::before {
  content: "\ea12";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-paragraph::before {
  content: "\e353";
}

.e-grid-context-menu-dialog .e-grid-dialogchart-container {
  border-radius: 4px;
}
.e-grid-context-menu-dialog .e-grid-dialog-chart-export-container {
  padding: 11px;
}
.e-grid-context-menu-dialog .e-tab {
  display: flex;
  flex-direction: column;
}
.e-grid-context-menu-dialog .e-tab .e-content {
  overflow-y: auto;
}
.e-grid-context-menu-dialog .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
  margin-bottom: 10px;
}
.e-grid-context-menu-dialog .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  text-transform: uppercase;
}
.e-grid-context-menu-dialog .e-grid-dialogchart-bottom-spacer {
  margin-bottom: 12px;
}
.e-grid-context-menu-dialog .e-grid-dialogchart-intermediate-spacer {
  margin-left: 12px;
}
.e-grid-context-menu-dialog .e-grid-dialogchart-display-flex {
  display: flex;
}
.e-grid-context-menu-dialog .e-grid-dialogchart-display-flex-50 {
  width: 50%;
}
.e-grid-context-menu-dialog .e-grid-chart-props-header {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.e-grid-context-menu-dialog .e-grid-dialog-data-tab-container .e-grid-chart-props-header {
  font-size: 14px;
  font-weight: 600;
}
.e-grid-context-menu-dialog .e-grid-chart-props-normal-header {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: normal;
}
.e-grid-context-menu-dialog .e-grid-dialog-format-tab-container .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
  padding: 0;
}
.e-grid-context-menu-dialog .e-grid-dialog-format-tab-container .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > div:first-child {
  padding: 12px;
}
.e-grid-context-menu-dialog .e-grid-dialog-data-tab-container {
  padding: 8px 7px;
}
.e-grid-context-menu-dialog .e-grid-chart-list {
  display: flex;
  align-items: center;
  margin: 4px 0;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
}
.e-grid-context-menu-dialog .e-grid-chart-list .e-icons {
  padding: 3px;
}
.e-grid-context-menu-dialog .e-grid-chart-list .e-grid-chart-text {
  margin-left: 2px;
}
.e-grid-context-menu-dialog.e-rtl .e-grid-dialogchart-intermediate-spacer {
  margin-left: 0;
  margin-right: 12px;
}
.e-grid-context-menu-dialog.e-rtl .e-grid-chart-list .e-grid-chart-text {
  margin-left: 0;
  margin-right: 2px;
}

.e-grid-context-menu-dialog .e-grid-dialogchart-container {
  border: 1px solid #616161;
}
.e-grid-context-menu-dialog .e-grid-dialog-tab-container {
  border-left: 1px solid #616161;
}
.e-grid-context-menu-dialog .e-grid-dialog-tab-container .e-tab.e-focused {
  box-shadow: none;
}
.e-grid-context-menu-dialog .e-tab .e-tab-header {
  border-top: 0;
  border-bottom: 1px solid #616161;
}
.e-grid-context-menu-dialog .e-tab .e-accordion {
  border: 0;
}
.e-grid-context-menu-dialog .e-grid-chart-props-header {
  border-bottom: 1.75px solid #616161;
}
.e-grid-context-menu-dialog .e-grid-chart-list:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.e-grid-context-menu-dialog .e-grid-chart-list:hover .e-icons {
  color: #fff;
}
.e-grid-context-menu-dialog .e-grid-chart-list.e-grid-chart-list-selected {
  background-color: rgba(255, 255, 255, 0.1);
  color: #00b0ff;
}
.e-grid-context-menu-dialog .e-grid-chart-list.e-grid-chart-list-selected .e-icons {
  color: #00b0ff;
}
.e-grid-context-menu-dialog.e-rtl .e-grid-dialog-tab-container {
  border-left: 0;
  border-right: 1px solid #616161;
}

.e-grid-chart-export-icon::before {
  content: "\e711";
}

.e-grid-chart-print::before {
  content: "\e34b";
}

.e-grid-chart-jpeg::before {
  content: "\ea13";
}

.e-grid-chart-png::before {
  content: "\e715";
}

.e-grid-chart-svg::before {
  content: "\e716";
}

.e-grid-chart-pdf::before {
  content: "\e240";
}

.e-grid-chart-xlsx::before {
  content: "\e726";
}

.e-grid-chart-csv::before {
  content: "\e241";
}

.e-grid-context-menu-dialog .e-grid-chart-icon::before {
  content: "\e70f";
}
.e-grid-context-menu-dialog .e-grid-bar-chart-icon::before {
  content: "\e855";
}
.e-grid-context-menu-dialog .e-grid-bar-icon::before {
  content: "\e855";
}
.e-grid-context-menu-dialog .e-grid-stacking-bar-icon::before {
  content: "\e889";
}
.e-grid-context-menu-dialog .e-grid-stacking-bar-100-icon::before {
  content: "\e863";
}
.e-grid-context-menu-dialog .e-grid-pie-icon::before {
  content: "\e141";
}
.e-grid-context-menu-dialog .e-grid-column-chart-icon::before {
  content: "\e847";
}
.e-grid-context-menu-dialog .e-grid-column-icon::before {
  content: "\e847";
}
.e-grid-context-menu-dialog .e-grid-stacking-column-icon::before {
  content: "\e888";
}
.e-grid-context-menu-dialog .e-grid-stacking-column-100-icon::before {
  content: "\e868";
}
.e-grid-context-menu-dialog .e-grid-line-chart-icon::before {
  content: "\e867";
}
.e-grid-context-menu-dialog .e-grid-line-icon::before {
  content: "\e867";
}
.e-grid-context-menu-dialog .e-grid-stacking-line-icon::before {
  content: "\e841";
}
.e-grid-context-menu-dialog .e-grid-stacking-line-100-icon::before {
  content: "\e871";
}
.e-grid-context-menu-dialog .e-grid-area-chart-icon::before {
  content: "\e883";
}
.e-grid-context-menu-dialog .e-grid-area-icon::before {
  content: "\e883";
}
.e-grid-context-menu-dialog .e-grid-stacking-area-icon::before {
  content: "\e875";
}
.e-grid-context-menu-dialog .e-grid-stacking-area-100-icon::before {
  content: "\e900";
}
.e-grid-context-menu-dialog .e-grid-scatter-icon::before {
  content: "\ea14";
}
.e-grid-context-menu-dialog .e-grid-chart-max-icon::before {
  content: "\e342";
}
.e-grid-context-menu-dialog .e-grid-chart-min-icon::before {
  content: "\e337";
}