.e-icon-collapsible::before {
    content: "\e913";
  }
  
  .e-icon-back::before {
    content: "\e85b";
  }
  
  /* stylelint-disable property-no-vendor-prefix */
  .e-bigger .e-listview .e-list-item,
  .e-listview.e-bigger .e-list-item {
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
  }
  .e-bigger .e-listview:not(.e-list-template) .e-list-item,
  .e-listview.e-bigger:not(.e-list-template) .e-list-item {
    height: 48px;
    line-height: 42px;
    position: relative;
  }
  .e-bigger .e-listview .e-text-content,
  .e-listview.e-bigger .e-text-content {
    font-size: 15px;
  }
  .e-bigger .e-listview .e-list-group-item,
  .e-listview.e-bigger .e-list-group-item {
    height: 48px;
    line-height: 45px;
  }
  .e-bigger .e-listview .e-list-header,
  .e-listview.e-bigger .e-list-header {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    height: 64px;
  }
  .e-bigger .e-listview .e-list-header .e-text.header,
  .e-listview.e-bigger .e-list-header .e-text.header {
    display: none;
  }
  .e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header,
  .e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header {
    display: none;
  }
  .e-bigger .e-listview .e-list-header .e-text,
  .e-listview.e-bigger .e-list-header .e-text {
    font-size: 20px;
  }
  .e-bigger .e-listview .e-text-content.e-checkbox .e-list-text,
  .e-listview.e-bigger .e-text-content.e-checkbox .e-list-text {
    width: calc(100% - 40px);
  }
  
  .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;
    padding: 0 16px;
    position: relative;
  }
  .e-listview .e-list-item {
    border-bottom: 0 solid;
    cursor: pointer;
  }
  
  .e-listview .e-list-parent {
    margin: 0;
    padding: 0;
  }
  
  .e-listview .e-list-header .e-text.header {
    display: none;
  }
  
  .e-listview .e-icon-back {
    margin-top: 2px;
  }
  
  .e-listview .e-list-header .e-headertemplate-text.nested-header {
    display: none;
  }
  
  .e-listview .e-list-header {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    height: 48px;
    border-bottom: 1px solid;
    padding: 0 16px;
  }
  
  .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:first-child {
    border: 0;
    border-bottom: 0 solid transparent;
  }
  
  .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-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 * {
    display: inline-block;
    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-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 {
    width: calc(100% - 60px);
  }
  
  .e-listview .e-icon-wrapper .e-list-text {
    width: calc(100% - 60px);
  }
  
  .e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
    width: calc(100% - 60px);
  }
  
  .e-listview .e-list-icon {
    margin-right: 16px;
    height: 30px;
    width: 30px;
  }
  
  .e-listview .e-list-container {
    overflow: hidden;
    position: relative;
  }
  
  .e-listview .e-list-header.e-list-navigation .e-text {
    cursor: pointer;
  }
  
  .e-listview .e-list-header .e-text {
    cursor: default;
    text-indent: 0;
  }
  
  .e-listview .e-text .e-headertext {
    display: inline-block;
    line-height: inherit;
  }
  
  .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 {
    border-color: #000;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 15px;
  }
  .e-listview .e-list-header {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
  }
  
  .e-listview .e-icons:not(.e-primary .e-btn-icon, .e-check) {
    color: rgba(0, 0, 0, 0.54);
  }
  
  .e-listview .e-list-item {
    background-color: #fff;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    color: rgba(0, 0, 0, 0.87);
  }
  
  .e-listview .e-list-item.e-hover, .e-listview .e-list-item.e-hover.e-active.e-checklist {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
  }
  
  .e-listview .e-list-item.e-active {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87);
  }
  
  .e-listview .e-list-item.e-active.e-checklist {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
  }
  
  .e-listview .e-list-item.e-focused, .e-listview .e-list-item.e-focused.e-active.e-checklist {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87);
  }
  
  .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: #e3165b;
    border-color: transparent;
    color: #fff;
  }
  
  .e-listview .e-list-group-item {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.54);
    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;
    left: 1.0667em;
    position: absolute;
    top: 0.2666em;
    width: 2.6667em;
  }
  .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;
    position: absolute;
    right: 1.0667em;
    top: 0.2666em;
    width: 2.6667em;
  }
  .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;
    line-height: 1.8666em;
    padding: 0;
    position: absolute;
    right: 1.33em;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5em;
  }
  .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 {
    color: rgba(0, 0, 0, 0.87);
  }
  .e-listview.e-list-template .e-list-item.e-hover .e-list-content {
    color: rgba(0, 0, 0, 0.87);
  }
  .e-listview.e-list-template .e-list-item.e-active .e-list-item-header {
    color: rgba(0, 0, 0, 0.87);
  }
  .e-listview.e-list-template .e-list-item.e-active .e-list-content {
    color: rgba(0, 0, 0, 0.87);
  }
  .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;
  }
  
  /* stylelint-disable-line no-empty-source */
  .e-sortable {
    outline: none;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .e-sortable .e-disabled {
    background-image: none;
    cursor: default;
    filter: alpha(Opacity=35);
    opacity: 0.35;
  }
  .e-sortable * {
    box-sizing: border-box;
  }
  .e-sortable *:focus {
    outline: none;
  }
  
  /* stylelint-disable */
  .e-sortableclone {
    position: fixed !important;
  }
  
  /* stylelint-enable */